@@ -238,6 +238,9 @@ BUGFIXES:
ZOOKEEPER-2295: TGT refresh time logic is wrong
(Arshad Mohammad via rgs)
+ ZOOKEEPER-2340: JMX is disabled even if JMXDISABLE is false
+ (Arshad Mohammad via rgs)
+
IMPROVEMENTS:
ZOOKEEPER-1660 Documentation for Dynamic Reconfiguration (Reed Wanderman-Milne via shralex)
@@ -42,7 +42,7 @@ then
JMXLOCALONLY=false
fi
-if [ "x$JMXDISABLE" = "x" ]
+if [ "x$JMXDISABLE" = "x" ] || [ "$JMXDISABLE" = 'false' ]
then
echo "ZooKeeper JMX enabled by default" >&2
if [ "x$JMXPORT" = "x" ]