Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
After ZOOKEEPER-4565, getConfig watcher will receive path for zookeeper config node "/zookeeper/config". But if the path getConfig watcher received is somewhat sensitive to chroot path.
- With chroot path "/zookeeper", getConfig will receive path "/config".
- With other chroot paths, getConfig will receive path "/zookeeper/config".
I think we should define what path getConfig will get formally to avoid unnoticed behavior.
Attachments
Issue Links
- is related to
-
ZOOKEEPER-838 Chroot is an attribute of ClientCnxn
- Resolved
-
CURATOR-667 Background `getConfig` and `reconfig` could deliver abnormal path
- Resolved
- relates to
-
ZOOKEEPER-4565 Config watch path get truncated abnormally and fail chroot zookeeper client
- Closed
- links to