Author: mahadev
Date: Thu May 14 19:16:43 2009
New Revision: 774887
URL: http://svn.apache.org/viewvc?rev=774887&view=rev
Log:
ZOOKEEPER-300. zk jmx code is calling printStackTrace when creating bean name (should not
be) (phunt via mahadev)
Modified:
hadoop/zookeeper/trunk/CHANGES.txt
Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=774887&r1=774886&r2=774887&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Thu May 14 19:16:43 2009
@@ -127,7 +127,10 @@
ZOOKEEPER-391. bookeeper mainline code should not be calling
printStackTrace. (flavio via mahadev)
-
+
+ ZOOKEEPER-300. zk jmx code is calling printStackTrace when creating bean
+name (should not be) (phunt via mahadev)
+
NEW FEATURES:
ZOOKEEPER-371. jdiff documentation included in build/release (giri via phunt)
|