Skip to content

Commit 34d02b2

Browse files
author
Marcelo Vanzin
committed
Fix bug.
1 parent 3d66505 commit 34d02b2

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
@@ -437,7 +437,7 @@ private[spark] class AppStatusListener(
437437
}
438438
task.errorMessage = errorMessage
439439
val delta = task.updateMetrics(event.taskMetrics)
440-
maybeUpdate(task, now)
440+
update(task, now, last = true)
441441
delta
442442
}.orNull
443443

0 commit comments

Comments
 (0)