Abhishek Chennaka has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20517 )
Change subject: [rpc] KUDU-3514 add metric to track per-RPC timeouts ...................................................................... [rpc] KUDU-3514 add metric to track per-RPC timeouts This patch introduces a new per-RPC counter to accumulate stats on the responses that have been sent to the client side past the deadline. It should help troubleshooting of particular scenarios and provide a glimpse of what part of requests to a particular RPC method timed out while being processed. This patch also includes test scenarios to cover the functionality of the newly introduced metric. Change-Id: I0a3cef63475c26f7936d5be7a0072a72332b7c88 Reviewed-on: http://gerrit.cloudera.org:8080/20517 Tested-by: Kudu Jenkins Reviewed-by: Zoltan Martonka <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/rpc/inbound_call.cc M src/kudu/rpc/protoc-gen-krpc.cc M src/kudu/rpc/rpc-test-base.h M src/kudu/rpc/rpc-test.cc M src/kudu/rpc/service_if.h 5 files changed, 216 insertions(+), 3 deletions(-) Approvals: Kudu Jenkins: Verified Zoltan Martonka: Looks good to me, but someone else must approve Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20517 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0a3cef63475c26f7936d5be7a0072a72332b7c88 Gerrit-Change-Number: 20517 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Martonka <[email protected]>
