Re: ZK makes apache 2019 "top 5" projects

2019-12-11 Thread Enrico Olivelli
Yes, great. Please also note that Kafka and Lucene/Solr that are still listed in that list are using Zookeeper :) Enrico Il gio 12 dic 2019, 05:46 tison ha scritto: > Kudos! > > Best, > tison. > > > Patrick Hunt 于2019年12月12日周四 上午11:32写道: > > > This is really awesome, check it out: > >

Re: Zookeeper SSL C Client Support

2019-12-11 Thread Pradeep Choudhary
Hi Enrico, I have just tested the cli_st utility as of now. It seems to work ok. I haven't integrated this code in our software yet. Please check the logs below. git clone g...@github.com:apache/zookeeper.git cd zookeeper yum install java-1.8.0-openjdk yum install ant yum install autoconf yum

Re: Zookeeper SSL C Client Support

2019-12-11 Thread Enrico Olivelli
Pradeep Il gio 12 dic 2019, 07:02 Pradeep Choudhary ha scritto: > Dear Experts, > > I see that this PR https://github.com/apache/zookeeper/pull/625 is merged > to master to enable Zookeeper C Client SSL support. We are planning to use > this in our software. Do you have any plan to release a

Zookeeper SSL C Client Support

2019-12-11 Thread Pradeep Choudhary
Dear Experts, I see that this PR https://github.com/apache/zookeeper/pull/625 is merged to master to enable Zookeeper C Client SSL support. We are planning to use this in our software. Do you have any plan to release a new version of Zookeeper with this support ? Thanks, Pradeep

Re: ZK makes apache 2019 "top 5" projects

2019-12-11 Thread tison
Kudos! Best, tison. Patrick Hunt 于2019年12月12日周四 上午11:32写道: > This is really awesome, check it out: > https://twitter.com/phunt/status/1204966326118141952 > > Kudos ZooKeeper community on all the hard work and efforts! > > Patrick >

clientCnxnSocket#updateLastSendAndHeard() method usage

2019-12-11 Thread Karan Mehta
Hello, On this line in ClientCnxn.java , we are calling clientCnxnSocket.updateLastSendAndHeard() method but we didn't call clientCnxnSocket.updateNow() method before that.

Re: Notification messages in log

2019-12-11 Thread rammohan ganapavarapu
Hi Enrico, Since i have log rotation, i am not worried about size but i see ~14 such messages for a second which seems unusual for me. grep "Notification: 0 (message format version)" zookeeper.log|awk '{print $1" "$2}'|awk -F "," '{print $1}'|sort |uniq -c 9 2019-12-12 03:11:14 14

ZK makes apache 2019 "top 5" projects

2019-12-11 Thread Patrick Hunt
This is really awesome, check it out: https://twitter.com/phunt/status/1204966326118141952 Kudos ZooKeeper community on all the hard work and efforts! Patrick

Re: Notification messages in log

2019-12-11 Thread Enrico Olivelli
Ram, How many GB of logs do you have? Those messages are not scary but they shouldn't be so many. Enrico Il mer 11 dic 2019, 23:16 rammohan ganapavarapu ha scritto: > After 3.4.14 version upgrade i am seeing continuous messages as bellow in > logs, is it normal? > > > 2019-12-11 22:12:44,036

Re: quorum.cnxn.threads.size

2019-12-11 Thread rammohan ganapavarapu
And to add more on the same property, the description says *"For example, consider a 3-node cluster,# during quorum formation at least 3 outgoing connection requests and 3 incoming connection# requests will occur. So total 6 threads will be used. It is recommended to configure 2x# number of

quorum.cnxn.threads.size

2019-12-11 Thread rammohan ganapavarapu
Is this property only applicable in case of sasl auth enabled? or does it work even when we turn off authentication? *quorum.cnxn.threads.size* Thanks, Ram

Notification messages in log

2019-12-11 Thread rammohan ganapavarapu
After 3.4.14 version upgrade i am seeing continuous messages as bellow in logs, is it normal? 2019-12-11 22:12:44,036 [myid:104] - INFO [WorkerReceiver[myid=104]:FastLeaderElection@595] - Notification: 0 (message format version), 100 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state),

Re: AW: Configuration management for zoo.cfg

2019-12-11 Thread Alexander Shraer
It will change, the number represents the version of the configuration, and will be updated if you issue a reconfiguration command. Its basically the zxid of the command. Alex On Tue, Dec 10, 2019 at 11:25 PM Aristedes Maniatis wrote: > > On 11/12/19 6:21pm, arne.bachm...@dlr.de wrote: > >