You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2015/04/02 03:14:52 UTC

[jira] [Updated] (TEZ-2261) Should add diagnostics in DAGAppMaster when recovery error happens

     [ https://issues.apache.org/jira/browse/TEZ-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Zhang updated TEZ-2261:
----------------------------
    Attachment: TEZ-2261-1.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
>         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)