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

Integration Tests fails because of bug in teardown phase where the cluster state is not being restored properly.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.95.0, 0.94.9, 0.94.10
    • 0.98.0, 0.95.2, 0.94.11
    • test
    • None
    • Reviewed

    Description

      I was running the following test over a Distributed Cluster:
      bin/hbase org.apache.hadoop.hbase.IntegrationTestsDriver IntegrationTestDataIngestSlowDeterministic

      The IntegrationTestingUtility.restoreCluster() is called in the teardown phase of the test.
      For a distributed cluster, it ends up calling DistributedHBaseCluster.restoreClusterStatus, which does the task
      of restoring the cluster back to original state.

      The restore steps done here, does not solve one specific case:
      When the initial HBase Master is currently down, and the current HBase Master is different from the initial one.

      You get into this flow:

      //check whether current master has changed
      if (!ServerName.isSameHostnameAndPort(initial.getMaster(), current.getMaster()))

      { ............. }

      In the above code path, the current backup masters are stopped, and the current active master is also stopped.
      At this point, for the aforementioned usecase, none of the Hbase Masters would be available, hence the subsequent
      attempts to do any operation over the cluster would fail, resulting in Test Failure.

      Attachments

        1. HBASE-9085.patch._0.95_or_trunk
          3 kB
          gautam
        2. HBASE-9085.patch._0.94
          3 kB
          gautam

        Issue Links

          Activity

            People

              gautam.soni gautam
              gautam.soni gautam
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: