gaoyajun02 commented on code in PR #3507:
URL: https://github.com/apache/celeborn/pull/3507#discussion_r2438264438


##########
client/src/main/scala/org/apache/celeborn/client/commit/ReducePartitionCommitHandler.scala:
##########
@@ -345,6 +345,9 @@ class ReducePartitionCommitHandler(
         }
       }
     }
+    if (!mapperAttemptFinishedSuccess) {
+      logInfo(s"Skip set attemptId $attemptId for shuffleId $shuffleId mapId: 
$mapId!")

Review Comment:
   This log is not directly related to the current change but helps exclude 
scenarios during debugging.
   This approach might be clearer:
   logWarning
   Skip mapper $mapId (attempt $attemptId) for shuffle $shuffleId, another 
attempt $another already completed



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

Reply via email to