wsry commented on code in PR #19653:
URL: https://github.com/apache/flink/pull/19653#discussion_r882351486
##########
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/partition/ClusterPartitionReport.java:
##########
@@ -57,12 +59,21 @@ public static class ClusterPartitionReportEntry implements
Serializable {
private final IntermediateDataSetID dataSetId;
private final Set<ResultPartitionID> hostedPartitions;
+ private final Set<ShuffleDescriptor> shuffleDescriptors;
private final int numTotalPartitions;
public ClusterPartitionReportEntry(
Review Comment:
nit: Can we remove this? If it is only used by tests, maybe add a
VisibleForTesting annotation.
--
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]