Hi,

I'm using elasticsearch for storing some documents. Index has about 7000 
docs and 5 shards. Timeout on all requests in set to 5 secs and I'm
getting ElasticsearchTimeoutException really often. We have lots of 
indexing in systems thorugh more processes and probably this is what make 
overhead on cluster.

I'm using this in jruby rails app which uses Java API client for accessing 
elastcsearch. Approach is to use client node and doing operations on this 
node.

So does anyone have experience with timeouting elasticsearch requests ?
What could be the main reason for this and how could I handle this ? 
Increasing timeout is not an option. 

Thanks in advance

-- 
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/18e7ba2c-4df8-4be7-87a6-6ee4e6e7f8a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to