[kudu-CR] [consensus] simplify RpcPeerProxy a bit

2020-01-15 Thread Alexey Serbin (Code Review)
Alexey Serbin has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/15049 )

Change subject: [consensus] simplify RpcPeerProxy a bit
..

[consensus] simplify RpcPeerProxy a bit

It's a small clean-up on the RpcPeerProxy class to avoid
an extra call to operator new while preparing its HostPort
parameter at call sites.

Change-Id: Ie3185142ee16130f66609e88bcd3439956961c2e
Reviewed-on: http://gerrit.cloudera.org:8080/15049
Reviewed-by: Adar Dembo 
Tested-by: Kudu Jenkins
---
M src/kudu/consensus/consensus_peers.cc
M src/kudu/consensus/consensus_peers.h
2 files changed, 8 insertions(+), 9 deletions(-)

Approvals:
  Adar Dembo: Looks good to me, approved
  Kudu Jenkins: Verified

--
To view, visit http://gerrit.cloudera.org:8080/15049
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie3185142ee16130f66609e88bcd3439956961c2e
Gerrit-Change-Number: 15049
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin 
Gerrit-Reviewer: Adar Dembo 
Gerrit-Reviewer: Alexey Serbin 
Gerrit-Reviewer: Kudu Jenkins (120)


[kudu-CR] [consensus] simplify RpcPeerProxy a bit

2020-01-15 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/15049 )

Change subject: [consensus] simplify RpcPeerProxy a bit
..


Patch Set 1: Code-Review+2


--
To view, visit http://gerrit.cloudera.org:8080/15049
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie3185142ee16130f66609e88bcd3439956961c2e
Gerrit-Change-Number: 15049
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin 
Gerrit-Reviewer: Adar Dembo 
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Thu, 16 Jan 2020 04:27:07 +
Gerrit-HasComments: No


[kudu-CR] [consensus] simplify RpcPeerProxy a bit

2020-01-15 Thread Alexey Serbin (Code Review)
Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/15049


Change subject: [consensus] simplify RpcPeerProxy a bit
..

[consensus] simplify RpcPeerProxy a bit

It's a small clean-up on the RpcPeerProxy class to avoid
an extra call to operator new while preparing its HostPort
parameter at call sites.

Change-Id: Ie3185142ee16130f66609e88bcd3439956961c2e
---
M src/kudu/consensus/consensus_peers.cc
M src/kudu/consensus/consensus_peers.h
2 files changed, 8 insertions(+), 9 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3185142ee16130f66609e88bcd3439956961c2e
Gerrit-Change-Number: 15049
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin