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 2021/01/19 19:45:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17268183#comment-17268183 ] 

Eric Badger commented on TEZ-4242:
----------------------------------

Can anybody pick this up? It is quite wasteful for the UI to be loading these things multiple times. Unfortunately, I don't have the UI expertise to figure out where the issue is or put up a fix.

> 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)