[
https://issues.apache.org/jira/browse/FLINK-16586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhijiang closed FLINK-16586.
----------------------------
Release Note:
The argument type of methods inside ShuffleEnvironment#createInputGates and
#createResultPartitionWriters are adjusted from `Collection` to `List` for
satisfying the order guarantee requirement in unaligned checkpoint.
It will break the compatibility if users already implemented a custom
ShuffleService based on ShuffleServiceFactory interface proposed from
release-1.8.
Resolution: Fixed
Merged in master: 0a8eb8d86c5f2563e5dc8d0a533ff0cd24343869
> Build ResultSubpartitionInfo and InputChannelInfo in respective constructors
> ----------------------------------------------------------------------------
>
> Key: FLINK-16586
> URL: https://issues.apache.org/jira/browse/FLINK-16586
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Network
> Reporter: Zhijiang
> Assignee: Zhijiang
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In the constructors of ResultSubpartition and InputChannel, the respective
> ResultSubpartitionInfo and InputChannelInfo should be created as well. These
> infos would be used for interacting with ChannelStateReader and
> ChannelStateWriter future.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)