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

Reply via email to