Re: SOLR zookeeper connection timeout during startup is hardcoded to 10000ms

2018-12-28 Thread AshB
Can this timeout value be changed . Regards Ashish -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SOLR zookeeper connection timeout during startup is hardcoded to 10000ms

2018-08-27 Thread Dominique Bejean
Hi, We also experimenting time-out issues from time to time. I sent this message one month ago, by mistake in the dev list. Why use hardcoded values just in ZkClientClusterStateProvider.java file while there are existing parameters for these time-out ? Regards Dominique

Re: SOLR zookeeper connection timeout during startup is hardcoded to 10000ms

2018-08-24 Thread dshih
Sorry, yes 10,000 ms. We have a single test cluster (out of probably hundreds) where one node hits this consistently. I'm not sure what kind of issues (network?) that node is having. Generally though, we ship SOLR as part of our product, and we cannot control our customers' hardware and setup

Re: SOLR zookeeper connection timeout during startup is hardcoded to 10000ms

2018-08-23 Thread Erick Erickson
That's actually 10,000 ms, a typo in your message? Do you have a situation where that setting is causing you trouble? Because 10 seconds for communications with ZK is quite a long time, I'm curious what the circumstances are that you're seeing. Best, Erick On Wed, Aug 22, 2018 at 3:51 PM, Danny

SOLR zookeeper connection timeout during startup is hardcoded to 10000ms

2018-08-23 Thread Danny Shih
Hi, During startup in cloud mode, the SOLR zookeeper connection timeout appears to be hardcoded to 1000ms: https://github.com/apache/lucene-solr/blob/5eab1c3c688a0d8db650c657567f197fb3dcf181/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ZkClientClusterStateProvider.java#L45 And it is