[ 
https://issues.apache.org/jira/browse/HBASE-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016694#comment-13016694
 ] 

stack commented on HBASE-3743:
------------------------------

As a workaround, we could run a script external to hbase that would first 
elicted the set of regions in a cluster and then per region, set in motion a 
major compaction waiting on completion before moving to the next region (Script 
could check hdfs and count storefiles in the region to figure completion of 
region major compaction).  The script could be run from cron or, as per the 
painting of the golden gate legend, once we'd gotten to the end of the 
bridge/table, we would loop around and start in again on the first region, in 
perpetuum.

> Throttle major compaction
> -------------------------
>
>                 Key: HBASE-3743
>                 URL: https://issues.apache.org/jira/browse/HBASE-3743
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: Joep Rottinghuis
>
> Add the ability to throttle major compaction.
> For those use cases when a stop-the-world approach is not practical, it is 
> useful to be able to throttle the impact that major compaction has on the 
> cluster.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to