Release 3.6.3-13 Allow to bootup zk server even when client-uri root path does not exist
rahulrane50
released this
06 Jun 17:28
·
25 commits
to li-dev/base-3.6.3-znode-group-security
since this release
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.