Matthias Pohl created FLINK-26740: ------------------------------------- Summary: KubernetesCheckpointIDCounter operates even when not running Key: FLINK-26740 URL: https://issues.apache.org/jira/browse/FLINK-26740 Project: Flink Issue Type: Bug Components: Deployment / Kubernetes, Runtime / Coordination Affects Versions: 1.14.4, 1.13.6, 1.15.0 Reporter: Matthias Pohl
The {{KubernetesCheckpointIDCounter}} has a {{running}} flag indicating whether the instance was stopped or not. But it's only evaluated in the shutdown. Shouldn't also the access methods evaluate the flag for consistency reasons? -- This message was sent by Atlassian Jira (v8.20.1#820001)