epugh commented on code in PR #3312: URL: https://github.com/apache/solr/pull/3312#discussion_r2287981583
########## solr/core/src/java/org/apache/solr/core/NodeConfig.java: ########## @@ -248,7 +248,7 @@ public static NodeConfig loadNodeConfig(Path solrHome, Properties nodeProperties // ZkFailoverTest test case... String zkHost = nodeProperties.getProperty(SolrXmlConfig.ZK_HOST); if (StrUtils.isNotNullOrEmpty(zkHost)) { - int startUpZkTimeOut = 1000 * Integer.getInteger("waitForZk", 0); + int startUpZkTimeOut = 1000 * Integer.getInteger("solr.wait.for.zk", 0); Review Comment: I do NOT see it in bin/solr... I did find this: https://issues.apache.org/jira/browse/SOLR-14503 ticket. I guess I can imagine that SOLR_WAIT_FOR_ZK get's translated to solr.wait.for.zk. I *think* it SHOULD be added to solr.in.sh and solr.in.cmd so that it's documented.... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org