[
https://issues.apache.org/jira/browse/HBASE-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917414#action_12917414
]
stack commented on HBASE-3043:
------------------------------
Oh, one thought, if we are interrupted, we do not seem to cleanup after
ourselves. Is the thought that cleanup happens when the region is next opened?
> 'hbase-daemon.sh stop regionserver' should kill compactions that are in
> progress
> --------------------------------------------------------------------------------
>
> Key: HBASE-3043
> URL: https://issues.apache.org/jira/browse/HBASE-3043
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 0.89.20100621, 0.90.0
> Reporter: Nicolas Spiegelberg
> Assignee: Nicolas Spiegelberg
> Fix For: 0.89.20100924, 0.90.0
>
> Attachments: HBASE-3043_0.89.patch, HBASE-3043_0.90.patch
>
>
> During rolling restarts, we'll occasionally get into a situation with our
> 100-node cluster where a RS stop takes 5-10 minutes. The problem is that the
> RS is undergoing a compaction and won't stop until it is complete. In a stop
> situation, it would be preferable to preempt the compaction, delete the
> newly-created compaction file, and try again once the cluster is restarted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.