You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Zhiyuan Yang (JIRA)" <ji...@apache.org> on 2017/10/23 17:59:00 UTC

[jira] [Created] (TEZ-3858) Misleading dag level diagnostics in case of invalid vertex event

Zhiyuan Yang created TEZ-3858:
---------------------------------

             Summary: Misleading dag level diagnostics in case of invalid vertex event
                 Key: TEZ-3858
                 URL: https://issues.apache.org/jira/browse/TEZ-3858
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Zhiyuan Yang


When a vertex gets invalid event, the state machine will be transited by InternalErrorTransition. This transition prints this and adds it to dag diagnostic: 
{code}
("Invalid event " + event.getType() + " on Vertex " + vertex.getLogIdentifier()
{code}
But variable event here is V_INTERNAL_ERROR event instead of the event that caused V_INTERNAL_ERROR. V_INTERNAL_ERROR is not the invalid event, the original event is.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)