[
https://issues.apache.org/jira/browse/HBASE-21530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710872#comment-16710872
]
Allan Yang commented on HBASE-21530:
------------------------------------
{quote}
Does this make sense to you? If so, I can start looking into adding some logic
here to make abort createNamespaceProcedure
{quote}
It makes sense, you can try to add some abort logic to the procedure you think
may get stuck. and for aborting the procedures in the queue(which are not
started yet), this may be a little tricky, the queue in the
MasterProcedureScheduler(which the procedures will be added into) is a special
queue, only poll() or peek() is available. Some changes needed to make here to
make it possible to remove a certain procedure from it.
> 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)