Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-2261

Should add diagnostics in DAGAppMaster when recovery error happens

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • None
    • None

    Description

      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.

              if (this.historyEventHandler.hasRecoveryFailed()) {
                LOG.warn("Recovery had a fatal error, shutting down session after" +
                    " DAG completion");
                sessionStopped.set(true);
              }
      

      Attachments

        1. TEZ-2261-3.patch
          8 kB
          Jeff Zhang
        2. TEZ-2261-2.patch
          8 kB
          Jeff Zhang
        3. TEZ-2261-1.patch
          8 kB
          Jeff Zhang

        Activity

          People

            zjffdu Jeff Zhang
            zjffdu Jeff Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: