EsRejectedExecutionException in elasticsearch for parallel search

后端 未结 4 1958
小鲜肉
小鲜肉 2020-12-12 19:09

I am querying elasticsearch for multiple parallel requests using single transport client instance in my application.

I got the below exception for the parallel execu

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 19:41

    I saw this same error because I was sending lots of indexing requests in to ES in parallel. Since I'm writing a data migration, it was easy enough to make them serial, and that resolved the issue.

提交回复
热议问题