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
- relates to
-
TEZ-141 DAG does not kill running vertices when going into failed state
- Resolved