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

TestFairScheduler#testChildMaxResources is flaky

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0
    • 3.3.0
    • None
    • None
    • Reviewed

    Description

      During making the code patch for YARN-8059, I come across a flaky test, see this link: https://builds.apache.org/job/PreCommit-YARN-Build/22412/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt

      This is the error message:

      [ERROR] Tests run: 108, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 19.37 s <<< FAILURE! - in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler
      [ERROR] testChildMaxResources(org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler) Time elapsed: 0.164 s <<< FAILURE!
      java.lang.AssertionError: App 1 is not running with the correct number of containers expected:<2> but was:<0>
       at org.junit.Assert.fail(Assert.java:88)

      So the thing is, even if we had 8 node updates, due to the nature of how we handle the events, it can happen that no container is allocated for the application.

      Attachments

        1. YARN-9025.001.patch
          9 kB
          Szilard Nemeth
        2. YARN-9025.002.patch
          8 kB
          Szilard Nemeth

        Issue Links

          Activity

            People

              snemeth Szilard Nemeth
              snemeth Szilard Nemeth
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: