Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/22209#discussion_r213779487
--- Diff:
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
@@ -506,7 +516,16 @@ private[spark] class AppStatusListener(
if (killedDelta > 0) {
stage.killedSummary = killedTasksSummary(event.reason,
stage.killedSummary)
}
- maybeUpdate(stage, now)
+ // Remove stage if there are no active tasks left and stage is
already finished
--- End diff --
Comment just repeats the code. You may want to explain when this happens,
otherwise the comment is unnecessary.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]