advancedxy commented on code in PR #1137:
URL: 
https://github.com/apache/incubator-uniffle/pull/1137#discussion_r1293498548


##########
client/src/main/java/org/apache/uniffle/client/api/ShuffleWriteClient.java:
##########
@@ -78,6 +78,16 @@ ShuffleAssignmentsInfo getShuffleAssignments(
       int assignmentShuffleServerNumber,
       int estimateTaskConcurrency);
 
+  ShuffleAssignmentsInfo getReShuffleAssignments(
+      String appId,
+      int shuffleId,
+      int partitionNum,
+      int partitionNumPerRange,
+      Set<String> requiredTags,
+      int assignmentShuffleServerNumber,
+      int estimateTaskConcurrency,
+      Set<String> failuresShuffleServerIds);

Review Comment:
   Ah, @leixm  I remember that this interface would be moved to a 
ShuffleClient, rather a `ShuffleWriteClient`. is that still on the table?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to