Browse Source

ZOOKEEPER-2944: Specify correct overflow value

When a sequence counter exceeds 2147483647, the next value is -2147483648.

Author: Chris Donati <chris.donati@appscale.com>

Reviewers: phunt@apache.org

Closes #421 from cdonati/ZOOKEEPER-2944

Change-Id: If9ef0705e533ea9bc91d6da0af1984d5c93d89e5
(cherry picked from commit cbe524cdccd5f8fc52bc3644ca15a5fd85347600)
Signed-off-by: Patrick Hunt <phunt@apache.org>
Chris Donati 8 years ago
parent
commit
8ffa2b25dd

BIN
docs/bookkeeperConfig.pdf


BIN
docs/bookkeeperOverview.pdf


BIN
docs/bookkeeperProgrammer.pdf


BIN
docs/bookkeeperStarted.pdf


BIN
docs/bookkeeperStream.pdf


BIN
docs/index.pdf


BIN
docs/javaExample.pdf


BIN
docs/linkmap.pdf


BIN
docs/recipes.pdf


BIN
docs/zookeeperAdmin.pdf


BIN
docs/zookeeperHierarchicalQuorums.pdf


BIN
docs/zookeeperInternals.pdf


BIN
docs/zookeeperJMX.pdf


BIN
docs/zookeeperObservers.pdf


BIN
docs/zookeeperOver.pdf


+ 1 - 1
docs/zookeeperProgrammers.html

@@ -570,7 +570,7 @@ document.write("Last Published: " + document.lastModified);
         counter used to store the next sequence number is a signed int
         (4bytes) maintained by the parent node, the counter will
         overflow when incremented beyond 2147483647 (resulting in a
-        name "&lt;path&gt;-2147483647").</p>
+        name "&lt;path&gt;-2147483648").</p>
 <a name="sc_timeInZk"></a>
 <h3 class="h4">Time in ZooKeeper</h3>
 <p>ZooKeeper tracks time multiple ways:</p>

BIN
docs/zookeeperProgrammers.pdf


BIN
docs/zookeeperQuotas.pdf


BIN
docs/zookeeperStarted.pdf


BIN
docs/zookeeperTutorial.pdf


+ 1 - 1
src/docs/src/documentation/content/xdocs/zookeeperProgrammers.xml

@@ -241,7 +241,7 @@
         counter used to store the next sequence number is a signed int
         (4bytes) maintained by the parent node, the counter will
         overflow when incremented beyond 2147483647 (resulting in a
-        name "&lt;path&gt;-2147483647").</para>
+        name "&lt;path&gt;-2147483648").</para>
       </section>
     </section>