You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Arun Suresh (JIRA)" <ji...@apache.org> on 2017/08/09 22:50:00 UTC

[jira] [Created] (YARN-6979) Add flag to allow all container updates to be initiated via NodeHeartbeatResponse

Arun Suresh created YARN-6979:
---------------------------------

             Summary: Add flag to allow all container updates to be initiated via NodeHeartbeatResponse
                 Key: YARN-6979
                 URL: https://issues.apache.org/jira/browse/YARN-6979
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Arun Suresh
            Assignee: kartheek muthyala


Currently, only the Container Resource increase command is sent to the NM via NodeHeartbeat response. This JIRA proposes to add a flag in the RM to allow ALL container updates (increase, decrease, promote and demote) to initiated via node HB.

The AM is still free to use the ContainerManagementPrototol's {{updateContainer}} API in cases where for instance, the Node HB is frequency is very low and the AM needs to update the container as soon as possible. In these situations, if the Node HB arrives before the updateContainer API call, the call would error out, due to a version mismatch and the AM is required to handle it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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