Patrik Sundberg has posted comments on this change.

Change subject: KUDU-1988: add support for advertised host:port info.
......................................................................


Patch Set 5:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/6827/4/src/kudu/server/rpc_server.h
File src/kudu/server/rpc_server.h:

Line 70:   Status GetAdvertisedAddresses(std::vector<Sockaddr>* addresses) 
const WARN_UNUSED_RESULT;
> Oh interesting, if it's normal for the advertised address to be globally re
I'm not aware of a case where it wouldn't be intended to be resolvable on both 
sides of the private/public split that's causing us to want to use an 
advertised address. And for cases when you want to use an advertised address, 
your deployment would be such that you can know at least the hostname which 
will get the public IP at config time, so hence that's what you use in config 
as the advertised name. At runtime this will be guaranteed to resolve, as it'd 
be done before container is running.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6735ca5630fc4c426bf72d0b21d6ef452173a890
Gerrit-PatchSet: 5
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Patrik Sundberg <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Patrik Sundberg <[email protected]>
Gerrit-Reviewer: Tidy Bot
Gerrit-HasComments: Yes

Reply via email to