You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/05/24 16:59:00 UTC

[jira] [Commented] (IMPALA-11823) Add more items to Impala web UI queries page

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

ASF subversion and git services commented on IMPALA-11823:
----------------------------------------------------------

Commit 57964c83d37bdd61ec08b738c56725940138ab7d in impala's branch refs/heads/master from Eyizoha
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=57964c83d ]

IMPALA-11823: Add more items to Impala web UI queries page

When operating and maintaining an Impala cluster or analyzing historical
query performance, it will be helpful if we show the memory consumed,
the amount of data read, and other information of the query from the
historical query page of the web UI. The current historical query page
does not display these information, so we should count this information
when the query is executed and display it on the web page.

This patch modifies the query list page (/queries) and query detail
pages (/query_plan, etc.).
On the list page, some metrics are added for each query record,
including queuing time, memory usage, memory estimation, bytes read, and
bytes sent. In addition, the Details column now shows the query ID and
the position is adjusted to make them at the top of the record for easy
clicking.
On the query detail page, a similar record table is added to display the
key information of the current query. In addition, a timeline display is
added to the summary page (which is exactly the same as the timeline in
the profile, just for quick viewing). For queries that are running, the
above information will be automatically refreshed (only for the plan and
summary tabs).
To make it clear what each metric means, tooltips are added to all list
headers.

Change-Id: I19c75461a6405025fa433ae84d2c94d013fcaacb
Reviewed-on: http://gerrit.cloudera.org:8080/19417
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Add more items to Impala web UI queries page
> --------------------------------------------
>
>                 Key: IMPALA-11823
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11823
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Ye Zihao
>            Assignee: Ye Zihao
>            Priority: Major
>         Attachments: POPO20230105-142321.png, thumbnail_5013a3194e5fc841b96f0dbfbb5fcf48.png
>
>
> When operating and maintaining an Impala cluster or analyzing historical query performance, it will be helpful if we can visually see the memory consumed, the amount of data read, and other information of the query from the historical query page of the web UI. The current historical query page  does not display these information, so we should count this information when the query is executed and display it on the web page, as shown in the attached image.
> !thumbnail_5013a3194e5fc841b96f0dbfbb5fcf48.png!
> !POPO20230105-142321.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org