Ryan van Huuksloot created FLINK-37008: ------------------------------------------
Summary: Flink UI should show the type of checkpoint (full vs incremental) Key: FLINK-37008 URL: https://issues.apache.org/jira/browse/FLINK-37008 Project: Flink Issue Type: Improvement Components: Runtime / Checkpointing, Runtime / Web Frontend Affects Versions: 2.0-preview Reporter: Ryan van Huuksloot There is no way to tell from the Flink UI if a checkpoint is full or incremental. It would be useful for folks strictly using the UI to have an easy way to see if a checkpoint is a full or incremental checkpoint. The information is available but not set in the correct places to have it exposed in the UI. At the same time we should make it available in the API so in the future it could be used in other contexts like the operator. Community Thread: [https://lists.apache.org/thread/0hnn82jrfog18337n3x56wv8n7rrw2rg] I've opened an example PR. It is lacking sophistication but hopefully it starts the conversation. -- This message was sent by Atlassian Jira (v8.20.10#820010)