Hello Sailesh Mukil,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5906
to review the following change.
Change subject: WIP: KUDU-1865 (part 2): pre-allocate OutboundTransfer for
inbound calls
......................................................................
WIP: KUDU-1865 (part 2): pre-allocate OutboundTransfer for inbound calls
This allocates the OutboundTransfer object on the reactor when a call is
first received, to avoid a cross-thread alloc-free pair per RPC.
Change-Id: If2ce44d0a00e2dafd1a9858d758ea83ac7923fc0
---
M src/kudu/rpc/connection.cc
M src/kudu/rpc/inbound_call.cc
M src/kudu/rpc/inbound_call.h
M src/kudu/rpc/transfer.cc
M src/kudu/rpc/transfer.h
5 files changed, 56 insertions(+), 30 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/06/5906/1
--
To view, visit http://gerrit.cloudera.org:8080/5906
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2ce44d0a00e2dafd1a9858d758ea83ac7923fc0
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Sailesh Mukil <[email protected]>