You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2020/08/25 10:00:00 UTC

[jira] [Created] (FLINK-19047) Move unaligned checkpoint methods from ResultPartition to separate interface.

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)