GitHub user cdonati opened a pull request:
https://github.com/apache/zookeeper/pull/421
ZOOKEEPER-2944: Specify correct overflow value
When a sequence counter exceeds 2147483647, the next value is -2147483648.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cdonati/zookeeper-1 ZOOKEEPER-2944
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/421.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #421
----
commit 5d054ba2dde2faad5dc3baaac129eb1028de16bf
Author: Chris Donati <[email protected]>
Date: 2017-11-17T18:34:57Z
ZOOKEEPER-2944: Specify correct overflow value
When a sequence counter exceeds 2147483647, the next value is
-2147483648.
----
---