Bladeren bron

Latest changes

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@670944 13f79535-47bb-0310-9956-ffa450edef68
Andrew Kornev 17 jaren geleden
bovenliggende
commit
e3af06b67f
1 gewijzigde bestanden met toevoegingen van 47 en 0 verwijderingen
  1. 47 0
      zookeeper/java/ChangeLog

+ 47 - 0
zookeeper/java/ChangeLog

@@ -1,3 +1,50 @@
+Release 2.2.0
+2008-05-06 Andrew Kornev <akornev@users.sourceforge.net>
+
+    * tedunning: [1951806] Added a sample startup script.
+    
+    * akornev: [1956499] Added the "dist" target to the ant buildfile.
+    
+    * breed: [1947090] Fixed improper timeout tracking at clients.
+    
+    * phunt: [1953737] Millisecond timing in the trace file.
+    
+    * phunt: [1949253] Move to log4j for logging.
+    
+    * phunt: [1942451] build optimization: uptodate check on jute
+    
+    * phunt: [1943392] Test environment changes: unit/func/perf/coverage test
+    
+    * mahadevkonar: [1934859] Performance enhancement for serialization of records.
+    
+    * phunt: [1931630] Fixed ZooKeeperServer loadData() method to optimally 
+      scan for the most recent valid snapshot.
+    
+    * akornev: [1917295] Root node watch not triggered
+
+    * breed: [1912209] Session End Game handling
+      
+    * akornev: [1913967] code refactoring for JMX enablement. Added ServerStats and 
+      QuorumStats classes. Bug fixes: OutOfMemory under heavy load, disk I/O now 
+      uses buffered streams, NIOServerCnxn.Factory shuffles the selector keys 
+      to avoid starvation. Lots of formatting: replaced tabs with whitespaces, 
+      DOS eol style converted to UNIX.
+      
+    * breed: [1882928] Log the uncaught exceptions from the SendThread and EventThread
+    
+    * fpj: [1881204] New leader election algorithm over TCP.
+    
+    * akornev: [1898314] Added support for server version info at runtime; added 
+      the "release" target to ant build file
+    
+    * breed: [1892108] Configurable packet sanity check
+    
+    * akornev: [1889354] JAR manifest file now includes additional metadata: Built-By, 
+      Built-At, Built-On, Implementation-Title, Implementation-Version and 
+      Implementation-Vendor. Use SvnAnt ant task to extract SVN version number.
+      
+    * mahadevkonar: [1881545] fixed logging to output session id in hex
+
 Release 1.1.0
 2008-01-28 Andrew Kornev <akornev@users.sourceforge.net>