[jira] [Commented] (TEZ-3642) Tez UI: Auto-refresh is not stopping when DAG is the main entity

2017-03-07 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram commented on TEZ-3642:
-

Thats true.
- The issue was because DAG data loaded form AM was getting cached.
- Patch 2 resets just the AM part on reload. Patch 1 was deleting and 
recreating the completed DAG record on reload.

> Tez UI: Auto-refresh is not stopping when DAG is the main entity
> 
>
> Key: TEZ-3642
> URL: https://issues.apache.org/jira/browse/TEZ-3642
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3642.1.patch, TEZ-3642.2.patch
>
>
> TEZ-3630 made code changes to stop polling when DAG is complete. But the 
> patch missed one use case. Hence polling is not stopping when DAG is the main 
> entity. It stops polling only for vertices, tasks etc...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEZ-3642) Tez UI: Auto-refresh is not stopping when DAG is the main entity

2017-03-06 Thread Siddharth Seth (JIRA)

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

Siddharth Seth commented on TEZ-3642:
-

+1

> Tez UI: Auto-refresh is not stopping when DAG is the main entity
> 
>
> Key: TEZ-3642
> URL: https://issues.apache.org/jira/browse/TEZ-3642
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3642.1.patch, TEZ-3642.2.patch
>
>
> TEZ-3630 made code changes to stop polling when DAG is complete. But the 
> patch missed one use case. Hence polling is not stopping when DAG is the main 
> entity. It stops polling only for vertices, tasks etc...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEZ-3642) Tez UI: Auto-refresh is not stopping when DAG is the main entity

2017-03-06 Thread TezQA (JIRA)

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

TezQA commented on TEZ-3642:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12856269/TEZ-3642.2.patch
  against master revision 518deb6.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/2301//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2301//console

This message is automatically generated.

> Tez UI: Auto-refresh is not stopping when DAG is the main entity
> 
>
> Key: TEZ-3642
> URL: https://issues.apache.org/jira/browse/TEZ-3642
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3642.1.patch, TEZ-3642.2.patch
>
>
> TEZ-3630 made code changes to stop polling when DAG is complete. But the 
> patch missed one use case. Hence polling is not stopping when DAG is the main 
> entity. It stops polling only for vertices, tasks etc...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEZ-3642) Tez UI: Auto-refresh is not stopping when DAG is the main entity

2017-03-03 Thread Siddharth Seth (JIRA)

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

Siddharth Seth commented on TEZ-3642:
-

+1.

> Tez UI: Auto-refresh is not stopping when DAG is the main entity
> 
>
> Key: TEZ-3642
> URL: https://issues.apache.org/jira/browse/TEZ-3642
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3642.1.patch
>
>
> TEZ-3630 made code changes to stop polling when DAG is complete. But the 
> patch missed one use case. Hence polling is not stopping when DAG is the main 
> entity. It stops polling only for vertices, tasks etc...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEZ-3642) Tez UI: Auto-refresh is not stopping when DAG is the main entity

2017-03-02 Thread TezQA (JIRA)

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

TezQA commented on TEZ-3642:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12855704/TEZ-3642.1.patch
  against master revision 1f2a935.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 4 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/2290//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2290//console

This message is automatically generated.

> Tez UI: Auto-refresh is not stopping when DAG is the main entity
> 
>
> Key: TEZ-3642
> URL: https://issues.apache.org/jira/browse/TEZ-3642
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3642.1.patch
>
>
> TEZ-3630 made code changes to stop polling when DAG is complete. But the 
> patch missed one use case. Hence polling is not stopping when DAG is the main 
> entity. It stops polling only for vertices, tasks etc...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)