Hello Quanlong Huang, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19706
to look at the new patch set (#5).
Change subject: IMPALA-12048: Add query progress to queries webpage
......................................................................
IMPALA-12048: Add query progress to queries webpage
This patch adds the query progress of queries to Impala /queries
webpage. The query progress shows the completion progress of a
query's fragment instances. It helps users track the completion of
computation-intensive queries.
Testing:
- Add test cases to test_observability.py and test_web_pages.py
Change-Id: Ic0e8695a8a8395c1364b4b249f83c4345d2cc53e
---
M be/src/runtime/coordinator-backend-state.cc
M be/src/runtime/coordinator-backend-state.h
M be/src/runtime/coordinator.cc
M be/src/runtime/coordinator.h
M be/src/service/impala-hs2-server.cc
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 common/thrift/ExecStats.thrift
M tests/query_test/test_observability.py
M tests/webserver/test_web_pages.py
M www/queries.tmpl
13 files changed, 101 insertions(+), 32 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/19706/5
--
To view, visit http://gerrit.cloudera.org:8080/19706
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic0e8695a8a8395c1364b4b249f83c4345d2cc53e
Gerrit-Change-Number: 19706
Gerrit-PatchSet: 5
Gerrit-Owner: Yifan Zhang <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>