You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myriad.apache.org by "John Yost (JIRA)" <ji...@apache.org> on 2016/06/13 13:29:20 UTC

[jira] [Created] (MYRIAD-220) Improve reliability of kill task messaging

John Yost created MYRIAD-220:
--------------------------------

             Summary: Improve reliability of kill task messaging
                 Key: MYRIAD-220
                 URL: https://issues.apache.org/jira/browse/MYRIAD-220
             Project: Myriad
          Issue Type: Improvement
          Components: Scheduler
            Reporter: John Yost


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)