[zookeeper] 01/01: Default JMXLOCALONLY is now true (Closes: #869921)
tony mancill
tmancill at debian.org
Sat Jan 13 20:01:53 UTC 2018
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository zookeeper.
commit 66fef90a6a9364eec7c5f19e79ed93fb4203243b
Author: tony mancill <tmancill at debian.org>
Date: Sat Jan 13 12:01:13 2018 -0800
Default JMXLOCALONLY is now true (Closes: #869921)
---
debian/NEWS | 8 ++++++++
debian/conf_example/environment | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..fdbb2d5
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,8 @@
+zookeeper (3.4.10-3) unstable; urgency=medium
+
+ zookeeper no longer ships with a default configuration of
+ JMXLOCALONLY=false. If you require remote JMX, change this
+ setting in /etc/default/zookeeper in addition
+ to configuring
+
+ -- tony mancill <tmancill at debian.org> Fri, 28 Jul 2017 17:08:52 -0700
diff --git a/debian/conf_example/environment b/debian/conf_example/environment
index b84918c..5adcc92 100644
--- a/debian/conf_example/environment
+++ b/debian/conf_example/environment
@@ -3,7 +3,7 @@ ZOOCFGDIR=/etc/zookeeper/conf
ZOOCFG=/etc/zookeeper/conf/zoo.cfg
ZOO_LOG_DIR=/var/log/zookeeper
ZOO_LOG4J_PROP=INFO,ROLLINGFILE
-JMXLOCALONLY=false
+JMXLOCALONLY=true
JAVA_OPTS=""
# If ZooKeeper is started through systemd, this will only be used for command
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/zookeeper.git
More information about the pkg-java-commits
mailing list