Re: ZK client session expired after implementing SSL

2020-07-13 Thread shrikant kalani
When I turned on Debug logs I can see the requests are getting throttled and even PING request from client is throttled. Later event buffer was full and it discarded the Autoread.enable message. Is there a way to avoid discarding of message or increase the throttling limit ? The cluster memory is

Re: ZK client session expired after implementing SSL

2020-07-13 Thread shrikant kalani
Adding one more email list On Mon, 13 Jul 2020 at 10:49 PM, shrikant kalani wrote: > Hi > > We are seeing a very uncommon behaviour. We implemented SSL for quorum > communication in version 3.5.5. After the change we are seeing ZK client > applications are frequently getting crashed with session

Re: Zookeeper session expiration

2020-07-13 Thread Srikant Kalani
I am facing a similar issue in my application. Zookeeper Server Version 3.5.5 I implemented SSL ( server to server ) in quorum communication. After that ZK client frequently receives session timeouts. When I turned off SSL then application is behaving normally and there are no timeouts. Any t

ZK client session expired after implementing SSL

2020-07-13 Thread shrikant kalani
Hi We are seeing a very uncommon behaviour. We implemented SSL for quorum communication in version 3.5.5. After the change we are seeing ZK client applications are frequently getting crashed with session expired message. While there are no signs of GC in the application, it is hard to figure out w

Re: upgrade from 3.4.5 to 3.5.6

2020-07-13 Thread Enrico Olivelli - Diennea
It looks like we ported it to 3.5. See the subtask https://issues.apache.org/jira/browse/ZOOKEEPER-2792 Enrico Il giorno 13/07/20, 10:37 "kuldeep singh" ha scritto: Hi Team, I appreciate it if I will get a response as soon as possible, as I am stuck at this point. Thanks,

Re: upgrade from 3.4.5 to 3.5.6

2020-07-13 Thread kuldeep singh
Hi Team, I appreciate it if I will get a response as soon as possible, as I am stuck at this point. Thanks, - Kuldeep Singh Budania On Mon, Jul 13, 2020 at 11:10 AM kuldeep singh wrote: > Hi Team, > > Server to Server communication is not supported in 3.5.6 version as pe