[ https://issues.apache.org/jira/browse/ZOOKEEPER-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673836#action_12673836 ]
Flavio Paiva Junqueira commented on ZOOKEEPER-30: ------------------------------------------------- Andrew, Thanks for your clarification. As part of the ZooKeeper community, you're also part of the ZK team( :-) ). I believe that other members of the community, including myself, will be happy to help you out with any issue you may have with the integration. Regarding the sync operation, I don't think it is a good idea to have it in the way you're proposing. Sync is a way to provide cheap linearizable reads; cheap in the sense that it doesn't require two rounds of atomic broadcast messages. Your solution works, but makes it more expensive unnecessarily. > Hooks for atomic broadcast protocol > ----------------------------------- > > Key: ZOOKEEPER-30 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-30 > Project: Zookeeper > Issue Type: New Feature > Reporter: Patrick Hunt > Assignee: Mahadev konar > > Moved from SourceForge to Apache. > http://sourceforge.net/tracker/index.php?func=detail&aid=1938788&group_id=209147&atid=1008547 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.