Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/24329


Change subject: KUDU-1865 reduce cross-thread allocations in RPC (part 2)
......................................................................

KUDU-1865 reduce cross-thread allocations in RPC (part 2)

With this update, the OutboundCall::call_response_ member field
of the CallResponse type is no longer allocated on the heap.  Instead,
now the move semantics is now used to pass around the CallResponse
corresponding object.

Change-Id: Ia5b8771f4092d5e566e91b7c7fdbf560c5fd3851
---
M src/kudu/rpc/connection.cc
M src/kudu/rpc/outbound_call.cc
M src/kudu/rpc/outbound_call.h
M src/kudu/rpc/rpc_controller.cc
4 files changed, 85 insertions(+), 79 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/24329/1
--
To view, visit http://gerrit.cloudera.org:8080/24329
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5b8771f4092d5e566e91b7c7fdbf560c5fd3851
Gerrit-Change-Number: 24329
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to