cutiechi commented on code in PR #36037:
URL: https://github.com/apache/spark/pull/36037#discussion_r843539465
##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -718,6 +718,27 @@ class SparkContext(config: SparkConf) extends Logging {
}
}
+ /**
+ * Called by the web UI to obtain executor heap dumps. This method may be
expensive.
+ * Logs an error and returns None if we failed to obtain a heap dump, which
could occur due
Review Comment:
Modified
--
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]