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

Rewrite TestClusterRestartFailover.test since namespace table is gone on on master

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1
    • test
    • None

    Description

      We still have this

          // Find server that does not have hbase:namespace on it. This tests holds up SCPs. If it
          // holds up the server w/ hbase:namespace, the Master initialization will be held up
          // because this table is not online and test fails.
          for (JVMClusterUtil.RegionServerThread rst:
              UTIL.getHBaseCluster().getLiveRegionServerThreads()) {
            HRegionServer rs = rst.getRegionServer();
            if (rs.getRegions(TableName.NAMESPACE_TABLE_NAME).isEmpty()) {
              SERVER_FOR_TEST = rs.getServerName();
            }
          }
      

      Attachments

        Issue Links

          Activity

            People

              Ddupg Sun Xin
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: