Releases: linkedin/zookeeper
Release 3.6.3-18 Fixing cross domain use case for dedicated servers.
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.
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.
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
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..
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.
Release 3.6.3-11 Fix for creating uri-domain-map root path.
Release 3.6.3-10 Fix fixupACL for znode group acl
What's Changed
Full Changelog: 3.6.3-9...3.6.3-10
Fix for checkACL NPE in ZNodeGroupAclProvider
What's Changed
- Fix for checkACL NPE in ZNodeGroupAclProvider by @rahulrane50 in #69
Full Changelog: 3.6.3-8...3.6.3-9
Added debug logs to debug checkACL NPE issue
Added few verbose logging around Request creation and checkACL code.
Release 3.6.3-8 with znode group acl super user use cases fixes
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