[jira] [Updated] (SPARK-29596) Task duration not updating for running tasks

2019-10-24 Thread Bharati Jadhav (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-29596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bharati Jadhav updated SPARK-29596:
---
Attachment: Screenshot_Spark_live_WebUI.png

> Task duration not updating for running tasks
> 
>
> Key: SPARK-29596
> URL: https://issues.apache.org/jira/browse/SPARK-29596
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.2
>Reporter: Bharati Jadhav
>Priority: Major
> Attachments: Screenshot_Spark_live_WebUI.png
>
>
> When looking at the task metrics for running tasks in the task table for the 
> related stage, the duration column is not updated until the task has 
> succeeded. The duration values are reported empty or 0 ms until the task has 
> completed. This is a change in behavior, from earlier versions, when the task 
> duration was continuously updated while the task was running. The missing 
> duration values can be observed for both short and long running tasks and for 
> multiple applications.
>  
> To reproduce this, one can run any code from the spark-shell and observe the 
> missing duration values for any running task. Only when the task succeeds is 
> the duration value populated in the UI.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-29596) Task duration not updating for running tasks

2019-10-24 Thread Bharati Jadhav (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-29596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bharati Jadhav updated SPARK-29596:
---
Attachment: (was: Screen Shot 2019-10-14 at 4.23.49 PM.png)

> Task duration not updating for running tasks
> 
>
> Key: SPARK-29596
> URL: https://issues.apache.org/jira/browse/SPARK-29596
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.2
>Reporter: Bharati Jadhav
>Priority: Major
>
> When looking at the task metrics for running tasks in the task table for the 
> related stage, the duration column is not updated until the task has 
> succeeded. The duration values are reported empty or 0 ms until the task has 
> completed. This is a change in behavior, from earlier versions, when the task 
> duration was continuously updated while the task was running. The missing 
> duration values can be observed for both short and long running tasks and for 
> multiple applications.
>  
> To reproduce this, one can run any code from the spark-shell and observe the 
> missing duration values for any running task. Only when the task succeeds is 
> the duration value populated in the UI.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-29596) Task duration not updating for running tasks

2019-10-24 Thread Bharati Jadhav (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-29596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bharati Jadhav updated SPARK-29596:
---
Attachment: Screen Shot 2019-10-14 at 4.23.49 PM.png

> Task duration not updating for running tasks
> 
>
> Key: SPARK-29596
> URL: https://issues.apache.org/jira/browse/SPARK-29596
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.2
>Reporter: Bharati Jadhav
>Priority: Major
> Attachments: Screen Shot 2019-10-14 at 4.23.49 PM.png
>
>
> When looking at the task metrics for running tasks in the task table for the 
> related stage, the duration column is not updated until the task has 
> succeeded. The duration values are reported empty or 0 ms until the task has 
> completed. This is a change in behavior, from earlier versions, when the task 
> duration was continuously updated while the task was running. The missing 
> duration values can be observed for both short and long running tasks and for 
> multiple applications.
>  
> To reproduce this, one can run any code from the spark-shell and observe the 
> missing duration values for any running task. Only when the task succeeds is 
> the duration value populated in the UI.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-29596) Task duration not updating for running tasks

2019-10-24 Thread Bharati Jadhav (Jira)
Bharati Jadhav created SPARK-29596:
--

 Summary: Task duration not updating for running tasks
 Key: SPARK-29596
 URL: https://issues.apache.org/jira/browse/SPARK-29596
 Project: Spark
  Issue Type: Bug
  Components: Web UI
Affects Versions: 2.4.2
Reporter: Bharati Jadhav


When looking at the task metrics for running tasks in the task table for the 
related stage, the duration column is not updated until the task has succeeded. 
The duration values are reported empty or 0 ms until the task has completed. 
This is a change in behavior, from earlier versions, when the task duration was 
continuously updated while the task was running. The missing duration values 
can be observed for both short and long running tasks and for multiple 
applications.

 

To reproduce this, one can run any code from the spark-shell and observe the 
missing duration values for any running task. Only when the task succeeds is 
the duration value populated in the UI.

!image-2019-10-24-14-16-16-986.png!

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-29596) Task duration not updating for running tasks

2019-10-24 Thread Bharati Jadhav (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-29596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bharati Jadhav updated SPARK-29596:
---
Description: 
When looking at the task metrics for running tasks in the task table for the 
related stage, the duration column is not updated until the task has succeeded. 
The duration values are reported empty or 0 ms until the task has completed. 
This is a change in behavior, from earlier versions, when the task duration was 
continuously updated while the task was running. The missing duration values 
can be observed for both short and long running tasks and for multiple 
applications.

 

To reproduce this, one can run any code from the spark-shell and observe the 
missing duration values for any running task. Only when the task succeeds is 
the duration value populated in the UI.

 

 

  was:
When looking at the task metrics for running tasks in the task table for the 
related stage, the duration column is not updated until the task has succeeded. 
The duration values are reported empty or 0 ms until the task has completed. 
This is a change in behavior, from earlier versions, when the task duration was 
continuously updated while the task was running. The missing duration values 
can be observed for both short and long running tasks and for multiple 
applications.

 

To reproduce this, one can run any code from the spark-shell and observe the 
missing duration values for any running task. Only when the task succeeds is 
the duration value populated in the UI.

!image-2019-10-24-14-16-16-986.png!

 


> Task duration not updating for running tasks
> 
>
> Key: SPARK-29596
> URL: https://issues.apache.org/jira/browse/SPARK-29596
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.2
>Reporter: Bharati Jadhav
>Priority: Major
>
> When looking at the task metrics for running tasks in the task table for the 
> related stage, the duration column is not updated until the task has 
> succeeded. The duration values are reported empty or 0 ms until the task has 
> completed. This is a change in behavior, from earlier versions, when the task 
> duration was continuously updated while the task was running. The missing 
> duration values can be observed for both short and long running tasks and for 
> multiple applications.
>  
> To reproduce this, one can run any code from the spark-shell and observe the 
> missing duration values for any running task. Only when the task succeeds is 
> the duration value populated in the UI.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org