Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-11374 See more failover and can filter by time range
  3. FLINK-14717

JobExceptionsHandler show exceptions of prior attempts

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Runtime / Web Frontend
    • None

    Description

      Current

      The job's exceptions just show current attempt’s exceptions in web UI.(ps: code)

      If the job failovers, we couldn't see any prior attempts' exceptions.

      Proposal

      We could use executionVertex.getPriorExecutionAttempt to get prior attempt in JobExceptionsHandler.

      for (int i = task.getAttemptNumber() - 1; i >= 0; i--) {
        task = executionVertex.getPriorExecutionAttempt(i);
      }
      

      Attachments

        1. screenshot-1.png
          49 kB
          lining

        Activity

          People

            Unassigned Unassigned
            lining lining
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: