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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)