Hello Alexey Serbin, Kudu Jenkins, Andrew Wong,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15006
to look at the new patch set (#2).
Change subject: rpc: replace gscoped_ptr with unique_ptr
......................................................................
rpc: replace gscoped_ptr with unique_ptr
And a few other bits of modernization.
Change-Id: I509e5cce6ae2c8351cea2fc68c7377d871ea40d5
---
M src/kudu/master/master.cc
M src/kudu/rpc/acceptor_pool.h
M src/kudu/rpc/blocking_ops.h
M src/kudu/rpc/connection.cc
M src/kudu/rpc/connection.h
M src/kudu/rpc/constants.h
M src/kudu/rpc/inbound_call.cc
M src/kudu/rpc/inbound_call.h
M src/kudu/rpc/messenger.cc
M src/kudu/rpc/messenger.h
M src/kudu/rpc/mt-rpc-test.cc
M src/kudu/rpc/negotiation.h
M src/kudu/rpc/outbound_call.cc
M src/kudu/rpc/outbound_call.h
M src/kudu/rpc/proxy.h
M src/kudu/rpc/reactor.h
M src/kudu/rpc/remote_method.h
M src/kudu/rpc/response_callback.h
M src/kudu/rpc/rpc-test-base.h
M src/kudu/rpc/rpc_context.h
M src/kudu/rpc/rpc_controller.cc
M src/kudu/rpc/rpc_controller.h
M src/kudu/rpc/rpc_service.h
M src/kudu/rpc/rpc_sidecar.h
M src/kudu/rpc/rpc_stub-test.cc
M src/kudu/rpc/sasl_common.h
M src/kudu/rpc/sasl_helper.h
M src/kudu/rpc/serialization.h
M src/kudu/rpc/service_if.h
M src/kudu/rpc/service_pool.cc
M src/kudu/rpc/service_pool.h
M src/kudu/rpc/service_queue.h
M src/kudu/rpc/transfer.h
M src/kudu/server/rpc_server.cc
M src/kudu/server/rpc_server.h
M src/kudu/server/server_base.cc
M src/kudu/server/server_base.h
M src/kudu/tserver/tablet_server.cc
38 files changed, 113 insertions(+), 202 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/06/15006/2
--
To view, visit http://gerrit.cloudera.org:8080/15006
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I509e5cce6ae2c8351cea2fc68c7377d871ea40d5
Gerrit-Change-Number: 15006
Gerrit-PatchSet: 2
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)