Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently within the YarnNodeCapacityManager there is a two-step process of killing a YARN task via the following method invocations:
state.makeTaskKillable(taskId);
myriadDriver.kill(taskId);
Need to add logic to ensure all killable tasks are killed.
Attachments
Issue Links
- blocks
-
MYRIAD-283 Prepare for 0.3.0 release
- Closed