zhouyejoe commented on a change in pull request #32007:
URL: https://github.com/apache/spark/pull/32007#discussion_r648743073



##########
File path: 
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/RemoteBlockPushResolver.java
##########
@@ -744,10 +771,12 @@ AppShufflePartitionInfo getPartitionInfo() {
    */
   public static class AppShuffleId {
     public final String appId;
+    public final int attemptId;
     public final int shuffleId;
 
-    AppShuffleId(String appId, int shuffleId) {
+    AppShuffleId(String appId, int attemptId, int shuffleId) {

Review comment:
       Will resolve the multi-attempts in SPARK-35546




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

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