wsry commented on code in PR #19653:
URL: https://github.com/apache/flink/pull/19653#discussion_r882385444


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResourceManagerPartitionTracker.java:
##########
@@ -64,4 +66,12 @@ void processTaskExecutorClusterPartitionReport(
      * @return tracked datasets
      */
     Map<IntermediateDataSetID, DataSetMetaInfo> listDataSets();
+
+    /**
+     * Returns all the shuffle descriptors of cluster partitions for the 
intermediate dataset.
+     *
+     * @param dataSetID The id of the intermediate dataset.
+     * @return the shuffle descriptors.
+     */
+    List<ShuffleDescriptor> 
getClusterPartitionShuffleDescriptors(IntermediateDataSetID dataSetID);

Review Comment:
   It seems that this method is not used?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to