Hello Yida Wu, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24124
to look at the new patch set (#2).
Change subject: PROTOTYPE: IMPALA-11881: Improve WebUI JSON files to simplify
automated analysis
......................................................................
PROTOTYPE: IMPALA-11881: Improve WebUI JSON files to simplify automated analysis
It can be useful to periodically query certain WebUI endpoints
like RPCZ and analyze the JSON files with a script. To make that easier,
this adds some more useful information:
1. This always includes the hostname and UNIX timestamp in the JSON output.
This makes it easier to identify which JSON files came from which host
and when. Without this, the collection needs to be very careful about
including that information in the filename.
2. This includes the Impalad's network address in the RPCZ output. This means
the JSON file has both the sender and receiver addresses, which makes it
easier to line up RPCZ JSON files from multiple Impalads.
3. This changes KRPC to include the network plane in its output for outbound
connections. This makes it clear in the RPCZ output which outbound
connections are being used for the control service vs the data stream
service. The inbound connections don't have knowledge of their network plane,
so that would need to be added separately.
Change-Id: I6e70b6c8fbbe93096a5797cedb481ffb14de2a92
---
M be/src/kudu/rpc/connection.cc
M be/src/kudu/rpc/rpc_introspection.proto
M be/src/rpc/rpc-mgr.cc
M be/src/util/webserver.cc
M www/rpcz.tmpl
5 files changed, 28 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/24124/2
--
To view, visit http://gerrit.cloudera.org:8080/24124
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6e70b6c8fbbe93096a5797cedb481ffb14de2a92
Gerrit-Change-Number: 24124
Gerrit-PatchSet: 2
Gerrit-Owner: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Yida Wu <[email protected]>