Github user asdf2014 commented on the issue:

    https://github.com/apache/zookeeper/pull/262
  
    @maoling You are welcome. Already changed it into following 
[code](https://github.com/apache/zookeeper/pull/262/files#diff-f4e58b67b9a4084420cb9b58398a953cR125).
 Then, i think it can still guarantee its idempotency.
    ```java
    long count = ZxidUtils.getCounterFromZxid(zxid);
    long epoch = ZxidUtils.getEpochFromZxid(zxid);
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to