Skip to content

Releases: linkedin/zookeeper

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

29 Jun 21:14
ade1f26
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

Added debug logs to debug checkACL NPE issue

29 Apr 23:13
Compare
Choose a tag to compare

Added few verbose logging around Request creation and checkACL code.

Release 3.6.3-8 with znode group acl super user use cases fixes

26 Apr 16:22
405b055
Compare
Choose a tag to compare

What's Changed

  • Several minor fixes for znode group acl feature by @mgao0 in #66
  • Allow super user to set acl by @mgao0 in #67

Full Changelog: 3.6.3-7...3.6.3-8