slfan1989 opened a new pull request, #1989:
URL: https://github.com/apache/auron/pull/1989

   
   ### Which issue does this PR close?
   
   Closes #1988
   
   ### Rationale for this change
   
   Fix an empty log statement in `AuronUniffleShuffleReader` that provided no 
useful information when empty shuffle partitions were detected.
   
   ### What changes are included in this PR?
   
   The original code had an empty log message (`logInfo(s"")`), which provides 
no value for debugging or monitoring. This change adds meaningful information 
including the count and IDs of empty shuffle partitions.
   
   ### Are there any user-facing changes?
   
   No, this is an internal logging improvement only.
   
   ### How was this patch tested?
   
   No.


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