Handling 409 Exception -version conflict

Hi,
In our use case , We have a document , which has a collection of nested documents named "notes".
Each document can have nested notes upto 1000 under field"notes".
So when multiple nested objects i.e notes are added while one time load. I am receiving lots of 409 errors i,e version conflict.
I have added the retry_on_conflict:100 property as well but still 409 errors are comng up.

Is there any other way to catch these request and retry them later or so? or any other suggestions as I don't think retry_on_conflict value must be higher than 3-4. for Higher values I see Error:Attempted to send a bulk request to elasticsearch' but Elasticsearch appears to be unreachable or down! {:error_message=>"Elasticsearch Unreachable: [http://xxxxxxx:9200/][xxxx::SocketTimeout] Read timed out", :

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.