Skip to content

Releases: linkedin/zookeeper

Release 3.6.3-20 with several improved features

15 Aug 18:38
7ee5f04

Choose a tag to compare

What's Changed

  • Allow multiple client ids to be super user by @mgao0 in #85
  • Add an optional feature to add both clientId and domain name to authInfo by @mgao0 in #87
  • Fixing spotbugs errors in ZNodeGroupACL files. by @rahulrane50 in #90

Full Changelog: 3.6.3-19...3.6.3-20

Release 3.6.3-19 Fixed auth info refresh for connections on unified port.

01 Jul 00:16
6d98ca3

Choose a tag to compare

This release contains following fixes :

  1. Fixed refreshing auth info for TLS connections on unified port.
  2. Changed few info logs to debug logs while extracting certs.

Release 3.6.3-18 Fixing cross domain use case for dedicated servers.

29 Jun 21:14
ade1f26

Choose a tag to compare

Release 3.6.3-18 Fixing cross domain use case for dedicated servers.

Release 3.6.3-17 Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.

23 Jun 23:40
2c068a2

Choose a tag to compare

Release 3.6.3-17 Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.

Added auth info in live connections/secure connections list in stat command output.

Release 3.6.3-15 Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.

15 Jun 22:11
15ced70

Choose a tag to compare

Adding few zk server side metrics to identify number of connections on unified port using SSL or non-SSL.

Release 3.6.3-13 Allow to bootup zk server even when client-uri root path does not exist

06 Jun 17:28
907dedb

Choose a tag to compare

Issue :
Previously ZkClientUriDomainMappingHelper used to throw exception if uri-domain-map root path does not exist. This has been an issue since uri-domain-map root path could not be created by zookeeper server itself.

Fix :
It's okay to create ZkClientUriDomainMappingHelper even if root path does not exist because watcher can be added on znode paths which are not present at that the time of creation.

Release 3.6.3-12 Removing client uri domain root path auto creation..

31 May 19:38
575e933

Choose a tag to compare

Removing uri-domain-map znode creation from datatree (#74)

Co-authored-by: Rahul Rane <[email protected]>

Release 3.6.3-11 Fix for creating uri-domain-map root path.

24 May 00:00
c31d262

Choose a tag to compare

Release 3.6.3-11 Fix for creating uri-domain-map root path.

Release 3.6.3-10 Fix fixupACL for znode group acl

09 May 21:43
262b356

Choose a tag to compare

What's Changed

  • Modify fixupACL for znode group acl use cases by @mgao0 in #70

Full Changelog: 3.6.3-9...3.6.3-10

Fix for checkACL NPE in ZNodeGroupAclProvider

03 May 00:49
97a770a

Choose a tag to compare

What's Changed

Full Changelog: 3.6.3-8...3.6.3-9