Arvid Heise created FLINK-16587: ----------------------------------- Summary: Add basic CheckpointBarrierHandler for unaligned checkpoint Key: FLINK-16587 URL: https://issues.apache.org/jira/browse/FLINK-16587 Project: Flink Issue Type: Improvement Components: Runtime / Checkpointing Affects Versions: 1.11.0 Reporter: Arvid Heise Fix For: 1.11.0
Port the unaligned checkpoint proof of concept to the new persister API of FLINK-16512. * Adds a CheckpointBarrierUnaligner for checkpointing on first received barrier. * Adds hooks in input/output channels to retrieve in-flight data. * Writes in-flight data to the persister API. * Provides basic test coverage for new components. -- This message was sent by Atlassian Jira (v8.3.4#803005)