vanzin commented on a change in pull request #24303: [SPARK-27394][WebUI]Flush
LiveEntity if necessary when receiving SparkListenerExecutorMetricsUpdate
URL: https://github.com/apache/spark/pull/24303#discussion_r272763925
##########
File path: core/src/main/scala/org/apache/spark/internal/config/Status.scala
##########
@@ -29,6 +29,16 @@ private[spark] object Status {
.timeConf(TimeUnit.NANOSECONDS)
.createWithDefaultString("100ms")
+ val LIVE_ENTITY_UPDATE_STALENESS_LIMIT =
ConfigBuilder("spark.ui.liveUpdate.stalenessLimit")
+ .internal()
Review comment:
Why internal? Spark doesn't set it itself. If anyone is going to change it,
it will be users.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]