Alexey Serbin has uploaded this change for review. ( 
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
---
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, 455 insertions(+), 226 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/19404/1
--
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: newchange
Gerrit-Change-Id: Id834d5fae8dcc2230de9f6b6429334c24052011a
Gerrit-Change-Number: 19404
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <ale...@apache.org>

Reply via email to