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 "Hudson (Jira)" <ji...@apache.org> on 2020/02/09 14:18:00 UTC

[jira] [Commented] (YARN-9624) Use switch case for ProtoUtils#convertFromProtoFormat containerState

    [ https://issues.apache.org/jira/browse/YARN-9624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033212#comment-17033212 ] 

Hudson commented on YARN-9624:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17932 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/17932/])
YARN-9624. Use switch case for ProtoUtils#convertFromProtoFormat (ayushsaxena: rev 3f0a7cd17a1a8b904ef16426dbe2e2e267416464)
* (add) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/records/impl/pb/TestProtoUtils.java
* (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ProtoUtils.java


> Use switch case for ProtoUtils#convertFromProtoFormat containerState
> --------------------------------------------------------------------
>
>                 Key: YARN-9624
>                 URL: https://issues.apache.org/jira/browse/YARN-9624
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Bibin Chundatt
>            Assignee: Bilwa S T
>            Priority: Major
>              Labels: performance
>             Fix For: 3.3.0
>
>         Attachments: YARN-9624.001.patch, YARN-9624.002.patch, YARN-9624.003.patch
>
>
> 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
(v8.3.4#803005)

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