Adar Dembo has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/6374 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- 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(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6374 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9d17963dc3ab271f560309d4aa5b4f9939cba403 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Kudu Jenkins
