[ https://issues.apache.org/jira/browse/FLINK-11750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrey Zagrebin closed FLINK-11750. ----------------------------------- Resolution: Won't Fix Release Note: see https://github.com/apache/flink/pull/7835#issuecomment-480865772 > Replace IntermediateResultPartitionID with ResultPartitionID in > ResultPartitionDeploymentDescriptor > --------------------------------------------------------------------------------------------------- > > Key: FLINK-11750 > URL: https://issues.apache.org/jira/browse/FLINK-11750 > Project: Flink > Issue Type: Sub-task > Components: Runtime / Network > Reporter: zhijiang > Assignee: zhijiang > Priority: Minor > Labels: pull-request-available > Fix For: 1.9.0 > > Time Spent: 10m > Remaining Estimate: 0h > > The motivation of task is for preparing the creation of {{ResultPartition}} > via {{ShuffleService}} future. > Currently during the creation of {{ResultPartition}} we need the > {{ExecutionAttemptID}} info to generate {{ResultPartitionID}}. To make the > interface of {{ShuffleService#createResultPartitionWriter}} clean, it is > better to get {{ResultPartitionID}} directly from > {{ResultPartitionDeploymentDescriptor}} instead of explicitly passing > additional {{ExecutionAttemptID}}. > We could create this {{ResultPartitionID}} during generating > {{ResultPartitionDeploymentDescriptor}} to replace the original field of > {{IntermediateResultPartitionID}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)