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 not configurable via zkClientTimeout (solr.xml) or SOLR_WAIT_FOR_ZK (solr.in.sh). Is there a way to configure this, and if not, should I open a bug? Thanks, Danny