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

Add terminationCause to diagnostic messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Done
    • None
    • None
    • None

    Description

       vertex.addDiagnostic("Vertex received Kill in NEW state.");
      
      • above is just one example but shouldn't termination cause be part of the diagnostic of the object being terminated? If this is already covered in one of the TODO jiras listed in the previous comment, please ignore.
      +        String diagnosticMsg = "Vertex killed as other vertex failed. "
      +            + "failedTasks:"
      +            + vertex.failedTaskCount;
      
      • Not sure if the above diagnostic needs a failed task count.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mikeliddell Mike Liddell
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: