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


##########
client-spark/spark3/src/main/java/org/apache/spark/shuffle/RssShuffleManager.java:
##########
@@ -136,6 +136,11 @@ public class RssShuffleManager extends 
RssShuffleManagerBase {
   private boolean rssResubmitStage;
   /** A list of shuffleServer for Write failures */
   private Set<String> failuresShuffleServerIds;
+  /**
+   * Prevent multiple tasks from reporting FetchFailed, resulting in multiple 
ShuffleServer
+   * assignments, stageID, Attemptnumber Whether to reallocate the combination 
flag;
+   */
+  private Map<String, Boolean> stageAttemptTag;

Review Comment:
   Could we give this variable a better name?



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