[
https://issues.apache.org/jira/browse/ZOOKEEPER-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13815846#comment-13815846
]
Hudson commented on ZOOKEEPER-1783:
-----------------------------------
SUCCESS: Integrated in ZooKeeper-trunk #2113 (See
[https://builds.apache.org/job/ZooKeeper-trunk/2113/])
ZOOKEEPER-1783. Distinguish initial configuration from first established
configuration (shralex via breed) (breed:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1539529)
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/c/tests/TestReconfigServer.cc
*
/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/FastLeaderElection.java
* /zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/Leader.java
*
/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java
*
/zookeeper/trunk/src/java/test/org/apache/zookeeper/server/quorum/ReconfigRecoveryTest.java
*
/zookeeper/trunk/src/java/test/org/apache/zookeeper/server/quorum/Zab1_0Test.java
* /zookeeper/trunk/src/java/test/org/apache/zookeeper/test/ReconfigTest.java
> Distinguish initial configuration from first established configuration
> ----------------------------------------------------------------------
>
> Key: ZOOKEEPER-1783
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1783
> Project: ZooKeeper
> Issue Type: Bug
> Components: quorum, server
> Affects Versions: 3.5.0
> Reporter: Alexander Shraer
> Assignee: Alexander Shraer
> Fix For: 3.5.0
>
> Attachments: ZOOKEEPER-1783-ver1.patch, ZOOKEEPER-1783-ver2.patch,
> ZOOKEEPER-1783-ver3.patch, ZOOKEEPER-1783-ver4.patch,
> ZOOKEEPER-1783-ver5.patch, ZOOKEEPER-1783-ver6.patch,
> ZOOKEEPER-1783-ver7.patch, ZOOKEEPER-1783-ver8.patch,
> ZOOKEEPER-1783-ver9.patch, ZOOKEEPER-1783.patch
>
>
> We need a way to distinguish an initial config of a server and an initial
> config of a running ensemble (before any reconfigs happen). Currently both
> have version 0.
> The version of a config increases with each reconfiguration, so the problem
> is just with the initial config.
--
This message was sent by Atlassian JIRA
(v6.1#6144)