----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54275/ -----------------------------------------------------------
(Updated Dec. 1, 2016, 4:26 p.m.) Review request for mesos, Jie Yu and Joseph Wu. Repository: mesos Description (updated) ------- This comment is inaccurate since the introduction of `LIBPROCESS_ADVERTISE_IP`, which introduced the distinction between the IP that we bind to vs advertise. If the `--hostname` flag is unset, it is resolved from the IP address that the master/agent advertises. This may happen to be same as the IP address that we bind to, but ultimately we resolve it based on the advertise IP. Diffs ----- src/master/flags.cpp 9bfb40e22820c3ced40b128280ec63288fea8b41 src/slave/flags.cpp 0de15eca7da9bf8fbdbb90c6e96edfe76f4a0f44 Diff: https://reviews.apache.org/r/54275/diff/ Testing ------- Thanks, Michael Park
