You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Xiaolin Ha (JIRA)" <ji...@apache.org> on 2019/07/25 07:10:00 UTC

[jira] [Created] (HBASE-22733) TestSplitTransactionOnCluster.testMasterRestartAtRegionSplitPendingCatalogJanitor is flakey

Xiaolin Ha created HBASE-22733:
----------------------------------

             Summary: TestSplitTransactionOnCluster.testMasterRestartAtRegionSplitPendingCatalogJanitor is flakey
                 Key: HBASE-22733
                 URL: https://issues.apache.org/jira/browse/HBASE-22733
             Project: HBase
          Issue Type: Bug
            Reporter: Xiaolin Ha
            Assignee: Xiaolin Ha
         Attachments: test - testMasterRestartAtRegionSplitPendingCatalogJanitor [Jenkins].txt

RITs will lead to CatalogJanitor not running, and then parent region will not be cleaned.

As a result, the last assertion of checking if parent region is null will fail.

Currently, the case is only waiting for master be active while not care about RITs completion when master starts up.

Failed test results is attached. We can see CatalogJanitor chore run failed log in it,
{quote}2019-07-23 18:34:03,241 INFO [Time-limited test] regionserver.TestSplitTransactionOnCluster(572): Starting run of CatalogJanitor 2019-07-23 18:34:03,241 WARN [Time-limited test] master.CatalogJanitor(119): CatalogJanitor is disabled! Enabled=true, maintenanceMode=false, am=org.apache.hadoop.hbase.master.assignment.AssignmentManager@1ce25bee, metaLoaded=true, hasRIT=true clusterShutDown=false{quote}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)