pan3793 commented on code in PR #48197:
URL: https://github.com/apache/spark/pull/48197#discussion_r1770596872
##########
core/src/main/scala/org/apache/spark/storage/BlockManagerMasterEndpoint.scala:
##########
@@ -1059,13 +1059,13 @@ private[spark] class BlockManagerInfo(
_blocks.put(blockId, blockStatus)
_remainingMem -= memSize
if (blockExists) {
- logInfo(log"Updated ${MDC(BLOCK_ID, blockId)} in memory on " +
+ logDebug(log"Updated ${MDC(BLOCK_ID, blockId)} in memory on " +
Review Comment:
structured logging is only supposed to be used for
`logInfo`/`logWarning`/`logError`, please also change the value to `String`
--
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]