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_r272763554
 
 

 ##########
 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()
+    .doc(
+      """A time limit before we force to flush all live entities. When the 
last flush doesn't past
 
 Review comment:
   Grammar: "doesn't past this limit"?
   
   I think this would be easier to explain if you named the config 
"minFlushPeriod" or something. e.g. "Minimum time elapsed before stale UI data 
is flushed."

----------------------------------------------------------------
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]

Reply via email to