turboFei commented on code in PR #3244:
URL: https://github.com/apache/celeborn/pull/3244#discussion_r2094542641


##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/Master.scala:
##########
@@ -694,8 +694,6 @@ private[celeborn] class Master(
       val (appId, shuffleId) = Utils.splitShuffleKey(shuffleKey)
       val shuffleIds = statusSystem.registeredAppAndShuffles.get(appId)
       if (shuffleIds == null || !shuffleIds.contains(shuffleId)) {
-        logWarning(
-          s"Shuffle $shuffleKey expired on 
$host:$rpcPort:$pushPort:$fetchPort:$replicatePort.")

Review Comment:
   You can define a class named `ShuffleAuditLogger` and log the expired info 
in separate log file.
   
   Similar with https://github.com/apache/celeborn/pull/2895 



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