[
https://issues.apache.org/jira/browse/ZOOKEEPER-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14791279#comment-14791279
]
Benjamin Jaton commented on ZOOKEEPER-2273:
-------------------------------------------
In my tests I believe that B does join the quorum. Both nodes eventually end up
with :
{code}server.1=hostA:2888:3888:participant;0.0.0.0:2181
server.2=hostB:2888:3888:participant;0.0.0.0:2181{code}
I have taken the patch proposed in ZOOKEEPER-832 and it does resolve this issue.
https://issues.apache.org/jira/browse/ZOOKEEPER-832?focusedCommentId=13832373&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13832373
> Uninvited ZK joins the ensemble
> -------------------------------
>
> Key: ZOOKEEPER-2273
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2273
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: Benjamin Jaton
>
> Scenario:
> - Install a Zookeeper on machine A
> - Install a Zookeeper on machine B, joining A to form an ensemble
> - Reinstall ZooKeeper on A (but with standaloneEnabled=false)
> -> B automatically joins A to form an ensemble again
> I think the work needed is discussed and addressed in ZOOKEEPER-832.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)