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