Skip to content

Commit b41aa04

Browse files
committed
Address comment
1 parent 6526a02 commit b41aa04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/scala/org/apache/spark/ui/ToolTips.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ private[spark] object ToolTips {
9292
"Shaded red when garbage collection (GC) time is over 10% of task time"
9393

9494
val APPLICATION_EXECUTOR_LIMIT =
95-
"""The number of executors this application can have at any given time. This is set only when
96-
dynamic allocation is enabled. Master assigns executors to an application only when the
97-
number of its executors is less than this limit.
95+
"""Maximum number of executors that this application will use. This limit is finite only when
96+
dynamic allocation is enabled. The number of granted executors may exceed the limit
97+
ephemerally when executors are being killed.
9898
"""
9999
}

0 commit comments

Comments
 (0)