Author: phunt
Date: Thu Nov 19 21:52:48 2009
New Revision: 882313

URL: http://svn.apache.org/viewvc?rev=882313&view=rev
Log:
ZOOKEEPER-570. AsyncHammerTest is broken, callbacks need to validate rc 
parameter

Modified:
    hadoop/zookeeper/trunk/CHANGES.txt

Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=882313&r1=882312&r2=882313&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Thu Nov 19 21:52:48 2009
@@ -112,16 +112,20 @@
   ZOOKEEPER-567. javadoc for getchildren2 needs to mention "new in 3.3.0"
   (phunt via breed)
 
-  ZOOKEEPER-547. Sanity check in QuorumCnxn Manager and quorum communication 
port.
-  (mahadev via breed)
+  ZOOKEEPER-547. Sanity check in QuorumCnxn Manager and quorum communication
+  port. (mahadev via breed)
 
-  ZOOKEEPER-532. java compiler should be target Java 1.5 (hiram chirino and 
phunt via breed)
+  ZOOKEEPER-532. java compiler should be target Java 1.5
+  (hiram chirino and phunt via breed)
 
-  ZOOKEEPER-519. Followerhandler should close the socket if it gets an 
exception on a write.
-  (mahadev via breed)
+  ZOOKEEPER-519. Followerhandler should close the socket if it gets an 
exception
+  on a write. (mahadev via breed)
 
-  ZOOKEEPER-3. syncLimit has slightly different comments in the class header, 
and > inline with the variable.
-  (mahadev via breed)
+  ZOOKEEPER-570. AsyncHammerTest is broken, callbacks need to validate rc
+  parameter (phunt via breed)
+
+  ZOOKEEPER-3. syncLimit has slightly different comments in the class header,
+  and > inline with the variable. (mahadev via breed)
 
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to


Reply via email to