[
https://issues.apache.org/jira/browse/FLINK-19047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen updated FLINK-19047:
---------------------------------
Description:
All ResultPartitions have the unaligned checkpointing methods, but 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.
was:
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.
> 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
> Priority: Major
> Fix For: 1.12.0
>
>
> All ResultPartitions have the unaligned checkpointing methods, but 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)