You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2018/11/30 18:45:00 UTC

[jira] [Comment Edited] (HBASE-21530) Abort_Procedure should be able to take a list of proc IDs

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

Andrew Purtell edited comment on HBASE-21530 at 11/30/18 6:44 PM:
------------------------------------------------------------------

{quote}aborting a queued (RUNNABLE) procedure should always be OK.
{quote}
+1

I think we should un-deprecate at least the ability to cancel procedure requests from queue. It could be fine to return an error for a cancel request if it is already running. We could call it cancel instead of abort if you prefer to better represent the semantic.


was (Author: apurtell):
{quote}aborting a queued (RUNNABLE) procedure should always be OK.
{quote}
+1

 

 

I think we should un-deprecate at least the ability to cancel procedure requests from queue. It could be fine to return an error for a cancel request if it is already running. We could call it cancel instead of abort if you prefer to better represent the semantic.

> Abort_Procedure should be able to take a list of proc IDs
> ---------------------------------------------------------
>
>                 Key: HBASE-21530
>                 URL: https://issues.apache.org/jira/browse/HBASE-21530
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Geoffrey Jacoby
>            Priority: Minor
>
> As a convenience, it would be helpful if the HBase shell's abort_procedure call had the option of taking in multiple procedure ids at the same time, rather than relying on operators to use a loop in an external script. 



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