You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by br...@apache.org on 2011/02/19 05:08:49 UTC

svn commit: r1072245 - in /zookeeper/branches/branch-3.3: ./ docs/ src/docs/src/documentation/content/xdocs/

Author: breed
Date: Sat Feb 19 04:08:48 2011
New Revision: 1072245

URL: http://svn.apache.org/viewvc?rev=1072245&view=rev
Log:
Preparing for release 3.3.3

Modified:
    zookeeper/branches/branch-3.3/CHANGES.txt
    zookeeper/branches/branch-3.3/build.xml
    zookeeper/branches/branch-3.3/docs/bookkeeperConfig.pdf
    zookeeper/branches/branch-3.3/docs/bookkeeperOverview.pdf
    zookeeper/branches/branch-3.3/docs/bookkeeperProgrammer.pdf
    zookeeper/branches/branch-3.3/docs/bookkeeperStarted.pdf
    zookeeper/branches/branch-3.3/docs/bookkeeperStream.pdf
    zookeeper/branches/branch-3.3/docs/index.pdf
    zookeeper/branches/branch-3.3/docs/javaExample.pdf
    zookeeper/branches/branch-3.3/docs/linkmap.pdf
    zookeeper/branches/branch-3.3/docs/recipes.pdf
    zookeeper/branches/branch-3.3/docs/releasenotes.html
    zookeeper/branches/branch-3.3/docs/releasenotes.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperAdmin.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperHierarchicalQuorums.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperInternals.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperJMX.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperObservers.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperOver.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperProgrammers.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperQuotas.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperStarted.pdf
    zookeeper/branches/branch-3.3/docs/zookeeperTutorial.pdf
    zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml

Modified: zookeeper/branches/branch-3.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/CHANGES.txt?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.3/CHANGES.txt Sat Feb 19 04:08:48 2011
@@ -1,3 +1,4 @@
+Release 3.3.3 - 2011-02-18
 Backward compatible changes:
 
 BUGFIXES:

Modified: zookeeper/branches/branch-3.3/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/build.xml?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/build.xml (original)
+++ zookeeper/branches/branch-3.3/build.xml Sat Feb 19 04:08:48 2011
@@ -24,7 +24,7 @@
 
     <property environment="env"/>
     
-    <property name="version" value="3.3.2" />
+    <property name="version" value="3.3.3" />
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.properties" value="revision.properties" />

Modified: zookeeper/branches/branch-3.3/docs/bookkeeperConfig.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/bookkeeperConfig.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/bookkeeperConfig.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/bookkeeperConfig.pdf Sat Feb 19 04:08:48 2011
@@ -187,8 +187,8 @@ endobj
 31 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 32 0 obj
@@ -201,22 +201,22 @@ endobj
 33 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 34 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 35 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 36 0 obj
@@ -240,7 +240,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 31 0 R /F5 32 0 R /F1 33 0 R /F9 34 0 R /F2 35 0 R /F7 36 0 R >> 
+/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R /F2 34 0 R /F9 35 0 R /F7 36 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -306,10 +306,10 @@ xref
 0000006158 00000 n 
 0000006363 00000 n 
 0000006572 00000 n 
-0000006685 00000 n 
-0000006795 00000 n 
+0000006680 00000 n 
+0000006790 00000 n 
 0000006903 00000 n 
-0000007009 00000 n 
+0000007019 00000 n 
 0000007125 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/bookkeeperOverview.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/bookkeeperOverview.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/bookkeeperOverview.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/bookkeeperOverview.pdf Sat Feb 19 04:08:48 2011
@@ -614,8 +614,8 @@ endobj
 43 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 44 0 obj
@@ -628,22 +628,22 @@ endobj
 45 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 46 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 47 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 48 0 obj
@@ -667,7 +667,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 43 0 R /F5 44 0 R /F1 46 0 R /F6 45 0 R /F2 47 0 R /F7 48 0 R >> 
+/Font << /F1 43 0 R /F5 44 0 R /F3 45 0 R /F2 46 0 R /F6 47 0 R /F7 48 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] /XObject <</Im1 29 0 R 
  >>
 >> 
@@ -765,10 +765,10 @@ xref
 0000139889 00000 n 
 0000140183 00000 n 
 0000140397 00000 n 
-0000140510 00000 n 
-0000140620 00000 n 
-0000140731 00000 n 
-0000140839 00000 n 
+0000140505 00000 n 
+0000140615 00000 n 
+0000140728 00000 n 
+0000140844 00000 n 
 0000140955 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/bookkeeperProgrammer.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/bookkeeperProgrammer.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/bookkeeperProgrammer.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/bookkeeperProgrammer.pdf Sat Feb 19 04:08:48 2011
@@ -320,8 +320,8 @@ endobj
 49 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 50 0 obj
@@ -334,22 +334,22 @@ endobj
 51 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 52 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 53 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 54 0 obj
@@ -373,7 +373,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 49 0 R /F5 50 0 R /F1 51 0 R /F9 52 0 R /F2 53 0 R /F7 54 0 R >> 
+/Font << /F1 49 0 R /F5 50 0 R /F3 51 0 R /F2 52 0 R /F9 53 0 R /F7 54 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -475,10 +475,10 @@ xref
 0000015767 00000 n 
 0000015982 00000 n 
 0000016196 00000 n 
-0000016309 00000 n 
-0000016419 00000 n 
+0000016304 00000 n 
+0000016414 00000 n 
 0000016527 00000 n 
-0000016633 00000 n 
+0000016643 00000 n 
 0000016749 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/bookkeeperStarted.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/bookkeeperStarted.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/bookkeeperStarted.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/bookkeeperStarted.pdf Sat Feb 19 04:08:48 2011
@@ -245,8 +245,8 @@ endobj
 40 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 41 0 obj
@@ -259,22 +259,22 @@ endobj
 42 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 43 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 44 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 45 0 obj
@@ -298,7 +298,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 40 0 R /F5 41 0 R /F1 42 0 R /F9 43 0 R /F2 44 0 R /F7 45 0 R >> 
+/Font << /F1 40 0 R /F5 41 0 R /F3 42 0 R /F2 43 0 R /F9 44 0 R /F7 45 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -391,10 +391,10 @@ xref
 0000008632 00000 n 
 0000008866 00000 n 
 0000009010 00000 n 
-0000009123 00000 n 
-0000009233 00000 n 
+0000009118 00000 n 
+0000009228 00000 n 
 0000009341 00000 n 
-0000009447 00000 n 
+0000009457 00000 n 
 0000009563 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/bookkeeperStream.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/bookkeeperStream.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/bookkeeperStream.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/bookkeeperStream.pdf Sat Feb 19 04:08:48 2011
@@ -127,8 +127,8 @@ endobj
 24 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 25 0 obj
@@ -141,22 +141,22 @@ endobj
 26 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 27 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 28 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 29 0 obj
@@ -180,7 +180,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 24 0 R /F5 25 0 R /F1 26 0 R /F9 27 0 R /F2 28 0 R /F7 29 0 R >> 
+/Font << /F1 24 0 R /F5 25 0 R /F3 26 0 R /F2 27 0 R /F9 28 0 R /F7 29 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -233,10 +233,10 @@ xref
 0000005866 00000 n 
 0000006118 00000 n 
 0000006356 00000 n 
-0000006469 00000 n 
-0000006579 00000 n 
+0000006464 00000 n 
+0000006574 00000 n 
 0000006687 00000 n 
-0000006793 00000 n 
+0000006803 00000 n 
 0000006909 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/index.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/index.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/javaExample.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/javaExample.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/linkmap.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/linkmap.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/recipes.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/recipes.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/releasenotes.html?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/releasenotes.html (original)
+++ zookeeper/branches/branch-3.3/docs/releasenotes.html Sat Feb 19 04:08:48 2011
@@ -5,7 +5,7 @@
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
-<title>ZooKeeper 3.3.2 Release Notes</title>
+<title>ZooKeeper 3.3.3 Release Notes</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
 <link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
@@ -202,11 +202,11 @@ document.write("Last Published: " + docu
 <a class="dida" href="releasenotes.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
         PDF</a>
 </div>
-<h1>ZooKeeper 3.3.2 Release Notes</h1>
+<h1>ZooKeeper 3.3.3 Release Notes</h1>
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
-<a href="#changes">Changes Since ZooKeeper 3.3.1</a>
+<a href="#changes">Changes Since ZooKeeper 3.3.2</a>
 </li>
 </ul>
 </div>
@@ -228,12 +228,12 @@ later.</p>
 
 
 <a name="N10013"></a><a name="changes"></a>
-<h2 class="h3">Changes Since ZooKeeper 3.3.1</h2>
+<h2 class="h3">Changes Since ZooKeeper 3.3.2</h2>
 <div class="section">
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
-<caption>Changes Since ZooKeeper 3.3.1</caption>
+<caption>Changes Since ZooKeeper 3.3.2</caption>
 
-<title>Changes Since ZooKeeper 3.3.1</title>
+<title>Changes Since ZooKeeper 3.3.2</title>
 
 
 <tr>
@@ -246,124 +246,90 @@ later.</p>
 
 
 <tr>
-  
-<td>Bug</td>
-  <td></td>
-
-</tr>
-
-
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-732">ZOOKEEPER-732</a></td><td> Improper translation of error into Python exception - Release Comment: Client that uses python binding may receive SystemError on session expiration.</td>
-</tr>
-
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-772">ZOOKEEPER-772</a></td><td> zkpython segfaults when watcher from async get children is invoked.</td>
-</tr>
-
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-783">ZOOKEEPER-783</a></td><td> committedLog in ZKDatabase is not properly synchronized</td>
+<td>        Bug
+</td><td></td>
 </tr>
 
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-785">ZOOKEEPER-785</a></td><td>  Zookeeper 3.3.1 shouldn't infinite loop if someone creates a server.0 line</td>
-</tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-787">ZOOKEEPER-787</a></td><td> groupId in deployed pom is wrong</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-882">ZOOKEEPER-882</a>]</td><td>        Startup loads last transaction from snapshot
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-790">ZOOKEEPER-790</a></td><td> Last processed zxid set prematurely while establishing leadership</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-888">ZOOKEEPER-888</a>]</td><td>        c-client / zkpython: Double free corruption on node watcher
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-792">ZOOKEEPER-792</a></td><td> zkpython memory leak</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-913">ZOOKEEPER-913</a>]</td><td>        Version parser fails to parse "3.3.2-dev" from build.xml.
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-794">ZOOKEEPER-794</a></td><td> Callbacks are not invoked when the client is closed</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-917">ZOOKEEPER-917</a>]</td><td>        Leader election selected incorrect leader
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-795">ZOOKEEPER-795</a></td><td> eventThread isn't shutdown after a connection "session expired" event coming</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-919">ZOOKEEPER-919</a>]</td><td>        Ephemeral nodes remains in one of ensemble after deliberate SIGKILL
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-800">ZOOKEEPER-800</a></td><td> zoo_add_auth returns ZOK if zookeeper handle is in ZOO_CLOSED_STATE</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-921">ZOOKEEPER-921</a>]</td><td>        zkPython incorrectly checks for existence of required ACL elements
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-804">ZOOKEEPER-804</a></td><td> c unit tests failing due to "assertion cptr failed"</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-957">ZOOKEEPER-957</a>]</td><td>        zkCleanup.sh doesn't do anything
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-813">ZOOKEEPER-813</a></td><td> maven install is broken due to incorrect organisation</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-962">ZOOKEEPER-962</a>]</td><td>        leader/follower coherence issue when follower is receiving a DIFF
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-820">ZOOKEEPER-820</a></td><td> update c unit tests to ensure "zombie" java server processes don't cause failure</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-963">ZOOKEEPER-963</a>]</td><td>        Make Forrest work with JDK6
+</td>
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-822">ZOOKEEPER-822</a></td><td> Leader election taking a long time  to complete</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-985">ZOOKEEPER-985</a>]</td><td>        Test BookieRecoveryTest fails on trunk.
+</td>
 </tr>
 
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-844">ZOOKEEPER-844</a></td><td> handle auth failure in java client</td>
-</tr>
+        
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-846">ZOOKEEPER-846</a></td><td> zookeeper client doesn't shut down cleanly on the close call</td>
+<td>        Improvement
+</td><td></td>
 </tr>
 
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-855">ZOOKEEPER-855</a></td><td> clientPortBindAddress should be clientPortAddress</td>
-</tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-867">ZOOKEEPER-867</a></td><td> ClientTest is failing on hudson - fd cleanup</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-960">ZOOKEEPER-960</a>]</td><td>        Publish BookKeeper jars into maven.
+</td>
 </tr>
 
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-881">ZOOKEEPER-881</a></td><td> ZooKeeperServer.loadData loads database twice</td>
-</tr>
-
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-888">ZOOKEEPER-888</a></td><td> c-client / zkpython: Double free corruption on node watcher</td>
-</tr>
-
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-893">ZOOKEEPER-893</a></td><td> ZooKeeper high cpu usage when invalid requests</td>
-</tr>
-
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-897">ZOOKEEPER-897</a></td><td> C Client seg faults during close</td>
-</tr>
-
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-898">ZOOKEEPER-898</a></td><td> C Client might not cleanup correctly during close</td>
-</tr>
+    
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-904">ZOOKEEPER-904</a></td><td> super digest is not actually acting as a full superuser</td>
+<td>        New Feature
+</td><td></td>
 </tr>
 
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-907">ZOOKEEPER-907</a></td><td> Spurious "KeeperErrorCode = Session moved" messages</td>
-</tr>
-    
 
 <tr>
-  
-<td>Improvement</td>
-  <td></td>
-
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-465">ZOOKEEPER-465</a>]</td><td>        Ledger size in bytes
+</td>
 </tr>
 
-
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-789">ZOOKEEPER-789</a></td><td> Improve FLE log messages</td>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-712">ZOOKEEPER-712</a>]</td><td>        Bookie recovery
+</td>
 </tr>
 
 

Modified: zookeeper/branches/branch-3.3/docs/releasenotes.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/releasenotes.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/zookeeperAdmin.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperAdmin.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/zookeeperHierarchicalQuorums.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperHierarchicalQuorums.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/zookeeperHierarchicalQuorums.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/zookeeperHierarchicalQuorums.pdf Sat Feb 19 04:08:48 2011
@@ -22,8 +22,8 @@ endobj
 7 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 8 0 obj
@@ -36,22 +36,22 @@ endobj
 9 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 10 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 11 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 1 0 obj
@@ -66,7 +66,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 7 0 R /F5 8 0 R /F1 9 0 R /F9 10 0 R /F2 11 0 R >> 
+/Font << /F1 7 0 R /F5 8 0 R /F3 9 0 R /F2 10 0 R /F9 11 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 xref
@@ -79,10 +79,10 @@ xref
 0000000071 00000 n 
 0000001319 00000 n 
 0000001425 00000 n 
-0000001537 00000 n 
-0000001646 00000 n 
+0000001532 00000 n 
+0000001641 00000 n 
 0000001753 00000 n 
-0000001859 00000 n 
+0000001869 00000 n 
 trailer
 <<
 /Size 12

Modified: zookeeper/branches/branch-3.3/docs/zookeeperInternals.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperInternals.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/zookeeperJMX.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperJMX.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/zookeeperJMX.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/zookeeperJMX.pdf Sat Feb 19 04:08:48 2011
@@ -187,8 +187,8 @@ endobj
 31 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 32 0 obj
@@ -201,22 +201,22 @@ endobj
 33 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 34 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 35 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 36 0 obj
@@ -240,7 +240,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 31 0 R /F5 32 0 R /F1 34 0 R /F6 33 0 R /F2 35 0 R /F7 36 0 R >> 
+/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R /F2 34 0 R /F6 35 0 R /F7 36 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -306,10 +306,10 @@ xref
 0000009694 00000 n 
 0000009899 00000 n 
 0000010139 00000 n 
-0000010252 00000 n 
-0000010362 00000 n 
-0000010473 00000 n 
-0000010581 00000 n 
+0000010247 00000 n 
+0000010357 00000 n 
+0000010470 00000 n 
+0000010586 00000 n 
 0000010697 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/zookeeperObservers.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperObservers.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/zookeeperObservers.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/zookeeperObservers.pdf Sat Feb 19 04:08:48 2011
@@ -112,8 +112,8 @@ endobj
 22 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 23 0 obj
@@ -126,15 +126,15 @@ endobj
 24 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 25 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 26 0 obj
@@ -147,8 +147,8 @@ endobj
 27 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 28 0 obj
@@ -172,7 +172,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 22 0 R /F5 23 0 R /F1 25 0 R /F6 24 0 R /F9 26 0 R /F2 27 0 R /F7 28 0 R >> 
+/Font << /F1 22 0 R /F5 23 0 R /F3 24 0 R /F2 25 0 R /F9 26 0 R /F6 27 0 R /F7 28 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -223,11 +223,11 @@ xref
 0000006260 00000 n 
 0000006483 00000 n 
 0000006675 00000 n 
-0000006788 00000 n 
-0000006898 00000 n 
-0000007009 00000 n 
-0000007117 00000 n 
-0000007223 00000 n 
+0000006783 00000 n 
+0000006893 00000 n 
+0000007006 00000 n 
+0000007122 00000 n 
+0000007228 00000 n 
 0000007339 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/zookeeperOver.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperOver.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/zookeeperProgrammers.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperProgrammers.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/zookeeperQuotas.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperQuotas.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/zookeeperQuotas.pdf (original)
+++ zookeeper/branches/branch-3.3/docs/zookeeperQuotas.pdf Sat Feb 19 04:08:48 2011
@@ -117,8 +117,8 @@ endobj
 23 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 24 0 obj
@@ -131,15 +131,15 @@ endobj
 25 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 26 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 27 0 obj
@@ -152,8 +152,8 @@ endobj
 28 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 29 0 obj
@@ -177,7 +177,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 23 0 R /F5 24 0 R /F1 26 0 R /F6 25 0 R /F9 27 0 R /F2 28 0 R /F7 29 0 R >> 
+/Font << /F1 23 0 R /F5 24 0 R /F3 25 0 R /F2 26 0 R /F9 27 0 R /F6 28 0 R /F7 29 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -235,11 +235,11 @@ xref
 0000003247 00000 n 
 0000003446 00000 n 
 0000003637 00000 n 
-0000003750 00000 n 
-0000003860 00000 n 
-0000003971 00000 n 
-0000004079 00000 n 
-0000004185 00000 n 
+0000003745 00000 n 
+0000003855 00000 n 
+0000003968 00000 n 
+0000004084 00000 n 
+0000004190 00000 n 
 0000004301 00000 n 
 trailer
 <<

Modified: zookeeper/branches/branch-3.3/docs/zookeeperStarted.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperStarted.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/docs/zookeeperTutorial.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/zookeeperTutorial.pdf?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml?rev=1072245&r1=1072244&r2=1072245&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml (original)
+++ zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml Sat Feb 19 04:08:48 2011
@@ -18,7 +18,7 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.0//EN"
 "http://www.oasis-open.org/docbook/xml/simple/1.0/sdocbook.dtd">
 <article id="ar_ReleaseNotes">
-  <title>ZooKeeper 3.3.2 Release Notes</title>
+  <title>ZooKeeper 3.3.3 Release Notes</title>
 
   <articleinfo>
     <legalnotice>
@@ -47,10 +47,10 @@ from version 2 of ZooKeeper (SourceForge
 later.</para>
 
 <section id="changes">
-<title>Changes Since ZooKeeper 3.3.1</title>
+<title>Changes Since ZooKeeper 3.3.2</title>
 
 <table>
-<title>Changes Since ZooKeeper 3.3.1</title>
+<title>Changes Since ZooKeeper 3.3.2</title>
 <tgroup cols='2'>
 <colspec colname='c1'/><colspec colname='c2'/>
 <thead>
@@ -61,43 +61,45 @@ later.</para>
 </thead>
 <tbody>
 
-<row>
-  <entry>Bug</entry>
-  <entry></entry>
-</row>
+<row><entry>        Bug
+</entry><entry></entry></row>
+
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-882'>ZOOKEEPER-882</ulink>]</entry><entry>        Startup loads last transaction from snapshot
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-888'>ZOOKEEPER-888</ulink>]</entry><entry>        c-client / zkpython: Double free corruption on node watcher
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-913'>ZOOKEEPER-913</ulink>]</entry><entry>        Version parser fails to parse &quot;3.3.2-dev&quot; from build.xml.
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-917'>ZOOKEEPER-917</ulink>]</entry><entry>        Leader election selected incorrect leader
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-919'>ZOOKEEPER-919</ulink>]</entry><entry>        Ephemeral nodes remains in one of ensemble after deliberate SIGKILL
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-921'>ZOOKEEPER-921</ulink>]</entry><entry>        zkPython incorrectly checks for existence of required ACL elements
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-957'>ZOOKEEPER-957</ulink>]</entry><entry>        zkCleanup.sh doesn&#39;t do anything
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-962'>ZOOKEEPER-962</ulink>]</entry><entry>        leader/follower coherence issue when follower is receiving a DIFF
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-963'>ZOOKEEPER-963</ulink>]</entry><entry>        Make Forrest work with JDK6
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-985'>ZOOKEEPER-985</ulink>]</entry><entry>        Test BookieRecoveryTest fails on trunk.
+</entry></row>
+
+        
+<row><entry>        Improvement
+</entry><entry></entry></row>
+
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-960'>ZOOKEEPER-960</ulink>]</entry><entry>        Publish BookKeeper jars into maven.
+</entry></row>
 
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-732">ZOOKEEPER-732</ulink></entry><entry> Improper translation of error into Python exception - Release Comment: Client that uses python binding may receive SystemError on session expiration.</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-772">ZOOKEEPER-772</ulink></entry><entry> zkpython segfaults when watcher from async get children is invoked.</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-783">ZOOKEEPER-783</ulink></entry><entry> committedLog in ZKDatabase is not properly synchronized</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-785">ZOOKEEPER-785</ulink></entry><entry>  Zookeeper 3.3.1 shouldn't infinite loop if someone creates a server.0 line</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-787">ZOOKEEPER-787</ulink></entry><entry> groupId in deployed pom is wrong</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-790">ZOOKEEPER-790</ulink></entry><entry> Last processed zxid set prematurely while establishing leadership</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-792">ZOOKEEPER-792</ulink></entry><entry> zkpython memory leak</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-794">ZOOKEEPER-794</ulink></entry><entry> Callbacks are not invoked when the client is closed</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-795">ZOOKEEPER-795</ulink></entry><entry> eventThread isn't shutdown after a connection "session expired" event coming</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-800">ZOOKEEPER-800</ulink></entry><entry> zoo_add_auth returns ZOK if zookeeper handle is in ZOO_CLOSED_STATE</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-804">ZOOKEEPER-804</ulink></entry><entry> c unit tests failing due to "assertion cptr failed"</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-813">ZOOKEEPER-813</ulink></entry><entry> maven install is broken due to incorrect organisation</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-820">ZOOKEEPER-820</ulink></entry><entry> update c unit tests to ensure "zombie" java server processes don't cause failure</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-822">ZOOKEEPER-822</ulink></entry><entry> Leader election taking a long time  to complete</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-844">ZOOKEEPER-844</ulink></entry><entry> handle auth failure in java client</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-846">ZOOKEEPER-846</ulink></entry><entry> zookeeper client doesn't shut down cleanly on the close call</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-855">ZOOKEEPER-855</ulink></entry><entry> clientPortBindAddress should be clientPortAddress</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-867">ZOOKEEPER-867</ulink></entry><entry> ClientTest is failing on hudson - fd cleanup</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-881">ZOOKEEPER-881</ulink></entry><entry> ZooKeeperServer.loadData loads database twice</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-888">ZOOKEEPER-888</ulink></entry><entry> c-client / zkpython: Double free corruption on node watcher</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-893">ZOOKEEPER-893</ulink></entry><entry> ZooKeeper high cpu usage when invalid requests</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-897">ZOOKEEPER-897</ulink></entry><entry> C Client seg faults during close</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-898">ZOOKEEPER-898</ulink></entry><entry> C Client might not cleanup correctly during close</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-904">ZOOKEEPER-904</ulink></entry><entry> super digest is not actually acting as a full superuser</entry></row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-907">ZOOKEEPER-907</ulink></entry><entry> Spurious "KeeperErrorCode = Session moved" messages</entry></row>
     
-<row>
-  <entry>Improvement</entry>
-  <entry></entry>
-</row>
+<row><entry>        New Feature
+</entry><entry></entry></row>
 
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-789">ZOOKEEPER-789</ulink></entry><entry> Improve FLE log messages</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-465'>ZOOKEEPER-465</ulink>]</entry><entry>        Ledger size in bytes
+</entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-712'>ZOOKEEPER-712</ulink>]</entry><entry>        Bookie recovery
+</entry></row>
 
 
 </tbody></tgroup></table>