azagrebin commented on a change in pull request #8362: [FLINK-11391] Introduce shuffle master interface URL: https://github.com/apache/flink/pull/8362#discussion_r290358896
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java ########## @@ -268,6 +280,14 @@ public LogicalSlot getAssignedResource() { return assignedResource; } + public Optional<ResultPartitionDeploymentDescriptor> getProducedPartition(IntermediateResultPartitionID id) { + if (producedPartitions != null) { Review comment: true, leftover ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services