Matthias Pohl created FLINK-25632:
-------------------------------------
Summary: Makes Job name available in cleanup stage
Key: FLINK-25632
URL: https://issues.apache.org/jira/browse/FLINK-25632
Project: Flink
Issue Type: Sub-task
Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Matthias Pohl
{{CheckpointResourcesCleanupRunner}} implements the {{JobManagerRunner}}
interface also providing {{ExecutionGraphInfo}} stub through {{requestJob}}
(similar to what's returned by
[JobMasterServiceLeadershipRunner.requestJob|https://github.com/apache/flink/blob/5b13772c954cd13993e792153a69e96e3706c6ce/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMasterServiceLeadershipRunner.java#L228]
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:
# {{JobResult}} is extended to also serve the job's name. As a consequence, it
will be also present in the REST API
# The {{JobResultStore}} stores this information as additional field besides
the {{{}jobResult{}}}.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)