Hello Zoltan Chovan, Attila Bukor, Kudu Jenkins, Abhishek Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19404
to look at the new patch set (#2).
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, 495 insertions(+), 223 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/19404/2
--
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: newpatchset
Gerrit-Change-Id: Id834d5fae8dcc2230de9f6b6429334c24052011a
Gerrit-Change-Number: 19404
Gerrit-PatchSet: 2
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]>