You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/04/20 04:06:11 UTC

[kudu-CR] KUDU-1410 (part 5): rpc: sample each RPC method in several latency buckets, expose on /rpcz

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/2798

to look at the new patch set (#6).

Change subject: KUDU-1410 (part 5): rpc: sample each RPC method in several latency buckets, expose on /rpcz
......................................................................

KUDU-1410 (part 5): rpc: sample each RPC method in several latency buckets, expose on /rpcz

This changes RpczStore to keep several sample traces for each RPC, categorized
into several buckets (fast, slow, slower). Currently the thresholds for those
buckets are hard-coded, but follow-up work could make them adaptive based on
previous RPC percentiles, or user-configurable. Having tested this with a
YCSB workload, I found that they are useful even in this simple implementation.

Change-Id: I0eadb3f7035b5b156cb624ce50876876a5698b17
---
M src/kudu/rpc/inbound_call.h
M src/kudu/rpc/rpc-test-base.h
M src/kudu/rpc/rpc_introspection.proto
M src/kudu/rpc/rpc_stub-test.cc
M src/kudu/rpc/rpcz_store.cc
M src/kudu/rpc/rpcz_store.h
M src/kudu/server/rpcz-path-handler.cc
7 files changed, 260 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/98/2798/6
-- 
To view, visit http://gerrit.cloudera.org:8080/2798
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0eadb3f7035b5b156cb624ce50876876a5698b17
Gerrit-PatchSet: 6
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>