You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2018/08/12 12:46:00 UTC

[jira] [Created] (HBASE-21039) Procedure worker should not quit when getting unexpected error

Duo Zhang created HBASE-21039:
---------------------------------

             Summary: Procedure worker should not quit when getting unexpected error
                 Key: HBASE-21039
                 URL: https://issues.apache.org/jira/browse/HBASE-21039
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang


Since for either the old RTP or the new TRSP introduced in HBASE-20881, we could end with FAILED_OPEN and set the procedure as failure, it is possible that we will call rollback for procedures which can not be rollbacked, and throw UnsupportedOperationException.

Before we find out a way to deal with this, I think at least we should make the Procedure worker does not quit when getting these errors, as for the core workers there is no way to get them back...



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