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

Makes Job name available in cleanup stage

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.15.0
    • None
    • Runtime / Coordination
    • None

    Description

      CheckpointResourcesCleanupRunner implements the JobManagerRunner interface also providing ExecutionGraphInfo stub through requestJob (similar to what's returned by JobMasterServiceLeadershipRunner.requestJob returns when the JobMaster is still in initialization phase).

      Currently, the job name is not passed as part of the ExecutionGraphInfo stub because it's not provided by the JobResult that stored in the JobResultStore. We have multiple options now to fix that:

      1. JobResult is extended to also serve the job's name. As a consequence, it will be also present in the REST API
      2. The JobResultStore stores this information as additional field besides the jobResult.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mapohl Matthias Pohl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: