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

Patrick Hunt reassigned ZOOKEEPER-2923:
---------------------------------------

    Assignee: Jiafu Jiang

> The comment of the variable matchSyncs in class CommitProcessor has a mistake.
> ------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2923
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2923
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: quorum
>    Affects Versions: 3.4.10, 3.5.3
>            Reporter: Jiafu Jiang
>            Assignee: Jiafu Jiang
>            Priority: Minor
>             Fix For: 3.5.4, 3.6.0, 3.4.12
>
>
> The comment of the  variable matchSyncs in class CommitProcessor says:
> {code:java}
>     /**
>      * This flag indicates whether we need to wait for a response to come 
> back from the
>      * leader or we just let the sync operation flow through like a read. The 
> flag will
>      * be true if the CommitProcessor is in a Leader pipeline.
>      */
>     boolean matchSyncs;
> {code}
> I search the source code and find that matchSyncs will be false if  the 
> CommitProcessor is in a Leader pipeline, and it will be true if the 
> CommitProcessor  is in a Follower pipeline.
> Therefore I think the comment should be modified to match the code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to