Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6.4
-
None
-
None
-
Scrumban #3
Description
ZkBaseDataAccessor#set() should throw BadVersionException instead of return false in case of version mismatch, since caller (e.g. HelixGroupCommit#commit()) may need to distinguish between fatal error and transient error (e.g. version mismatch) so it can retry.