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


##########
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:
   I have to close this because the merging is blocked. Feel free to comment if 
you have any ideas



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