Michael Ho has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9796
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 --- M src/kudu/rpc/rpc-test-base.h M src/kudu/rpc/rpc_context.cc M src/kudu/rpc/rpc_context.h 3 files changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/96/9796/1 -- To view, visit http://gerrit.cloudera.org:8080/9796 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6b39c7f2ea856eccfdab8c1bb1433829e979ae13 Gerrit-Change-Number: 9796 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Ho <[email protected]>
