Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is the scenario:
Slave gets TASK_RUNNING and TASK_FINISHED back to back.
After this slaves moves the task to terminatedTasks.
When the status update manager handles the ACK for TASK_RUNNING, slave moves the task to completedTasks, instead of waiting for status update manager to handle TASK_FINISHED ACK.