Jiang Xin created FLINK-32911: --------------------------------- Summary: Release Testing: Verify FLINK-28386: Trigger an immediate checkpoint after all sinks finished Key: FLINK-32911 URL: https://issues.apache.org/jira/browse/FLINK-32911 Project: Flink Issue Type: Sub-task Components: Tests Affects Versions: 1.18.0 Reporter: Jiang Xin Fix For: 1.18.0
The feature is described in the [doc|[https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/fault-tolerance/checkpointing/#waiting-for-the-final-checkpoint-before-task-exit]|https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/fault-tolerance/checkpointing/#waiting-for-the-final-checkpoint-before-task-exit].] To test the feature, we should run a Flink program on a bounded source and configure it with a large checkpoint interval. With this feature, the program should end up immediately when no more records need to be processed, instead of waiting for one more periodic checkpoint. -- This message was sent by Atlassian Jira (v8.20.10#820010)