You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "maoling (Jira)" <ji...@apache.org> on 2019/08/28 03:40:00 UTC

[jira] [Commented] (ZOOKEEPER-2986) My id not in the peer list

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16917373#comment-16917373 ] 

maoling commented on ZOOKEEPER-2986:
------------------------------------

[~moetemad] 

Have you found the fact?

may be a mistake in your conf file?

> My id not in the peer list
> --------------------------
>
>                 Key: ZOOKEEPER-2986
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2986
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.5.3
>         Environment: Running in a docker container in kubernetes 1.5
>            Reporter: Mohammad Etemad
>            Priority: Major
>
> Zookeeper 3.5.3-beta is throwing the following error. I am facing the issue of  "My id 1 not in the peer list". If I use the alpha version (3.5.2) and then upgrade to the 3.5.3 beta version, the problem goes away. But if I implement the 3.5.3 version directly, the clustering never  happens and I get the error. To give you a bit more overview of the implementation:
>   
>  The pods use a persistent volume claim on a gluster volume. Each pod is assigned its own volume on the gluster file system. I run zookeeper as a stateful set with 3 pods. 
>   
>  In my cfg file I have:
>   
> {code:java}
> standaloneEnabled=false 
> tickTime=2000 
> initLimit=10 
> syncLimit=5 
> #snapshot file dir 
> dataDir=/data 
> #tran log dir 
> dataLogDir=/dataLog 
> #zk log dir 
> logDir=/logs 
> 4lw.commands.whitelist=* 
> dynamicConfigFile=/opt/zookeeper/conf/zoo_replicated1.cfg.dynamic{code}
>   
>  and in my cfg.dynamic file I have:
>    
> {code:java}
> server.0=zookeeper-0:2888:3888 
> server.1=zookeeper-1:2888:3888 
> server.2=zookeeper-2:2888:3888{code}
>   
>  Has there been any change on the clustering side of things that makes the new version not work?
>  Sample logs:
> {code:java}
> 2018-02-22 19:21:18,078 [myid:1] - ERROR [main:QuorumPeerMain@98] - Unexpected exception, exiting abnormally
>  java.lang.RuntimeException: My id 1 not in the peer list
>  at org.apache.zookeeper.server.quorum.QuorumPeer.start(QuorumPeer.java:770)
>  at org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:185)
>  at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:120)
>  at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:79){code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)