On Monday, July 15, 2013 12:23:37 PM UTC+2, Jörg Prante wrote:
>
> I'm not sure how this error type listing can help you. You must catch 
> every exception on the bulk response. If you encounter one, you should 
> stop indexing no matter what happend. 
>

I can see how a list of all the error types can help.

It's not true that you have stop indexing no matter what happened. Bulk 
requests with the create action returns conflict errors, but that might be 
okay for you and you want to ignore those errors. On other errors you might 
want to re-queue the request for some reason (e.g. your 
threadpool.bulk.queue_size was too low and you got something like 
"EsRejectedExecutionException[rejected execution (queue capacity 50)").

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/16f25cde-df7e-4d60-a603-5995212a2dc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to