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
Chris Donati 7 years ago
parent
commit
cbe524cdcc

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

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

BIN
docs/zookeeperProgrammers.pdf


BIN
docs/zookeeperQuotas.pdf


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