chenglei created HBASE-27362:
--------------------------------

             Summary: CompactSplit.requestCompactionInternal may bypass 
CompactionsEnabled check
                 Key: HBASE-27362
                 URL: https://issues.apache.org/jira/browse/HBASE-27362
             Project: HBase
          Issue Type: Bug
          Components: Compaction
    Affects Versions: 3.0.0-alpha-3
            Reporter: chenglei


When compaction is disabled, {{CompactSplit.compactionsEnabled}} is set to 
false and {{CompactSplit.longCompactions}} and 
{{CompactSplit.shortCompactions}} is shutdown,
but {{CompactSplit.requestCompactionInternal}}  only check 
{{CompactSplit.compactionsEnabled}} in {{CompactSplit.selectCompaction}}, when 
{{selectNow}} is false,  {{CompactSplit.selectCompaction}}  is not invoked and 
submit the  compaction task to {{CompactSplit.shortCompactions}},after 
HBASE-27332, because {{CompactSplit.shortCompactions}} is shut down, 
{{RejectedExecutionException}} would throw



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to