Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19229 )
Change subject: [rpc] add local_address() to Connection ...................................................................... [rpc] add local_address() to Connection This patch adds a means to get local address of the Connection object. A follow-up patch will be using this to distinguish between RPC arrived through a dedicated endpoint. Change-Id: I4aa8a035d8f0c150ad823f7817c39e689edf3d19 Reviewed-on: http://gerrit.cloudera.org:8080/19229 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/rpc/connection.cc M src/kudu/rpc/connection.h M src/kudu/rpc/inbound_call.cc M src/kudu/rpc/inbound_call.h M src/kudu/rpc/rpc_context.cc M src/kudu/rpc/rpc_context.h 6 files changed, 32 insertions(+), 2 deletions(-) Approvals: Attila Bukor: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/19229 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4aa8a035d8f0c150ad823f7817c39e689edf3d19 Gerrit-Change-Number: 19229 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Zoltan Chovan <[email protected]>
