qqqttt123 commented on code in PR #1652:
URL:
https://github.com/apache/incubator-uniffle/pull/1652#discussion_r1584211065
##########
client-spark/spark3/src/main/java/org/apache/spark/shuffle/writer/RssShuffleWriter.java:
##########
@@ -125,9 +130,11 @@ public class RssShuffleWriter<K, V, C> extends
ShuffleWriter<K, V> {
private final BlockingQueue<Object> finishEventQueue = new
LinkedBlockingQueue<>();
- // shuffleServerId -> failoverShuffleServer
- private final Map<String, ShuffleServerInfo> replacementShuffleServers =
- JavaUtils.newConcurrentMap();
+ // Will be updated when the reassignment is triggered.
+ private TaskAttemptAssignment taskAttemptAssignment;
+
+ private static final Set<StatusCode>
ILLEGAL_STATUS_CODE_WITHOUT_BLOCK_RESEND =
Review Comment:
`ILLEGAL_STATUS_CODE_WITHOUT_BLOCK_RESEND` ->
`STATUS_CODE_WITHOUT_BLOCK_RESEND`.
--
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]