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)