Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In some cases where executon of StatusTransitService and CoordKill are happening at same time, it may happen that the StatusTransitService overwrites the KILLED state of job to RUNNING
This can be fixed by setting the doneMaterialization to true in CoordKillX
and failing the materializtion if the job's doneMaterialization to true. Also, eventually the StatusTransitService will convert the status back to KILLED