When will 3.7.0 become a "stable" release

2022-02-25 Thread Scott Guminy
3.7.0 has been out since 27 March, 2021.  When will this release be marked
as a stable release?  Is it ready for production environments?  Are there
outstanding bugs that I should wait for?


Re: ZK client session expired after implementing SSL

2020-07-30 Thread Scott Guminy
Srikant,

Did you ever resolve this issue?  I might be seeing something similar.  I'm
also  on 3.5.5 with quorum SSL enabled.

On Mon, Jul 13, 2020 at 10:42 PM shrikant kalani 
wrote:

> 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 well under controlled.
>
> Thanks
> Srikant Kalani
>
> On Mon, 13 Jul 2020 at 11:21 PM, shrikant kalani  >
> wrote:
>
> > Adding one more email list
> >
> > On Mon, 13 Jul 2020 at 10:49 PM, shrikant kalani <
> shrikantkal...@gmail.com>
> > 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 expired
> message.
> >> While there are no signs of GC in the application, it is hard to figure
> out
> >> why ZK server is disconnecting those application.
> >>
> >> Any thoughts ?
> >>
> >> Thanks
> >> Srikant Kalani
> >>
> >
>


Re: Client to Server SSL without ClientAuthentication

2020-07-09 Thread Scott Guminy
Thanks.  That describes what I'm seeing on 3.5.5.

On Thu, Jul 9, 2020 at 4:31 PM Sankalp Bhatia 
wrote:

> Hi Scott,
>
> You can set the property *ssl.clientAuth = none *to ensure clients do not
> need to present their certificate during the SSL handshake.
> But I think it only works from versions 3.5.7 and above
> https://issues.apache.org/jira/browse/ZOOKEEPER-3674
>
> Thanks,
> Sankalp
>
> On Thu, 9 Jul 2020 at 18:01, Scott Guminy  wrote:
>
> > Can anyone provide guidance on how to configure the ZooKeeper so that it
> > does not require Client Authentication when enabling client-to-server
> SSL?
> >
> > The Admin Guide doesn't explain SSL configuration very well.
> >
> > Thanks
> >
>


Client to Server SSL without ClientAuthentication

2020-07-09 Thread Scott Guminy
Can anyone provide guidance on how to configure the ZooKeeper so that it
does not require Client Authentication when enabling client-to-server SSL?

The Admin Guide doesn't explain SSL configuration very well.

Thanks