Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-15917

Root Exception not shown in Web UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.9.2, 1.10.0
    • 1.10.0
    • Runtime / Coordination
    • None

    Description

      Description
      On the job details page in the Exceptions → Root Exception tab, exceptions that cause the job to restart are not displayed.
      This is already a problem since 1.9.0 if jobmanager.execution.failover-strategy: region is configured,
      which we do in the default flink-conf.yaml.

      Workarounds
      Users that run into this problem can set jobmanager.scheduler: legacy and unset jobmanager.execution.failover-strategy in their flink-conf.yaml

      How to reproduce
      In flink-conf.yaml set restart-strategy: fixed-delay so enable job restarts.

      $ bin/start-cluster.sh
      $ bin/flink run -d examples/streaming/TopSpeedWindowing.jar
      $ bin/taskmanager.sh stop
      

      Assert that no exception is displayed in the Web UI.

      Expected behavior
      The stacktrace of the exception should be displayed. Whether the exception should be also shown if only a partial region of the job failed is up for discussion.

      Attachments

        Activity

          People

            gjy Gary Yao
            gjy Gary Yao
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: