You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/03/24 21:56:00 UTC

[jira] [Resolved] (HBASE-24043) [Flakey Tests] TestAsyncRegionAdminApi, TestRegionMergeTransactionOnCluster fixes and debug

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

Michael Stack resolved HBASE-24043.
-----------------------------------
    Fix Version/s: 2.2.5
                   2.3.0
                   3.0.0
       Resolution: Fixed

I just pushed this set of test changes. Want to see how it does in our flakey list..... Pushed to branch-2.2+

> [Flakey Tests] TestAsyncRegionAdminApi, TestRegionMergeTransactionOnCluster fixes and debug
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-24043
>                 URL: https://issues.apache.org/jira/browse/HBASE-24043
>             Project: HBase
>          Issue Type: Bug
>          Components: flakies
>            Reporter: Michael Stack
>            Assignee: Michael Stack
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0, 2.2.5
>
>
> Add some fixes, some hopeful changes that will hopeful result in fixes, and then a bit of debug:
> {code}
>  hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DeleteTableProcedure.java
>   Edit of log about archiving that shows in middle of a table create;
>   try to make it less disorientating.
>  hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncRegionAdminApi.java
>   Loosen assert. Compaction may have produced a single file only. Allow
>   for this.
>  hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTableGetMultiThreaded.java
>   Make this test less furious given it is inline w/ a bunch of unit
>   tests.
>  hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide3.java
>   Add debug
>  hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreRegionReports.java
>   Add wait on quota table to show up before moving forward; otherwise,
>   attempt at quota setting fails.
>  hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java
>   Debug
>  hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionMergeTransactionOnCluster.java
>   Remove asserts that expected regions to still have a presence in fs
>   after merge when a catalogjanitor may have cleaned up parent dirs.
>  hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionReplicas.java
>   Catch exception on way out and log it rather than let it fail test.
>  hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestSnapshotScannerHDFSAclController.java
>   Wait on acl table before proceeding.
> {code}



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