Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-9547

ContainerStatusPBImpl default execution type is not returned

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0, 3.2.1, 3.1.3
    • None
    • None

    Description

        @Override
        public synchronized ExecutionType getExecutionType() {
          ContainerStatusProtoOrBuilder p = viaProto ? proto : builder;
          if (!p.hasExecutionType()) {
            return null;
          }
          return convertFromProtoFormat(p.getExecutionType());
        }
      

      ContainerStatusPBImpl executionType should return default as ExecutionType.GUARANTEED.

      Attachments

        1. YARN-9547-001.patch
          3 kB
          Bilwa S T
        2. YARN-9547-branch-3.1.001.patch
          3 kB
          Bilwa S T
        3. YARN-9547-branch-3.2.001.patch
          3 kB
          Bilwa S T

        Issue Links

          Activity

            People

              BilwaST Bilwa S T
              bibinchundatt Bibin Chundatt
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: