Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19404 )
Change subject: KUDU-3357 proxied RPCs for multi-master Kudu clusters ...................................................................... KUDU-3357 proxied RPCs for multi-master Kudu clusters With this patch, it's now possible to run a multi-master Kudu cluster in a local area network while processing RPC requests sent from external networks. The RPC requests are assumed to be forwarded by a TCP proxy which advertises RPC endpoints for the masters and the tablet servers of the multi-master Kudu cluster. Refactored and unified test scenarios in client-proxied-rpc-test provide the coverage for the newly added functionality. This is a follow-up to 3f29b5da5f59ea96cfec0608226d5c35740884a6. Change-Id: Id834d5fae8dcc2230de9f6b6429334c24052011a Reviewed-on: http://gerrit.cloudera.org:8080/19404 Reviewed-by: Attila Bukor <[email protected]> Reviewed-by: Zoltan Chovan <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/client-proxied-rpc-test.cc M src/kudu/master/master.cc M src/kudu/master/master.h M src/kudu/master/master_service.cc M src/kudu/mini-cluster/external_mini_cluster.cc M src/kudu/mini-cluster/external_mini_cluster.h 6 files changed, 495 insertions(+), 223 deletions(-) Approvals: Attila Bukor: Looks good to me, approved Zoltan Chovan: Looks good to me, but someone else must approve Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/19404 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id834d5fae8dcc2230de9f6b6429334c24052011a Gerrit-Change-Number: 19404 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Chovan <[email protected]>
