Why BulkProcessor retries only on EsRejectedExecutionException?

I'm using Elasticsearch transport client and it seems BulkProcessor only retries on EsRejectedExecutionException. We're facing a lot of ProcessClusterEventTimeoutException on midnight when our daily indexes should be created while bulk indexing. We can pre-create indexes but we wanna know weather we can retry on other exception other than EsRejectedExecutionException.

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