Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0-beta, 3.0.0-alpha1
-
None
-
Reviewed
Description
commitBlockSynchronization is not idempotent (repeated invocations with the same arguments will throw an exception). By making it Idempotent we can remove the requirement to track invocations using the retry cache.