Will Berkeley has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/8184


Change subject: rpc: move ConnectionId to its own file
......................................................................

rpc: move ConnectionId to its own file

This class was previously implemented inside of outbound_call.{cc,h}
where it didn't quite belong. In the several years since the code was
initially written we've moved more towards a "single class per header"
model unless the classes are truly trivial or really tightly coupled.
Neither is the case here.

Change-Id: Ib5804b96d3434ee7e7a2139ff806f50d66e1f1c5
---
M src/kudu/rpc/CMakeLists.txt
A src/kudu/rpc/connection_id.cc
A src/kudu/rpc/connection_id.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/rpc_context.cc
8 files changed, 175 insertions(+), 120 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: branch-1.4.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5804b96d3434ee7e7a2139ff806f50d66e1f1c5
Gerrit-Change-Number: 8184
Gerrit-PatchSet: 1
Gerrit-Owner: Will Berkeley <wdberke...@gmail.com>
Gerrit-Reviewer: Todd Lipcon <t...@apache.org>

Reply via email to