-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65758/
-----------------------------------------------------------
Review request for mesos and Alexander Rukletsov.
Bugs: MESOS-8336
https://issues.apache.org/jira/browse/MESOS-8336
Repository: mesos
Description
-------
It could happen that an agent re-sends its `RegisterSlaveMessage`
and with the correct timing, the master would assume that it
comes from a new agent with the same pid and store its information
in the registry. See MESOS-8336.
Diffs
-----
src/tests/master_tests.cpp 3705fa7cc3c81a77dc431d5337a7d4a061fa84b9
Diff: https://reviews.apache.org/r/65758/diff/1/
Testing
-------
`./mesos-tests --gtest_filter="*AfterReconfiguration*" --gtest_repeat=1000
--gtest_throw_on_failure`
Thanks,
Benno Evers