gengliangwang commented on code in PR #45890:
URL: https://github.com/apache/spark/pull/45890#discussion_r1554257671
##########
core/src/main/scala/org/apache/spark/storage/PushBasedFetchHelper.scala:
##########
@@ -181,8 +183,9 @@ private class PushBasedFetchHelper(
override def onFailure(shuffleId: Int, shuffleMergeId: Int, reduceId:
Int,
exception: Throwable): Unit = {
- logError(s"Failed to get the meta of push-merged block for
($shuffleId, $reduceId) " +
- s"from ${req.address.host}:${req.address.port}", exception)
+ logError(log"Failed to get the meta of push-merged block for " +
Review Comment:
Well let's just keep it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]