You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Artem Chernatsky (JIRA)" <ji...@apache.org> on 2018/11/15 15:26:00 UTC

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

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

Artem Chernatsky updated ZOOKEEPER-3191:
----------------------------------------
    Summary: Code clean up  (was: Code cleaned up)

> 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:
>  * [if true set true|https://github.com/apache/zookeeper/blob/a859410aea35dfef5fa54c99fb8a5bfc81f1a46b/src/java/main/org/apache/zookeeper/server/quorum/Leader.java#L388-L398]
>  * [redundant code|https://github.com/apache/zookeeper/blob/a859410aea35dfef5fa54c99fb8a5bfc81f1a46b/src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java#L124-L126]
>  * [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)