panbingkun commented on code in PR #46982:
URL: https://github.com/apache/spark/pull/46982#discussion_r1639528257
##########
streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala:
##########
@@ -232,7 +232,7 @@ class ReceiverTracker(ssc: StreamingContext,
skipReceiverLaunch: Boolean = false
// Signal the receivers to delete old block data
if (WriteAheadLogUtils.enableReceiverLog(ssc.conf)) {
- logInfo(s"Cleanup old received batch data: $cleanupThreshTime")
+ logInfo(log"Cleanup old received batch data: ${MDC(CLEANUP_THRESH_TIME,
cleanupThreshTime)}")
Review Comment:
`Time` itself is displayed in `ms`
--
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]