You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2014/04/29 22:07:15 UTC

[jira] [Created] (AURORA-370) The killTasks RPC should not wait until tasks are killed

Maxim Khutornenko created AURORA-370:
----------------------------------------

             Summary: The killTasks RPC should not wait until tasks are killed
                 Key: AURORA-370
                 URL: https://issues.apache.org/jira/browse/AURORA-370
             Project: Aurora
          Issue Type: Story
          Components: Client, Scheduler
            Reporter: Maxim Khutornenko
            Assignee: Maxim Khutornenko


The killTasks RPC is currently waiting for a task to get killed actively blocking the client thread. With the killTaskMaxBackoff set at 1 minute the delayed killTasks call effectively destroys any multiprocessing attempts on the client.

Move the kill wait to the client potentially reusing the existing JobMonitor and WAIT_UNTIL_OPTION.



--
This message was sent by Atlassian JIRA
(v6.2#6252)