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 "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2019/05/13 11:10:00 UTC

[jira] [Created] (YARN-9547) ContainerStatusPBImpl default execution type is not returned

Bibin A Chundatt created YARN-9547:
--------------------------------------

             Summary: 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


{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: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org