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

Ted Yu commented on HBASE-6028:
-------------------------------

{code}
2018-06-26 13:37:22,042 ERROR 
[RpcServer.default.FPBQ.Fifo.handler=29,queue=2,port=16022-shortCompactions-1530045419380]
 regionserver.CompactSplit: Compaction failed
{code}
When compaction is interrupted, it is not really an error.
Within CompactSplit, whether compaction is enabled or not is known to the 
CompactionRunner. In the above case, can we replace the error log with INFO log 
saying compaction is interrupted ?

> Implement a cancel for in-progress compactions
> ----------------------------------------------
>
>                 Key: HBASE-6028
>                 URL: https://issues.apache.org/jira/browse/HBASE-6028
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Derek Wollenstein
>            Assignee: Mohit Goel
>            Priority: Minor
>              Labels: beginner
>         Attachments: HBASE-6028.master.006.patch
>
>
> Depending on current server load, it can be extremely expensive to run 
> periodic minor / major compactions.  It would be helpful to have a feature 
> where a user could use the shell or a client tool to explicitly cancel an 
> in-progress compactions.  This would allow a system to recover when too many 
> regions became eligible for compactions at once



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to