You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Asutosh Pandya (JIRA)" <ji...@apache.org> on 2019/02/18 23:48:00 UTC

[jira] [Commented] (ZOOKEEPER-3191) Code clean up

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

Asutosh Pandya commented on ZOOKEEPER-3191:
-------------------------------------------

Based on the current condition for #1 variable `stop` will never satisfy true 

https://github.com/apache/zookeeper/blob/a859410aea35dfef5fa54c99fb8a5bfc81f1a46b/src/java/main/org/apache/zookeeper/server/quorum/Leader.java#L388

 

> Code clean up
> -------------
>
>                 Key: ZOOKEEPER-3191
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3191
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Artem Chernatsky
>            Priority: Minor
>
> Working on some feature for Zookeeper I've found strange and redundant code in several places, like:
>  * 1. [if true set true|https://github.com/apache/zookeeper/blob/a859410aea35dfef5fa54c99fb8a5bfc81f1a46b/src/java/main/org/apache/zookeeper/server/quorum/Leader.java#L388-L398]
>  * 2 .[redundant code|https://github.com/apache/zookeeper/blob/a859410aea35dfef5fa54c99fb8a5bfc81f1a46b/src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java#L124-L126]
>  * 3. [redundant code|https://github.com/apache/zookeeper/blob/a859410aea35dfef5fa54c99fb8a5bfc81f1a46b/src/java/main/org/apache/zookeeper/server/quorum/QuorumCnxManager.java#L462]
> It makes difficult working with code. So maybe it should be cleaned up?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)