Hello Bharath Vissapragada, Tim Armstrong,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/7711
to look at the new patch set (#6).
Change subject: IMPALA-5811: Add 'backends' tab to query details pages
......................................................................
IMPALA-5811: Add 'backends' tab to query details pages
Add a 'backends' tab to query details pages which shows:
* host
* total number of fragment instances for that query on that backend
* number of still-running fragment instances
* if the backend is complete (i.e. all instances finished)
* peak memory consumption
* the time, in ms, since a status report was received at the
* coordinator from that backend.
The table refreshes itself every second, controllable by a check-box. If
the query has completed, no information is displayed.
Testing: Add a new smoketest to test_web_pages.py.
Change-Id: Ib5b3b0fb8f4188da56da593199f41ce6fab99767
---
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-http-handler.cc
M be/src/service/impala-http-handler.h
M tests/webserver/test_web_pages.py
A www/query_backends.tmpl
M www/query_detail_tabs.tmpl
9 files changed, 237 insertions(+), 34 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/11/7711/6
--
To view, visit http://gerrit.cloudera.org:8080/7711
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib5b3b0fb8f4188da56da593199f41ce6fab99767
Gerrit-PatchSet: 6
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Henry Robinson <[email protected]>
Gerrit-Reviewer: Bharath Vissapragada <[email protected]>
Gerrit-Reviewer: Dan Hecht <[email protected]>
Gerrit-Reviewer: Henry Robinson <[email protected]>
Gerrit-Reviewer: Lars Volker <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>