ZhongYou Li created HBASE-29119: ----------------------------------- Summary: Major compaction is disabled, but the webui shows that major compaction has been triggered Key: HBASE-29119 URL: https://issues.apache.org/jira/browse/HBASE-29119 Project: HBase Issue Type: Bug Reporter: ZhongYou Li
When major compaction is disabled and major compaction is not manually triggered, the LastMajorCompaction of some regions in the HBase WebUI is not 0, indicating that major compaction has been done recently. After checking the code, it is found that when compaction is triggered, if all hfiles participate in the compaction, the major compaction in the metadata is automatically marked as false. This is inconsistent with the actual major compaction. -- This message was sent by Atlassian Jira (v8.20.10#820010)