Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24159

[flakey test] regionserver.TestRegionMergeTransactionOnCluster

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-alpha-1, 2.3.0, 2.4.0
    • 3.0.0-alpha-1, 2.3.0
    • regionserver
    • None

    Description

      As reported in https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-2.3/lastSuccessfulBuild/artifact/dashboard.html#job_1, 

      testCleanMergeReference fails when waiting for merge table in meta table to be cleaned.

      Debugged a bit, found that this is case that state is polluted from other testing cases.

       

      the meta table is polluted from the previous region merge test cases (tables are not deleted after the testing case finishes). While compaction still goes on and janitor kicks in, it will clean up the old table state and breaks the loop (cleaned > 0), so leave the state under test never cleaned up.The solution is to delete tables after each test case.

      Attachments

        Activity

          People

            huaxiangsun Huaxiang Sun
            huaxiangsun Huaxiang Sun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: