You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Umesh Agashe (JIRA)" <ji...@apache.org> on 2017/05/09 17:19:04 UTC

[jira] [Created] (HBASE-18018) Support abort for all procedures by default

Umesh Agashe created HBASE-18018:
------------------------------------

             Summary: Support abort for all procedures by default
                 Key: HBASE-18018
                 URL: https://issues.apache.org/jira/browse/HBASE-18018
             Project: HBase
          Issue Type: Sub-task
          Components: proc-v2
            Reporter: Umesh Agashe
            Assignee: Umesh Agashe


Changes the default behavior of StateMachineProcedure to support aborting all procedures even if rollback is not supported. On abort, procedure is treated as failed and rollback is called but for procedures which cannot be rolled back abort is ignored currently. This sometime causes procedure to get stuck in waiting state forever. User should have an option to abort any stuck procedure and clean up manually. Please refer to HBASE-18016 and discussion there.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)