You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/09/21 16:45:45 UTC

[GitHub] [accumulo] EdColeman opened a new issue #2281: Ensure ZooKeeper data version rollover is handled correctly.

EdColeman opened a new issue #2281:
URL: https://github.com/apache/accumulo/issues/2281


   **Describe the bug**
   ZooKeeper uses integers to track versions and it may be possible that the numbers could rollover and become negative - verify that we don't rely on the versions always being positive and increasing,  See [ZOOKEEPER-4372](https://issues.apache.org/jira/browse/ZOOKEEPER-4372) (Identified by @ctubbsii)
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - All ZooKeeper versions
   
   **To Reproduce**
   None
   
   **Expected behavior**
   That tests show that a ZooKeeper rollover the code functions as expected.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org