Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Bundle queue coord submit command to create coord job.
CoordSubmitXCommand doesn't acquire any lock. CoordSubmitXCommand inserts entries to DB and calls BundleStatusUpdateXCommand to update bundle action. At the same time, if there is any ZK glitch, BundleStatusUpdateXCommand will fail ( because it needs to acquire lock) and RecoveryService will submit duplicate jobs.