guluo created HBASE-28937: ----------------------------- Summary: Should check if compaction are needed after flushing Key: HBASE-28937 URL: https://issues.apache.org/jira/browse/HBASE-28937 Project: HBase Issue Type: Improvement Components: Compaction Affects Versions: 2.4.13 Environment: hbase2.4.13
Centos7 Reporter: guluo Regardless of whether we have activated the flsuh procedure or not, even if the threshold is reached, hbase would not execute comapct/split after flushing operation. I think we should check the HRegion.FlushResult, and send compact request if it is needed. -- This message was sent by Atlassian Jira (v8.20.10#820010)