[
https://issues.apache.org/jira/browse/ZOOKEEPER-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633425#comment-15633425
]
Hudson commented on ZOOKEEPER-2556:
-----------------------------------
FAILURE: Integrated in Jenkins build ZooKeeper-trunk #3142 (See
[https://builds.apache.org/job/ZooKeeper-trunk/3142/])
ZOOKEEPER-2556: peerType not removed from static config file (Rakesh (shralex:
rev bcb07a09b06c91243ed244f04a71b8daf629e286)
* (edit)
src/java/test/org/apache/zookeeper/server/quorum/ReconfigLegacyTest.java
* (edit)
src/java/test/org/apache/zookeeper/server/quorum/QuorumPeerTestBase.java
* (edit) src/java/main/org/apache/zookeeper/server/quorum/QuorumPeerConfig.java
> peerType remains as "observer" in zoo.cfg even though we change the node from
> observer to participant runtime
> -------------------------------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-2556
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2556
> Project: ZooKeeper
> Issue Type: Bug
> Components: server
> Affects Versions: 3.5.1, 3.5.2
> Reporter: Rakesh Kumar Singh
> Assignee: Rakesh Kumar Singh
> Priority: Minor
> Attachments: ZOOKEEPER-2556.patch, ZOOKEEPER-2556.patch,
> ZOOKEEPER-2556.patch
>
>
> peerType remains as "observer" in zoo.cfg even though we change the node from
> observer to participant runtime
> Steps to reproduce:-
> 1. Start zookeeper in cluster with one node as observer by configuring
> peerType=observer in zoo.cfg and server.2=10.18.219.50:2888:3888:observer;2181
> 2. Start the cluster
> 3. start a client and change the node from observer to participant, the
> configuration related to peertype remained same though other things like
> clientport got from zoo.cfg
> >reconfig -remove 2 -add 2=10.18.219.50:2888:3888:participant;2181
> We should either remove this parameter or update with correct node type at
> run time
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)