You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/11/22 08:26:48 UTC

[GitHub] [druid] meicool opened a new issue #11971: ERROR org.apache.curator.framework.imps.EnsembleTracker 214 processConfigData- Invalid config event received: {server.1=192.168.0.19:2888:3888:participant, version=100000000, server.0=192.168.0.18:2888:3888:participant, server.2=192.168.0.20:2888:3888:participant}

meicool opened a new issue #11971:
URL: https://github.com/apache/druid/issues/11971


   My zookeeper version is 3.5.5,My druid version 0.22.0:
   
   WARN org.apache.druid.java.util.common.logger.Logger 130 warn - Batch processing mode argument value is null or not valid;[null],defaulting to[CLOSED_SEGMENTS]
   WARN org.eclipse.jetty.server.handler.gzip.GzipHandler 958 setMinGzipSize of 0 is inefficient for short content,break even is size 23
   ERROR org.apache.curator.framework.imps.EnsembleTracker 214 processConfigData- Invalid config event received: {server.1=192.168.0.19:2888:3888:participant, version=100000000, server.0=192.168.0.18:2888:3888:participant, server.2=192.168.0.20:2888:3888:participant}
   
   This is my zookeeper config:
   tickTime=2000
   dataDir=/zookeeper/data/zookeeper1
   initLimit=5
   syncLimit=2
   clientPort=2791
   server.1=192.168.0.18:2888:3888:participant
   server.2=192.168.0.19:2888:3888:participant
   server.3=192.168.0.20:2888:3888:participant
   
   My Druid nodes can connect to ZooKeeper,but when I commit the supervise task,the task is always failed,prompt the above error,someone say it is a curator-client bug,This bug was fixed in version 5.2,but I found the curator-client version in druid lib directory 
   is 4.3.0
   How can I solve it,thank you


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] aorith commented on issue #11971: ERROR org.apache.curator.framework.imps.EnsembleTracker 214 processConfigData- Invalid config event received: {server.1=192.168.0.19:2888:3888:participant, version=100000000, server.0=192.168.0.18:2888:3888:participant, server.2=192.168.0.20:2888:3888:participant}

Posted by GitBox <gi...@apache.org>.
aorith commented on issue #11971:
URL: https://github.com/apache/druid/issues/11971#issuecomment-985473446


   Does this config solve the problem? `clientPort` seems to be deprecated:
   
   ```
   tickTime=2000
   dataDir=/zookeeper/data/zookeeper1
   initLimit=5
   syncLimit=2
   server.1=192.168.0.18:2888:3888:participant;2791
   server.2=192.168.0.19:2888:3888:participant;2791
   server.3=192.168.0.20:2888:3888:participant;2791
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org