epugh commented on code in PR #3625: URL: https://github.com/apache/solr/pull/3625#discussion_r2328726043
########## solr/bin/solr.in.cmd: ########## @@ -127,7 +127,7 @@ REM environments where security is not a concern, 0.0.0.0 can be used to allow REM Solr to accept connections on all network interfaces. REM set SOLR_JETTY_HOST=127.0.0.1 REM Sets the network interface the Embedded ZK binds to. -REM set SOLR_ZK_EMBEDDED_HOST=127.0.0.1 +REM set SOLR_ZOOKEEPER_SERVER_EMBEDDED_HOST=127.0.0.1 Review Comment: We do want to keep this environmental name the same as the system property, so SOLR_ZOOKEEPER_EMBEDDED_HOST so we get the magic translation and don't need to pass it in expliiclty to Solr... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
