[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-1278:
------------------------------------

    Attachment: ZOOKEEPER-1278_br34.patch

This patch passes the simple test, however the others all fail. This is the 
test/fix from ZOOKEEPER-1277
                
> acceptedEpoch not handling zxid rollover in lower 32bits
> --------------------------------------------------------
>
>                 Key: ZOOKEEPER-1278
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1278
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.4.0, 3.5.0
>            Reporter: Patrick Hunt
>            Priority: Blocker
>             Fix For: 3.5.0, 3.4.1
>
>         Attachments: ZOOKEEPER-1278_br34.patch
>
>
> When the lower 32bits of a zxid "roll over" (zxid is a 64 bit number, however 
> the upper 32 are considered the epoch number) the epoch number (upper 32 
> bits) are incremented and the lower 32 start at 0 again.
> This should work fine, however, afaict, in the current 3.4/3.5 the 
> acceptedEpoch/currentEpoch files are not being updated for this case.
> See ZOOKEEPER-335 for changes from 3.3 branch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to