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

Misleading dag level diagnostics in case of invalid vertex event

    XMLWordPrintableJSON

Details

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

    Description

      When a vertex gets invalid event, the state machine will be transited by InternalErrorTransition. This transition prints this and adds it to dag diagnostic:

      ("Invalid event " + event.getType() + " on Vertex " + vertex.getLogIdentifier()
      

      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.

      Attachments

        1. TEZ-3858.1.patch
          1 kB
          Zhiyuan Yang
        2. TEZ-3858.2.patch
          1 kB
          Zhiyuan Yang

        Activity

          People

            zhiyuany Zhiyuan Yang
            zhiyuany Zhiyuan Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: