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

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

Commit 970c6009600dd7b47fac52d391923aded0403bfc in impala's branch 
refs/heads/master from Surya Hebbar
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=970c60096 ]

IMPALA-11970: Optimized rendering for the query timeline display

Decoupled the retrieval of attributes and rendering
to optimize window resize events for large JSON
query profiles in the timeline display.

A reload will be triggered after every second,
in case the query execution has not completed,
or due to errors in parsing the profile;
only valid profiles are rendered.

Replaces 'maximum()' and 'minimum()' functions with
'Math.max.apply()' and 'Math.min.apply()'.

Change-Id: Iec458602266863b6e313f52b26a2dc35cff0db0f
Reviewed-on: http://gerrit.cloudera.org:8080/19744
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Add query timeline display to Impala WebUI
> ------------------------------------------
>
>                 Key: IMPALA-11970
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11970
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Backend
>            Reporter: Kurt Deschler
>            Assignee: Kurt Deschler
>            Priority: Major
>         Attachments: image-2023-03-23-10-29-47-827.png, 
> image-2023-03-23-10-35-24-078.png, timing_mt_dop_off.png, timing_mt_dop_on.png
>
>
> Query profiles contain timing information for fragments and plan nodes that 
> is difficult to analyze in a text format, especially for complex and 
> highly-parallel execution plans. A graphical display in the WebUI that 
> renders timing information in Gantt chart form will make the execution timing 
> and dependencies much easier to follow.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to