Re: EsRejectedExecutionException: rejected execution (queue capacity 1000)

2014-11-02 Thread Jason Wee
unbounded queue for threadpool, isn't changes such as unbounded will exhaust system resources? It could either exhaust system resources due to each thread use specific amount of system resources, thus render the system not stable or if the system has file descriptor set, probably via ulimit, th

Re: EsRejectedExecutionException: rejected execution (queue capacity 1000)

2014-11-02 Thread spancer ray
Hi James, Have you fixed it? -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/EsRejectedExecutionException-rejected-execution-queue-capacity-1000-tp4061509p4065613.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this

Re: Manually set initial internal version number?

2014-11-02 Thread Boaz Leskes
I'm not sure exactly what you mean, but did you look at external versions? http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html#_version_types On Friday, October 31, 2014 12:02:26 AM UTC+1, Nicholas Peterson wrote: > > Hey all, > > When you first index a documen

Re: marvel in multicluster environment

2014-11-02 Thread Boaz Leskes
Hi Moshe, Sadly multi-cluster monitoring is not currently supported by Marvel - there are subtitles involved as you have already discovered. It's is high on our wish list though it make take some time. Cheers, Boaz On Sunday, November 2, 2014 4:05:14 PM UTC+1, moshe zada wrote: > > Hi, > I am

Re: Reduce minimum_master_nodes without starting enough nodes

2014-11-02 Thread Boaz Leskes
Hi Andre, Sadly you need an active master to change settings that were introduced through the API and the min_master_nodes settings update caused the master to step down and prevents a new one from being elected. I think this is trappy and I opened a PR to protect against it : https://github.c

marvel in multicluster environment

2014-11-02 Thread moshe zada
Hi, I am trying to set up a marvel deploy that monitor two different cluster: ES Blue Cluster --->\ \ | > ES Monitoring Cluster / ES Red Cluster --->/ the problem that th

A single document type per index to increase performance?

2014-11-02 Thread Telax
Can your system handle the memory overhead of many additional active Lucerne instances (shards)? How often do you search across multiple types (either with _all or a common field). If the answer is yes to the first and not at all to the second then splitting your data types into different in