Stephan Ewen created FLINK-19047: ------------------------------------ Summary: Move unaligned checkpoint methods from ResultPartition to separate interface. Key: FLINK-19047 URL: https://issues.apache.org/jira/browse/FLINK-19047 Project: Flink Issue Type: Sub-task Components: Runtime / Network Reporter: Stephan Ewen Assignee: Stephan Ewen Fix For: 1.12.0
All ResultPartitions have the unaligned checkpointing methods, because some do not support checkpoints and throw an {{UnsupportedOperationException}}. I suggest to follow the idea of interface segregation to put the methods relating to unaligned checkpoints in a dedicated interface. -- This message was sent by Atlassian Jira (v8.3.4#803005)