Hello Joe McDonnell,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24179
to look at the new patch set (#2).
Change subject: IMPALA-13164: Expose more KRPC metrics
......................................................................
IMPALA-13164: Expose more KRPC metrics
Exposes Kudu RPC metrics that are already collected through the rpcz
JSON page: reactor_active_latency, reactor_load_percent, and
rpcs_timed_out_in_queue.
Reactor activity and load can help identify when reactor threads are a
bottleneck on RPC performance. Timed out RPCs could happen after
IMPALA-13130; a non-zero value would signify lost EndDataStream messages
reflecting significant problems in RPC flow in the environment.
Adds deserialization-queue-size and deserialization-queue-wait-time to
datastream-manager metrics to help identify when RPC deserialization is
slow and could benefit from increasing
datastream_service_num_deserialization_threads or the queue size.
Change-Id: I62106bbab2b9290f0d5f456d4bb30005a5261524
---
M be/src/rpc/impala-service-pool.cc
M be/src/rpc/impala-service-pool.h
M be/src/rpc/rpc-mgr.cc
M be/src/runtime/krpc-data-stream-mgr.cc
M be/src/runtime/krpc-data-stream-mgr.h
M common/thrift/metrics.json
M tests/webserver/test_web_pages.py
7 files changed, 70 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/79/24179/2
--
To view, visit http://gerrit.cloudera.org:8080/24179
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I62106bbab2b9290f0d5f456d4bb30005a5261524
Gerrit-Change-Number: 24179
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>