You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Michi Mutsuzaki (JIRA)" <ji...@apache.org> on 2014/03/11 02:19:49 UTC

[jira] [Updated] (ZOOKEEPER-1638) Redundant zk.getZKDatabase().clear();

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

Michi Mutsuzaki updated ZOOKEEPER-1638:
---------------------------------------

    Attachment: ZOOKEEPER-1638.patch

Address Raul's comment.

> Redundant zk.getZKDatabase().clear();
> -------------------------------------
>
>                 Key: ZOOKEEPER-1638
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1638
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Alexander Shraer
>            Assignee: neil bhakta
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1638.patch, ZOOKEEPER-1638.patch
>
>
> Learner.syncWithLeader calls zk.getZKDatabase().clear() right before zk.getZKDatabase().deserializeSnapshot(leaderIs); Then the first thing deserializeSnapshot does is another clear(). 
> Suggest to remove the clear() in syncWithLeader.



--
This message was sent by Atlassian JIRA
(v6.2#6252)