python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

Sync() call returns unchrooted path #601

Closed ceache closed 4 years ago

ceache commented 4 years ago

KazooClient.sync() returns an unchrooted path, as revealed in https://github.com/python-zk/kazoo/pull/598#discussion_r403825606.

Either the behavior should be documented as such or it should be corrected.