Hello Quanlong Huang, Kurt Deschler, Yifan Zhang, Impala Public Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19417 to look at the new patch set (#7). Change subject: IMPALA-11823: Add more items to Impala web UI queries page ...................................................................... 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 Action and query ID columns are merged 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 --- M be/src/runtime/coordinator.h M be/src/scheduling/admission-control-client.h M be/src/scheduling/admission-control-service.cc M be/src/scheduling/admission-controller.cc M be/src/scheduling/admission-controller.h M be/src/scheduling/local-admission-control-client.cc M be/src/scheduling/local-admission-control-client.h M be/src/scheduling/remote-admission-control-client.cc M be/src/scheduling/remote-admission-control-client.h M be/src/scheduling/schedule-state.cc M be/src/service/client-request-state.cc M be/src/service/client-request-state.h M be/src/service/impala-http-handler.cc M be/src/service/impala-http-handler.h M be/src/service/impala-server.cc M be/src/service/impala-server.h M be/src/util/runtime-profile.cc M be/src/util/runtime-profile.h M common/protobuf/admission_control_service.proto M www/queries.tmpl M www/query_detail_tabs.tmpl M www/query_plan.tmpl M www/query_summary.tmpl 23 files changed, 511 insertions(+), 157 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/19417/7 -- To view, visit http://gerrit.cloudera.org:8080/19417 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I19c75461a6405025fa433ae84d2c94d013fcaacb Gerrit-Change-Number: 19417 Gerrit-PatchSet: 7 Gerrit-Owner: Anonymous Coward <18770832...@163.com> Gerrit-Reviewer: Anonymous Coward <18770832...@163.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Kurt Deschler <kdesc...@cloudera.com> Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com> Gerrit-Reviewer: Yifan Zhang <chinazhangyi...@163.com>