You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Huaxiang Sun (Jira)" <ji...@apache.org> on 2020/05/06 23:10:00 UTC

[jira] [Assigned] (HBASE-24159) [flakey test] regionserver.TestRegionMergeTransactionOnCluster

     [ https://issues.apache.org/jira/browse/HBASE-24159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Huaxiang Sun reassigned HBASE-24159:
------------------------------------

    Assignee: Huaxiang Sun  (was: Hua Xiang)

> [flakey test] regionserver.TestRegionMergeTransactionOnCluster
> --------------------------------------------------------------
>
>                 Key: HBASE-24159
>                 URL: https://issues.apache.org/jira/browse/HBASE-24159
>             Project: HBase
>          Issue Type: Test
>          Components: regionserver
>    Affects Versions: 3.0.0-alpha-1, 2.3.0, 2.4.0
>            Reporter: Huaxiang Sun
>            Assignee: Huaxiang Sun
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.3.0, 2.4.0
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)