Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
there is case where job generates start event by SLACalculatorMemory.addJobStatus, but before eventProcessed flag updated on DB side, SLA worker thread picks the action (SLACalculatorMemory.updateJobSla), end up sending duplicated messages. this patch is to fix synchronized block in addJobStatus to prevent this.