Re: ProcessClusterEventTimeoutException in Elasticsearch. Is this timeout value configurable? If yes how?

2015-05-25 Thread mzrth_7810
Could someone please give an example of how to go about configuring this value, or how/where to provide master_timeout? I'm getting a similar issue when creating mappings, not sure how to go about fixing it. I've read something in the docs about a zen.discovery.publish_timeout, but I believe

Re: ProcessClusterEventTimeoutException in Elasticsearch. Is this timeout value configurable? If yes how?

2015-05-25 Thread Mark Walkom
This thread is nearly 18 months old, you should really create a new one with a little more detail. PS - We're moving to https://discuss.elastic.co/, please join us there for any future discussions! On 26 May 2015 at 04:36, mzrth_7810 afrazmam...@gmail.com wrote: Could someone please give an

Re: ProcessClusterEventTimeoutException in Elasticsearch. Is this timeout value configurable? If yes how?

2014-01-29 Thread Ivan Brusic
It appears that this value is not configurable. IMHO, it should be, so perhaps you should open an issue on Github and see if the elasticsearch team agrees. Better yet, submit a pull request. :) -- Ivan On Tue, Jan 28, 2014 at 1:08 PM, Ahaduzzaman Munna ahaduzzaman.mu...@gmail.com wrote:

Re: ProcessClusterEventTimeoutException in Elasticsearch. Is this timeout value configurable? If yes how?

2014-01-29 Thread Luca Cavanna
The master node timeout is configurable on each call using the master_timeout parameter. There's no global default exposed as settings though. Cheers Luca On Wednesday, January 29, 2014 6:32:07 PM UTC+1, Ivan Brusic wrote: It appears that this value is not configurable. IMHO, it should be,

ProcessClusterEventTimeoutException in Elasticsearch. Is this timeout value configurable? If yes how?

2014-01-28 Thread Ahaduzzaman Munna
Getting timeout exceptions like below for different index operations. Below one shows for index-aliases operation. I would like to know how can I configure this timeout value in elasticsearch.yml so that I configure it once and I do not have to worry about this timeout exception.