[
https://issues.apache.org/jira/browse/ZOOKEEPER-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419190#comment-15419190
]
Michael Han commented on ZOOKEEPER-2504:
----------------------------------------
The formatted test result report only include Java test. There is a C client
test failed, which contributed to the -1. It's a known issue tracked by
ZOOKEEPER-2152.
{noformat}
[exec] [exec]
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/tests/TestReconfig.cc:154:
Assertion: assertion failed [Expression: false]
[exec] [exec] Failures !!!
[exec] [exec] Run: 72 Failure total: 1
{noformat}
> Enforce that server ids are unique in a cluster
> -----------------------------------------------
>
> Key: ZOOKEEPER-2504
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2504
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: Dan Benediktson
> Assignee: Dan Benediktson
> Attachments: ZOOKEEPER-2504.patch
>
>
> The leader will happily accept connections from learners that have the same
> server id (i.e., due to misconfiguration). This can lead to various issues
> including non-unique session_ids being generated by these servers.
> The leader can enforce that all learners come in with unique server IDs; if a
> learner attempts to connect with an id that is already in use, it should be
> denied.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)