Z1Wu opened a new pull request, #3244:
URL: https://github.com/apache/celeborn/pull/3244

   ### What changes were proposed in this pull request?
   
   remove redundant logs of expired shuffle in master-worker heartbeat
   
   ### Why are the changes needed?
   
   - expired key already log in debug level 
   
   
https://github.com/apache/celeborn/blob/88661c2c6934ff8695c85408cc02519060b534ef/master/src/main/scala/org/apache/celeborn/service/deploy/master/Master.scala#L702-L703
   
   - Expired shuffle logs is too noisy. And it seems like a common and normal 
behavior, shouldn't be logged in WARN-level.
   
   
![image](https://github.com/user-attachments/assets/179577f3-3f35-4a0f-9a92-0375162b6801)
   
![image](https://github.com/user-attachments/assets/254cbe3e-98ad-43fc-900f-f1ef258be9e9)
   
   ### Does this PR introduce _any_ user-facing change?
   
   yes, master log will be much less.
   
   ### How was this patch tested?
   
   


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