georgew5656 commented on code in PR #16386:
URL: https://github.com/apache/druid/pull/16386#discussion_r1593104260


##########
distribution/docker/druid.sh:
##########
@@ -138,8 +138,8 @@ then
     setKey _common druid.zk.service.host "${ZOOKEEPER}"
 fi
 
-DRUID_SET_HOST=${DRUID_SET_HOST:-1}
-if [ "${DRUID_SET_HOST}" = "1" ]
+DRUID_SET_HOST_IP=${DRUID_SET_HOST_IP:-0}

Review Comment:
   i'm a little confused why this is necessary, doesn't the current behavior 
also not set druid.host? since the default for DRUID_SET_HOST is -1 and the if 
statement for setting druid.host checks if that value is equal to 1



-- 
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: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to