[
https://issues.apache.org/jira/browse/TEZ-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14482197#comment-14482197
]
Hitesh Shah commented on TEZ-2261:
----------------------------------
Does something need to change in this patch?
> 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
>
>
> 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)