Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-8915

TestFSNamesystem.testFSLockGetWaiterCount fails intermittently in jenkins

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.8.0
    • 2.7.4, 3.0.0-alpha1
    • test
    • None
    • Reviewed

    Description

      This test was added as part of HDFS-8883, There is a race condition in the test and it has failed once in the Apache Jenkins run.

      Here is the stack

      FAILED: org.apache.hadoop.hdfs.server.namenode.TestFSNamesystem.testFSLockGetWaiterCount

      Error Message:
      Expected number of blocked thread not found expected:<3> but was:<1>

      Stack Trace:
      java.lang.AssertionError: Expected number of blocked thread not found expected:<3> but was:<1>
      at org.junit.Assert.fail(Assert.java:88)
      at org.junit.Assert.failNotEquals(Assert.java:743)
      at org.junit.Assert.assertEquals(Assert.java:118)
      at org.junit.Assert.assertEquals(Assert.java:555)
      at org.apache.hadoop.hdfs.server.namenode.TestFSNamesystem.testFSLockGetWaiterCount(TestFSNamesystem.java:261)

      From cursory code reading , even though we call into readlock.lock() there is no guarantee that our thread is put in the wait queue. A proposed fix could be to check for any thread in the lock queue instead of all 3, or disable the test.

      It could also indicate an issue with the test infra-structure but any test open to variations in result due to infra-structure issues creates noise in tests so we are better off fixing it.

      Attachments

        1. HDFS-8915.001.patch
          2 kB
          Masatake Iwasaki
        2. HDFS-8915.002.patch
          2 kB
          Masatake Iwasaki

        Issue Links

          Activity

            People

              iwasakims Masatake Iwasaki
              aengineer Anu Engineer
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: