You're welcome. So you're saying you're running 5 searches on a single index with 5 shards (25 per-shard queries in total) and you're getting an error? I assume that error doesn't say the queue is full because the queue is 1000. Can you post the full error and also a gist where you reproduce the issue <http://www.elasticsearch.org/help>? I might be missing an essential bit here.
Best regards, Radu -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Thu, Jan 8, 2015 at 3:14 PM, vipins <[email protected]> wrote: > Thanks a lot for your detailed response. > We have got all default settings only.Single node and 5 shards. But there > are lot of indices with huge number of records. > search settings: > "threads" : 12, > "queuesize" : 1000, > > My query is very simple. which runs on a single index only. > > Even with 5 requests in between it is throwing None of the configured nodes > are available. > > Thanks, > > > > -- > View this message in context: > http://elasticsearch-users.115913.n3.nabble.com/concurrent-search-request-to-elasticsearch-tp4068702p4068707.html > Sent from the ElasticSearch Users mailing list archive at Nabble.com. > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/1420722888084-4068707.post%40n3.nabble.com > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAHXA0_0DMNN91Xo_iQpFFdep%3DosynTs5tGr-UDX_EOCOX%3DTg5Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
