sririshindra commented on code in PR #49814:
URL: https://github.com/apache/spark/pull/49814#discussion_r1944966711
##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -722,6 +722,10 @@ class SparkContext(config: SparkConf) extends Logging {
}
appStatusSource.foreach(_env.metricsSystem.registerSource(_))
_plugins.foreach(_.registerMetrics(applicationId))
+
+ logDebug("Adding driver caller context")
Review Comment:
Yes, sorry I somehow missed from commit. I have messed my commit history
while trying to create a rebase so that there is a clean commit when I raise
the PR. Fixed in latest commit.
--
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]