guluo created HBASE-27862:
-----------------------------
Summary: HMaster.getCompactionState's return result about table
compaction state is not quite right
Key: HBASE-27862
URL: https://issues.apache.org/jira/browse/HBASE-27862
Project: HBase
Issue Type: Bug
Components: master
Affects Versions: 2.4.13, 2.3.7
Reporter: guluo
1. The table compaction state should be NONE if all of those regions is online
and is not compacting.
2. The Table compaction state should be null if one of those regions is not
online and others is not compacting. null means that the table compaction
state we obtained is UNKOWN.
3. The Table compaction state should be minor/major when there are regions
which is compacting
--
This message was sent by Atlassian Jira
(v8.20.10#820010)