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

Wrong JobID in CheckpointStatsTracker

    XMLWordPrintableJSON

Details

    Description

      The job id is generated randomly:
      ```
      public CheckpointStatsTracker(int numRememberedCheckpoints, MetricGroup metricGroup)

      { this(numRememberedCheckpoints, metricGroup, new JobID(), Integer.MAX_VALUE); }

      ```
      This affects how it is logged (or reported elsewhere).

      Attachments

        Issue Links

          Activity

            People

              roman Roman Khachatryan
              roman Roman Khachatryan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: