Courier Fetch: shards failed
For me tuning the threadpool search queue_size solved the issue. I tried a number of other things and this is the one that solved it. I added this to my elasticsearch.yml threadpool.search.queue_size: 10000 and then restarted elasticsearch. Reasoning… (from the docs) A node holds several thread pools in order to improve how threads memory consumption … Read more