Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.3
-
Fix Version/s: 3.4.0
-
Component/s: contrib-bindings
-
Labels:
-
Environment:
All environments.
-
Hadoop Flags:Reviewed
Description
There is a small bug in the python bindings, specifically with the zookeeper.set2() call. This method should return a stat dictionary, but actually returns None. The fix is a one-character change to zookeeper.c such that the return value is '&stat' rather than 'stat'.