-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51372/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-4049
https://issues.apache.org/jira/browse/MESOS-4049
Repository: mesos
Description
-------
We previously dropped `ReregisterSlaveMessage` to prevent a slave's
reregistration attempt from succeeding. That was problematic, because a
slave first attempts to authenticate before it sends
`ReregisterSlaveMessage`. It is better to prevent reregistration by
blocking authentication entirely.
Diffs
-----
src/tests/partition_tests.cpp 0a72b345538ca3b9510fccf38ceb68ac71c2b473
Diff: https://reviews.apache.org/r/51372/diff/
Testing
-------
make check
Thanks,
Neil Conway
|