HBASE-24073 [flakey test] client.TestAsyncRegionAdminApi messed up compaction state...
commitf00753bacd775495c6093efacd3c26c95ed75363
authorhuaxiangsun <huaxiangsun@apache.org>
Thu, 2 Apr 2020 15:16:27 +0000 (2 08:16 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 15:16:27 +0000 (2 08:16 -0700)
treea6f378704b51b58bfc24ccfa01fff1b88d17241a
parent0b3918fe56e6885b0d26a452b1055863182adc26
HBASE-24073 [flakey test] client.TestAsyncRegionAdminApi messed up compaction state. (#1414)

Addendum:
  For major compaction test, set hbase.hstore.compaction.min to a big number to
  avoid kicking in minor compactions, which will pollute compaction state and
  sometimes, cause major compaction cannot happen.

Co-authored-by: Huaxiang Sun <huaxiangsun@apache.com>
Signed-off-by: stack <stack@apache.org>
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncRegionAdminApi.java