[
https://issues.apache.org/jira/browse/HBASE-24262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
yaojingyi updated HBASE-24262:
------------------------------
Description:
If we start major compaction on a big table first,
then we modified compaction limit configuration and execute 'update_config'
command,
it will not effective immediately.
The compaction which is running is still use the old Controller object.
The higher.bound,lower.bound,offPeakHours is still the old value.
I think we can make the modification effective immediately.
There is 3 points about it:
1.keep pressure aware compact
was:
If we modified compaction limit configuration,and use 'update_config' to update
it .
It will not effective in this round of major compaction.
I think we can make the modification effective immediately.
[https://github.com/apache/hbase/pull/1588]
> Improvement update_config for PressureAwareCompactionThroughputController
> -------------------------------------------------------------------------
>
> Key: HBASE-24262
> URL: https://issues.apache.org/jira/browse/HBASE-24262
> Project: HBase
> Issue Type: Improvement
> Components: Compaction
> Affects Versions: master
> Reporter: yaojingyi
> Assignee: yaojingyi
> Priority: Major
> Attachments: HBASE-24262.master.001.patch,
> HBASE-24262.master.002.patch
>
>
> If we start major compaction on a big table first,
> then we modified compaction limit configuration and execute 'update_config'
> command,
> it will not effective immediately.
> The compaction which is running is still use the old Controller object.
> The higher.bound,lower.bound,offPeakHours is still the old value.
>
> I think we can make the modification effective immediately.
> There is 3 points about it:
> 1.keep pressure aware compact
--
This message was sent by Atlassian Jira
(v8.3.4#803005)