Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9019 )
Change subject: KUDU-2256: Add GetTransferSize() to RpcContext ...................................................................... KUDU-2256: Add GetTransferSize() to RpcContext This changes adds GetTransferSize() to RpcContext to retrieve the payload size of the inbound call. This makes it easier to track the memory of incoming RPCs in the handler methods. To test this I added a CHECK to one of the handler methods in CalculatorService. Change-Id: Iab2519bad1815aeccaa119f1605638bfd3604382 Reviewed-on: http://gerrit.cloudera.org:8080/8998 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <t...@apache.org> Reviewed-on: http://gerrit.cloudera.org:8080/9019 Reviewed-by: Michael Ho <k...@cloudera.com> Tested-by: Impala Public Jenkins --- M be/src/kudu/rpc/rpc-test-base.h M be/src/kudu/rpc/rpc_context.cc M be/src/kudu/rpc/rpc_context.h 3 files changed, 11 insertions(+), 0 deletions(-) Approvals: Michael Ho: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9019 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iab2519bad1815aeccaa119f1605638bfd3604382 Gerrit-Change-Number: 9019 Gerrit-PatchSet: 2 Gerrit-Owner: Lars Volker <l...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Lars Volker <l...@cloudera.com> Gerrit-Reviewer: Michael Ho <k...@cloudera.com> Gerrit-Reviewer: Todd Lipcon <t...@apache.org>