Clara Xiong created FLINK-29695: ----------------------------------- Summary: Create a utility to report the status of the last savepoint Key: FLINK-29695 URL: https://issues.apache.org/jira/browse/FLINK-29695 Project: Flink Issue Type: Improvement Components: Kubernetes Operator Reporter: Clara Xiong
Users want to know the status of last savepoint, especially for manually triggered ones, to manage savepoints. Currently, users can infer the status of the last savepoint (PENDING, SUCCEEDED and ABANDONED) from jobStatus.triggerId, lastSavepoint.triggerNonce, spec.job.savepointTriggerNonce and savepointTriggerNonce from last reconciliation. If the last savepoint is not manually triggered, there is no ABANDONED status, only PENDING or SUCCEEDED. Creating a utility will encapsulate the internal logic of Flink operator guard against regression by any future version changes. -- This message was sent by Atlassian Jira (v8.20.10#820010)