[ 
https://issues.apache.org/jira/browse/SPARK-11906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021228#comment-15021228
 ] 

Apache Spark commented on SPARK-11906:
--------------------------------------

User 'saurfang' has created a pull request for this issue:
https://github.com/apache/spark/pull/9896

> 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
>            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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to