-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59764/
-----------------------------------------------------------
(Updated July 5, 2017, 10:32 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Rebase.
Bugs: MESOS-7612
https://issues.apache.org/jira/browse/MESOS-7612
Repository: mesos
Description
-------
We expect the master's domain to be configured first, then the domain of
the agents to be configured. Therefore, if an agent with configured
domain attempts to register or re-register with a master that does not
have a configured domain, the registration attempt should be ignored.
This is important, because the master would have no way of determining
whether the agent is "remote" or not, which might result in placing
inappropriate workloads on it.
Diffs (updated)
-----
src/master/master.cpp 56b170ed70722eba30d98f6e648b6a31580d6b56
src/tests/master_tests.cpp c778c6c56d47c4033189912cebee6024be79106f
Diff: https://reviews.apache.org/r/59764/diff/4/
Changes: https://reviews.apache.org/r/59764/diff/3-4/
Testing
-------
`make check`
Manual testing.
Thanks,
Neil Conway