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 "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2019/06/14 07:19:00 UTC

[jira] [Created] (YARN-9624) Use switch case for ProtoUtils#convertToProtoFormat containerState

Bibin A Chundatt created YARN-9624:
--------------------------------------

             Summary: Use switch case for ProtoUtils#convertToProtoFormat containerState
                 Key: YARN-9624
                 URL: https://issues.apache.org/jira/browse/YARN-9624
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Bibin A Chundatt


On large cluster with 100K+ containers on every heartbeat 

{{ContainerState.valueOf(e.name().replace(CONTAINER_STATE_PREFIX, ""))}} will be too costly. Update with switch case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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