You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Zhiyuan Yang (JIRA)" <ji...@apache.org> on 2018/01/05 00:18:21 UTC

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

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

Zhiyuan Yang closed TEZ-3858.
-----------------------------

> 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
>            Assignee: Zhiyuan Yang
>             Fix For: 0.9.1
>
>         Attachments: TEZ-3858.1.patch, TEZ-3858.2.patch
>
>
> 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)