You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Henry Robinson (JIRA)" <ji...@apache.org> on 2009/11/11 19:32:39 UTC

[jira] Created: (ZOOKEEPER-577) LeaderElection code hardcodes majority quorums in at least two places

LeaderElection code hardcodes majority quorums in at least two places
---------------------------------------------------------------------

                 Key: ZOOKEEPER-577
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-577
             Project: Zookeeper
          Issue Type: Bug
            Reporter: Henry Robinson
            Assignee: Henry Robinson


See e.g. lookForLeader in LeaderElection.java and termPredicate in AuthFastLeaderElection.java

Should use containsQuorum. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-577) LeaderElection code hardcodes majority quorums in at least two places

Posted by "Henry Robinson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Robinson updated ZOOKEEPER-577:
-------------------------------------

          Component/s: server
    Affects Version/s: 3.2.1

> LeaderElection code hardcodes majority quorums in at least two places
> ---------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-577
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-577
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.2.1
>            Reporter: Henry Robinson
>            Assignee: Henry Robinson
>
> See e.g. lookForLeader in LeaderElection.java and termPredicate in AuthFastLeaderElection.java
> Should use containsQuorum. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.