This is an automated email from the ASF dual-hosted git repository.
wzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 9af97895f IMPALA-12526: Fix NullPointerException in
testResetMetadataDesc
new d2abbbbe6 IMPALA-12513: Allow to reset metadata when the CatalogD
becomes active
new 44c85e85a IMPALA-12525: Fix flaky test test_statestored_manual_failover
new fed578580 IMPALA-12364: Display memory, disk and network metrics in
webUI's query timeline
new 3e99dfcd1 IMPALA-12515: Clarify behavior with redundant system python
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/catalog/catalog-server.cc | 16 ++
be/src/statestore/statestore-subscriber.cc | 93 +++++--
be/src/statestore/statestore-subscriber.h | 21 +-
be/src/statestore/statestore.cc | 12 +-
bin/rat_exclude_files.txt | 1 +
shell/make_shell_tarball.sh | 47 ++--
tests/custom_cluster/test_catalogd_ha.py | 36 +++
tests/custom_cluster/test_statestored_ha.py | 64 ++++-
www/icons/drag_handle.png | Bin 0 -> 561 bytes
www/icons/horizontal_zoomin.png | Bin 0 -> 3559 bytes
www/icons/horizontal_zoomout.png | Bin 0 -> 3014 bytes
www/query_timeline.tmpl | 104 ++++++-
www/scripts/query_timeline/chart_commons.js | 18 +-
www/scripts/query_timeline/fragment_diagram.js | 55 +++-
.../query_timeline/fragment_metrics_diagram.js | 309 +++++++++++++++++++++
www/scripts/query_timeline/global_members.js | 3 +
.../query_timeline/host_utilization_diagram.js | 121 +++++++-
.../fragment_metrics_diagram.test.js | 69 +++++
.../host_utilization_diagram.test.js | 20 +-
19 files changed, 897 insertions(+), 92 deletions(-)
create mode 100644 www/icons/drag_handle.png
create mode 100644 www/icons/horizontal_zoomin.png
create mode 100644 www/icons/horizontal_zoomout.png
create mode 100644 www/scripts/query_timeline/fragment_metrics_diagram.js
create mode 100644
www/scripts/tests/query_timeline/fragment_metrics_diagram.test.js