Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6374
to look at the new patch set (#2).
Change subject: Add InboundCall::GetTransferSize()
......................................................................
Add InboundCall::GetTransferSize()
Returns what you might expect: the size of the transfer, or 0 if it's
been discarded. This has been useful for adding instrumentation to RPC
calls in their service pool.
Change-Id: I9d17963dc3ab271f560309d4aa5b4f9939cba403
---
M src/kudu/rpc/inbound_call.cc
M src/kudu/rpc/inbound_call.h
M src/kudu/rpc/rpc-test-base.h
3 files changed, 11 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/6374/2
--
To view, visit http://gerrit.cloudera.org:8080/6374
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9d17963dc3ab271f560309d4aa5b4f9939cba403
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Henry Robinson <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins