jerqi commented on code in PR #1146:
URL: 
https://github.com/apache/incubator-uniffle/pull/1146#discussion_r1377407389


##########
client-spark/common/src/main/java/org/apache/uniffle/shuffle/manager/RssShuffleManagerInterface.java:
##########
@@ -70,4 +70,6 @@ public interface RssShuffleManagerInterface {
    * @param shuffleServerId
    */
   void addFailuresShuffleServerInfos(String shuffleServerId);
+
+  boolean reShuffleAssignments(int stageId, int stageAttemptNumber, int 
shuffleId, int numMaps);

Review Comment:
   `reShuffleAssignments` -> `reassignShuffleServers` ?



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