[
https://issues.apache.org/jira/browse/FLINK-34344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-34344:
-------------------------------------
Fix Version/s: (was: 1.20.0)
> Wrong JobID in CheckpointStatsTracker
> -------------------------------------
>
> Key: FLINK-34344
> URL: https://issues.apache.org/jira/browse/FLINK-34344
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Checkpointing
> Affects Versions: 1.19.0, 1.18.1, 1.20.0
> Reporter: Roman Khachatryan
> Assignee: Roman Khachatryan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.19.0, 1.18.2
>
>
> 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).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)