You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Karthik Kambatla (JIRA)" <ji...@apache.org> on 2017/02/27 22:26:45 UTC

[jira] [Created] (YARN-6246) Move app starvation identification out of the update thread

Karthik Kambatla created YARN-6246:
--------------------------------------

             Summary: Move app starvation identification out of the update thread
                 Key: YARN-6246
                 URL: https://issues.apache.org/jira/browse/YARN-6246
             Project: Hadoop YARN
          Issue Type: Sub-task
          Components: fairscheduler
    Affects Versions: 2.9.0
            Reporter: Karthik Kambatla
            Assignee: Karthik Kambatla


Given the update thread holds the scheduler write-lock, we are probably better of computing starvation and identification of starved apps in a different thread. 

I am averse to adding a thread that runs on a *configurable timeout*, but maybe we could trigger this thread after every update run, or do this in the update thread but outside of the write-lock. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org