فهرست منبع

ZOOKEEPER-570. AsyncHammerTest is broken, callbacks need to validate rc parameter

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@882313 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 15 سال پیش
والد
کامیت
12922f01c4
1فایلهای تغییر یافته به همراه11 افزوده شده و 7 حذف شده
  1. 11 7
      CHANGES.txt

+ 11 - 7
CHANGES.txt

@@ -112,16 +112,20 @@ BUGFIXES:
   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