Re: ZK not starting during upgrade to use 3.6.1 with SSL communication

2020-05-01 Thread blb.dev
I also notice that in the /conf/zoo.cfg file the servers are being added out of order, but the /data/myid files are all correct server id. For example, it's showing as: server.2=:2888:3888:participant server.3=:2888:3888:participant server.1=:2888:3888:participant But I would expect it to be:

[ANNOUNCE] Apache ZooKeeper 3.6.1

2020-05-01 Thread Enrico Olivelli
The Apache ZooKeeper team is proud to announce Apache ZooKeeper version 3.6.1 ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface so

ZK not starting during upgrade to use 3.6.1 with SSL communication

2020-05-01 Thread blb.dev
Hi, during testing upgrade to 3.6.1 version and using secure quorum ssl communication my zookeeper is not starting up. *config file:* dataDir=/data dataLogDir=/datalog tickTime=2000 initLimit=10 syncLimit=5 maxClientCnxns=0 autopurge.snapRetainCount=10 autopurge.purgeInterval=24