You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Eric Badger (Jira)" <ji...@apache.org> on 2020/10/14 22:15:00 UTC

[jira] [Updated] (TEZ-4242) TEZ_DAG_ID/others loaded multiple times on various Tez UI pages

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

Eric Badger updated TEZ-4242:
-----------------------------
    Description: 
I went into "inspect" mode on my Google Chrome browser and in the Network tab I saw that {{TEZ_DAG_ID}} is getting loaded multiple times. Here is some of the double/triple loading that I saw take place. I've sanitized the urls so it looks kind of weird. 

*DAG Page:*
 {{https://host:port/tez/#/dag/dag_xxxxxxxxxxxxx_xxxxxxx_x}}
 {{TEZ_DAG_ID}} loaded 3 times

*Vertex Page:*
 {{https://host:port/tez/#/vertex/vertex_xxxxxxxxxxxxx_xxxxxxx_x_xx}}
 {{TEZ_DAG_ID}} loaded 2 times
 Application info from RM loaded 2 times (via {{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})

*Task Page:*
 {{https://host:port/tez/#/task/task_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx}}
 {{TEZ_DAG_ID}} loaded 2 times
 Application info from RM loaded 2 times ({{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})
 Task info from RM loaded 2 times (via 
 {{https://host:port/ws/v1/timeline/TEZ_TASK_ID/task_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx?_=xxxxxxxxxxxxx}})

*Task Attempt Page:*
 {{https://host:port/tez/#/attempt/attempt_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx_x}}
 {{TEZ_DAG_ID}} loaded 2 times
 application info from RM loaded 2 times ({{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})
 Task attempt info from RM loaded 2 times (via 
 {{https://host:port/ws/v1/timeline/TEZ_TASK_ATTEMPT_ID/attempt_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx_x?_=xxxxxxxxxxxxx}})

*Application Page:*
 {{https://host:port/tez/#/app/application_xxxxxxxxxxxxx_xxxxxxx}}
 Application info from RM loaded 2 times (via {{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})

In our setup, we have both the counters and dagPlan in both {{TEZ_DAG_ID}} and {{TEZ_DAG_EXTRA_INFO}} as a local patch. However I've been testing around with a UI that has removed those and I still see the double/triple loading.

  was:
I went into "inspect" mode on my Google Chrome browser and in the Network tab I saw that {{TEZ_DAG_ID}} is getting loaded multiple times. Here is some of the double/triple loading that I saw take place. I've sanitized the urls so it looks kind of weird. 

*DAG Page:*
 {{[https://host:port/tez/#/dag/dag_xxxxxxxxxxxxx_xxxxxxx_x]}}
 {{TEZ_DAG_ID}} loaded 3 times

*Vertex Page:*
 {{[https://host:port/tez/#/vertex/vertex_xxxxxxxxxxxxx_xxxxxxx_x_xx]}}
 {{TEZ_DAG_ID}} loaded 2 times
 Application info from RM loaded 2 times (via {{[https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_={{}}|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]{{[xxxxxxxxxxxxx|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]}}}})

*Task Page:*
 {{[https://host:port/tez/#/task/task_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx]}}
 {{TEZ_DAG_ID}} loaded 2 times
 Application info from RM loaded 2 times ({{[https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_={{}}|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]{{[xxxxxxxxxxxxx|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]}}}})
 Task info from RM loaded 2 times (via 
 {{[https://host:port/ws/v1/timeline/TEZ_TASK_ID/task_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx?_={{}}|https://host:port/ws/v1/timeline/TEZ_TASK_ID/task_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx?_=1602712526492]{{[xxxxxxxxxxxxx|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]}}}})

*Task Attempt Page:*
 {{[https://host:port/tez/#/attempt/attempt_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx_x]}}
 {{TEZ_DAG_ID}} loaded 2 times
 application info from RM loaded 2 times ({{[https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_={{}}|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]{{[xxxxxxxxxxxxx|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]}}}})
 Task attempt info from RM loaded 2 times (via 
 {{[https://host:port/ws/v1/timeline/TEZ_TASK_ATTEMPT_ID/attempt_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx_x?_={{}}|https://host:port/ws/v1/timeline/TEZ_TASK_ATTEMPT_ID/attempt_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx_x?_=1602712526492]{{[xxxxxxxxxxxxx|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]}}}})

*Application Page:*
 {{[https://host:port/tez/#/app/application_xxxxxxxxxxxxx_xxxxxxx]}}
 Application info from RM loaded 2 times (via {{[https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx|https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=1602712408461]}})

In our setup, we have both the counters and dagPlan in both {{TEZ_DAG_ID}} and {{TEZ_DAG_EXTRA_INFO}} as a local patch. However I've been testing around with a UI that has removed those and I still see the double/triple loading.


> TEZ_DAG_ID/others loaded multiple times on various Tez UI pages
> ---------------------------------------------------------------
>
>                 Key: TEZ-4242
>                 URL: https://issues.apache.org/jira/browse/TEZ-4242
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.9.2
>            Reporter: Eric Badger
>            Priority: Major
>
> I went into "inspect" mode on my Google Chrome browser and in the Network tab I saw that {{TEZ_DAG_ID}} is getting loaded multiple times. Here is some of the double/triple loading that I saw take place. I've sanitized the urls so it looks kind of weird. 
> *DAG Page:*
>  {{https://host:port/tez/#/dag/dag_xxxxxxxxxxxxx_xxxxxxx_x}}
>  {{TEZ_DAG_ID}} loaded 3 times
> *Vertex Page:*
>  {{https://host:port/tez/#/vertex/vertex_xxxxxxxxxxxxx_xxxxxxx_x_xx}}
>  {{TEZ_DAG_ID}} loaded 2 times
>  Application info from RM loaded 2 times (via {{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})
> *Task Page:*
>  {{https://host:port/tez/#/task/task_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx}}
>  {{TEZ_DAG_ID}} loaded 2 times
>  Application info from RM loaded 2 times ({{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})
>  Task info from RM loaded 2 times (via 
>  {{https://host:port/ws/v1/timeline/TEZ_TASK_ID/task_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx?_=xxxxxxxxxxxxx}})
> *Task Attempt Page:*
>  {{https://host:port/tez/#/attempt/attempt_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx_x}}
>  {{TEZ_DAG_ID}} loaded 2 times
>  application info from RM loaded 2 times ({{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})
>  Task attempt info from RM loaded 2 times (via 
>  {{https://host:port/ws/v1/timeline/TEZ_TASK_ATTEMPT_ID/attempt_xxxxxxxxxxxxx_xxxxxxx_x_xx_xxxxxx_x?_=xxxxxxxxxxxxx}})
> *Application Page:*
>  {{https://host:port/tez/#/app/application_xxxxxxxxxxxxx_xxxxxxx}}
>  Application info from RM loaded 2 times (via {{https://host:port/ws/v1/cluster/apps/application_xxxxxxxxxxxxx_xxxxxxx?_=xxxxxxxxxxxxx}})
> In our setup, we have both the counters and dagPlan in both {{TEZ_DAG_ID}} and {{TEZ_DAG_EXTRA_INFO}} as a local patch. However I've been testing around with a UI that has removed those and I still see the double/triple loading.



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