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