[
https://issues.apache.org/jira/browse/HBASE-20941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16572166#comment-16572166
]
Umesh Agashe commented on HBASE-20941:
--------------------------------------
Considering size of the patch moving out following API to separate JIRA:
* purgeProcedure/s(): some procedures do not support abort at every step. When
these procedures get stuck then they can not be aborted or make further
progress. Corrective action is to purge these procedures from ProcWAL. Provide
option to purge sub-procedures as well.
The patch adds and implements HbckService to master and adds UT for the client.
> Create and implement HbckService in master
> ------------------------------------------
>
> Key: HBASE-20941
> URL: https://issues.apache.org/jira/browse/HBASE-20941
> Project: HBase
> Issue Type: Sub-task
> Reporter: Umesh Agashe
> Assignee: Umesh Agashe
> Priority: Major
> Attachments: hbase-20941.master.001.patch
>
>
> Create HbckService in master and implement following methods:
> # setTableState(): If table state are inconsistent with action/ procedures
> working on them, sometimes manipulating their states in meta fix things.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)