[
https://issues.apache.org/jira/browse/ZOOKEEPER-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745214#comment-14745214
]
Arshad Mohammad commented on ZOOKEEPER-2273:
--------------------------------------------
Thanks [~benjamin.jaton] for reporting this, though it seems not a defect. I
think your standalone zookeeper is not really standalone other wise it could
have not opened quorum peer communication and leader election ports.
Please provide bellow information to further
# quorum configuration of A and B
Example:
{code}
server.1=host1:2888:3888:participant
server.2=host2:2889:3889:participant
{code}
# Do you have bellow configuration in your standalone server? what is the
configured value?
## dynamicConfigFile
## standaloneEnabled
## server.x
> 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 (standalone)
> -> 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)