HoustonPutman commented on code in PR #3814:
URL: https://github.com/apache/solr/pull/3814#discussion_r2487539014


##########
solr/bin/solr:
##########
@@ -956,8 +964,8 @@ if [ -n "${SOLR_PORT_ADVERTISE:-}" ]; then
   SCRIPT_SOLR_OPTS+=("-Dsolr.port.advertise=$SOLR_PORT_ADVERTISE")
 fi
 
-if [ -n "${SOLR_JETTY_HOST:-}" ]; then
-  SCRIPT_SOLR_OPTS+=("-Dsolr.jetty.host=$SOLR_JETTY_HOST")
+if [ -n "${SOLR_HOST_BIND:-}" ]; then

Review Comment:
   I believe this isn't true because the variable is used in the jetty config 
files



-- 
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]

Reply via email to