[
https://issues.apache.org/jira/browse/ZOOKEEPER-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257390#comment-16257390
]
ASF GitHub Bot commented on ZOOKEEPER-2944:
-------------------------------------------
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.
----
> Specify correct overflow value
> ------------------------------
>
> Key: ZOOKEEPER-2944
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2944
> Project: ZooKeeper
> Issue Type: Bug
> Components: documentation
> Reporter: Chris Donati
> Priority: Trivial
>
> When a sequence counter exceeds 2147483647, the next value is -2147483648.
> https://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html#Sequence+Nodes+--+Unique+Naming
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)