Skip to content

Commit 289e996

Browse files
committed
nit
1 parent 5a04be9 commit 289e996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/status/AppStatusListener.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private[spark] class AppStatusListener(
5959
private val liveUpdatePeriodNs = if (live) conf.get(LIVE_ENTITY_UPDATE_PERIOD) else -1L
6060

6161
/**
62-
* A time limit before we force to flush all live entities. When the last flush does't past
62+
* A time limit before we force to flush all live entities. When the last flush doesn't past
6363
* this limit, UI will not trigger a heavy flush to sync the states since it may slow down Spark
6464
* events processing significantly. Otherwise, UI will try to flush when receiving the next
6565
* executor heartbeat.

0 commit comments

Comments
 (0)