Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20315#discussion_r162419169
--- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
@@ -676,7 +676,7 @@ private[ui] class TaskDataSource(
private var _tasksToShow: Seq[TaskData] = null
- override def dataSize: Int = stage.numCompleteTasks +
stage.numFailedTasks + stage.numKilledTasks
--- End diff --
Probably just a side effect of me testing mostly with replayed logs and
short-lived tasks.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]