[
https://issues.apache.org/jira/browse/HBASE-28288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Longping Jie updated HBASE-28288:
---------------------------------
Description:
shouldPerformMajorCompaction in StripeCompactionPolicy is not implemented,
always returns false,
HRegionServer -> CompactionChecker -> chore() ->
s.shouldPerformMajorCompaction() is always false,
and the s.triggerMajorCompaction(); cannot be called, This causes the
forceMajor variable to be false all the time.
> The shouldPerformMajorCompaction in StripeCompactionPolicy is not implemented
> and does not periodically trigger the major of the table
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-28288
> URL: https://issues.apache.org/jira/browse/HBASE-28288
> Project: HBase
> Issue Type: Improvement
> Components: Compaction
> Reporter: Longping Jie
> Priority: Major
>
> shouldPerformMajorCompaction in StripeCompactionPolicy is not implemented,
> always returns false,
> HRegionServer -> CompactionChecker -> chore() ->
> s.shouldPerformMajorCompaction() is always false,
> and the s.triggerMajorCompaction(); cannot be called, This causes the
> forceMajor variable to be false all the time.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)