[
https://issues.apache.org/jira/browse/SPARK-11906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-11906:
------------------------------------
Assignee: Apache Spark
> Speculation Tasks Cause ProgressBar UI Overflow
> -----------------------------------------------
>
> Key: SPARK-11906
> URL: https://issues.apache.org/jira/browse/SPARK-11906
> Project: Spark
> Issue Type: Bug
> Components: Web UI
> Reporter: Sen Fang
> Assignee: Apache Spark
> Priority: Trivial
>
> When there are speculative tasks in stage, the started tasks + completed
> tasks can be greater than total number of tasks. It leads to the started
> progress block to overflow to next line. Visually the light blue progress
> block becomes no longer visible when it happens.
> The fix should be as trivial as to cap the number of started task by total -
> completed task.
> https://github.com/apache/spark/blob/branch-1.6/core/src/main/scala/org/apache/spark/ui/UIUtils.scala#L322
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]