Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9807 )
Change subject: KUDU-2374: Add RpcContext::GetTimeReceived() ...................................................................... KUDU-2374: Add RpcContext::GetTimeReceived() This change adds RpcContext::GetTimeReceived() which returns the time at which the inbound call associated with the RpcContext was received. It's helpful to make this accessible to the RPC handlers for its own book-keeping purpose (e.g. reporting the average dispatch latency as part of query profile in Impala). Change-Id: I6b39c7f2ea856eccfdab8c1bb1433829e979ae13 Reviewed-on: http://gerrit.cloudera.org:8080/9796 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/9807 Reviewed-by: Joe McDonnell <[email protected]> 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, 10 insertions(+), 0 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9807 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6b39c7f2ea856eccfdab8c1bb1433829e979ae13 Gerrit-Change-Number: 9807 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]>
