Re: Issues with leader shutdown in a 3-node zookeeper cluster

2019-11-26 Thread Damien Diederen
Sushil, > I have put the gist of connection string and mntr outputs, i tried > connecting to the left-over quorum cluster without any luck. > https://gist.github.com/sushilkm/b8a540acc487830adaa5acae3a166d51 Combining this, from your notes: $ zkCli.sh -server "10.251.0.6:2181" with what

Re: Any interest in a gRPC version of ZooKeeper

2019-11-26 Thread Michael Han
>> Or, am I missing something you're seeing? No, you were right. I misunderstood. Thanks for clarification! On Sun, Nov 24, 2019 at 5:33 PM Jordan Zimmerman wrote: > > It's still > > difficult to write a client because there needs to be language specific > > implementations for the rpc mapper

Re: Native client on MacOS and Windows?

2019-11-26 Thread Mate Szalay-Beko
I compiled and tested manually the C-client on windows recently (in relation to adding SSL support). As far as I can tell, the unit tests are not working on windows at the moment, however it shouldn't be a big deal to make them work. But some scripts definitely will need to be re-implemented for

Re: Viewing the complete configuration of a running Zookeeper server

2019-11-26 Thread Bryan Pendleton
The specific variable that I was trying to query was cnxTimeout, but I noticed that many configuration variables that are documented in the admin guide are not in the 'conf' output (I didn't compile a complete list). We are using 3.4, but we have plans to move to 3.5 fairly soon. Thank you for

Re: Does ZK 3.4.14 support Netty 4.1.42.Final?

2019-11-26 Thread Andor Molnar
Oh, great, I’m still having my incomplete patch locally for that Jira. Abandoned a while ago, but I think I can come back to this possibly tomorrow. Thanks for the heads up! :) Andor > On 2019. Nov 25., at 19:39, Daniel Chan wrote: > > Thanks Patrick and Tamas for the information. > > Is