-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.0
-
Component/s: contrib-bindings
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note:Client that uses python binding may receive SystemError on session expiration.
Apparently errors returned by the C library are not being correctly converted into a Python exception in some cases:
>>> zookeeper.get_children(0, "/", None)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: error return without exception set