This is an automated email from the ASF dual-hosted git repository.
ivank pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new d207432 Don't print out redundant JMX notice
d207432 is described below
commit d207432375e48c901ee13684ec1c395eeded9389
Author: Ivan Kelly <[email protected]>
AuthorDate: Tue Nov 28 17:05:24 2017 +0100
Don't print out redundant JMX notice
Users don't really care that JMX is enabled by default, so don't print
it out.
Author: Ivan Kelly <[email protected]>
Reviewers: Ivan Kelly <[email protected]>, Enrico Olivelli
<[email protected]>, Matteo Merli <[email protected]>
This closes #782 from ivankelly/no-jmx
---
bookkeeper-server/bin/bookkeeper | 1 -
1 file changed, 1 deletion(-)
diff --git a/bookkeeper-server/bin/bookkeeper b/bookkeeper-server/bin/bookkeeper
index f2b85fa..ae20927 100755
--- a/bookkeeper-server/bin/bookkeeper
+++ b/bookkeeper-server/bin/bookkeeper
@@ -40,7 +40,6 @@ fi
if [ "x$JMXDISABLE" = "x" ]
then
- echo "JMX enabled by default" >&2
# for some reason these two options are necessary on jdk6 on Ubuntu
# accord to the docs they are not necessary, but otw jconsole cannot
# do a local attach
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].