[
https://issues.apache.org/jira/browse/TEZ-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14507315#comment-14507315
]
Hitesh Shah commented on TEZ-2261:
----------------------------------
+1
> Should add diagnostics in DAGAppMaster when recovery error happens
> ------------------------------------------------------------------
>
> Key: TEZ-2261
> URL: https://issues.apache.org/jira/browse/TEZ-2261
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jeff Zhang
> Assignee: Jeff Zhang
> Attachments: TEZ-2261-1.patch, TEZ-2261-2.patch, TEZ-2261-3.patch
>
>
> Should add diagnostics in DAGAppMaster when recovery error happens, otherwise
> AM is shutdown and the next dag submission will just throw
> SessionNotRunningException which would confuse users.
> {code}
> if (this.historyEventHandler.hasRecoveryFailed()) {
> LOG.warn("Recovery had a fatal error, shutting down session after" +
> " DAG completion");
> sessionStopped.set(true);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)