You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2016/10/17 21:27:59 UTC

[jira] [Created] (HBASE-16864) Procedure v2 - Fix StateMachineProcedure support for child procs at last step

Matteo Bertozzi created HBASE-16864:
---------------------------------------

             Summary: Procedure v2 - Fix StateMachineProcedure support for child procs at last step
                 Key: HBASE-16864
                 URL: https://issues.apache.org/jira/browse/HBASE-16864
             Project: HBase
          Issue Type: Sub-task
          Components: proc-v2
    Affects Versions: 2.0.0
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
             Fix For: 2.0.0


There is a bug in the StateMachineProcedure when we add child procs in the last step. On recovery we end up spinning on the last step without ever completing. the fix is to introduce an eof step so recovery knows that we are already done once the all the children are terminated. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)