[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048237#comment-13048237
 ] 

Benjamin Reed commented on ZOOKEEPER-1092:
------------------------------------------

just to correct slightly my earlier statement. we do indirectly take advantage 
of the fact that the datatree contains only committed operations: if the leader 
tells a follower to truncate, we know that we only need to truncate the log; we 
don't need to worry about removing anything from the data tree since everything 
in the tree is committed.

> get rid of pending changes
> --------------------------
>
>                 Key: ZOOKEEPER-1092
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1092
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Benjamin Reed
>            Priority: Minor
>
> pending changes used by PrepRequestProcessor and FinalRequestProcessor is 
> complicated and requires synchronization between threads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to