You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/04/29 01:43:12 UTC

[jira] [Created] (HBASE-15734) Propagate exception in table backup procedures

Ted Yu created HBASE-15734:
------------------------------

             Summary: Propagate exception in table backup procedures
                 Key: HBASE-15734
                 URL: https://issues.apache.org/jira/browse/HBASE-15734
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu
         Attachments: 15734.v1.txt

Currently we have the following in XXTableBackupProcedure:
{code}
          } catch (Exception e) {
            // fail the overall backup and return
            failBackup(env, backupInfo, backupManager, e, "Unexpected BackupException : ",
              BackupType.FULL, conf);
            return Flow.NO_MORE_STATE;
{code}
However, failBackup() doesn't propagate the exception to procedure V2.

This issue is to add setFailure() calls for the propagation.



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