You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "chenglei (Jira)" <ji...@apache.org> on 2022/09/07 12:25:00 UTC

[jira] [Updated] (HBASE-27362) CompactSplit.requestCompactionInternal may bypass compactionsEnabled check

     [ https://issues.apache.org/jira/browse/HBASE-27362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chenglei updated HBASE-27362:
-----------------------------
    Summary: CompactSplit.requestCompactionInternal may bypass compactionsEnabled check  (was: CompactSplit.requestCompactionInternal may bypass CompactionsEnabled check)

> 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
>            Priority: Major
>
> When compaction is disabled, {{CompactSplit.compactionsEnabled}} is set to false and {{CompactSplit.longCompactions}} and {{CompactSplit.shortCompactions}} is shutdown.
> But for  {{CompactSplit.requestCompactionInternal}} , it only check {{CompactSplit.compactionsEnabled}} in {{CompactSplit.selectCompaction}}, when {{selectNow}} is false,  {{CompactSplit.selectCompaction}}  is not invoked and would 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)