[
https://issues.apache.org/jira/browse/YARN-9547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16840143#comment-16840143
]
Hudson commented on YARN-9547:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16551 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/16551/])
YARN-9547. ContainerStatusPBImpl default execution type is not returned.
(bibinchundatt: rev 2de1e30658439945edf598b47257142f4730a37d)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/test/java/org/apache/hadoop/yarn/server/api/protocolrecords/TestProtocolRecords.java
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ContainerStatusPBImpl.java
> ContainerStatusPBImpl default execution type is not returned
> ------------------------------------------------------------
>
> Key: YARN-9547
> URL: https://issues.apache.org/jira/browse/YARN-9547
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Bibin A Chundatt
> Assignee: Bilwa S T
> Priority: Major
> Attachments: YARN-9547-001.patch
>
>
> {code}
> @Override
> public synchronized ExecutionType getExecutionType() {
> ContainerStatusProtoOrBuilder p = viaProto ? proto : builder;
> if (!p.hasExecutionType()) {
> return null;
> }
> return convertFromProtoFormat(p.getExecutionType());
> }
> {code}
> ContainerStatusPBImpl executionType should return default as
> ExecutionType.GUARANTEED.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]