-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65045/
-----------------------------------------------------------
(Updated Jan. 25, 2018, 2:10 p.m.)
Review request for mesos, Benjamin Bannier and Jie Yu.
Changes
-------
Fixed a race that would result in missing offers. We need to make sure that the
old offer is rescinded before waiting for the new one.
Bugs: MESOS-8424
https://issues.apache.org/jira/browse/MESOS-8424
Repository: mesos
Description
-------
Tested correct operation handling during master failover.
Diffs (updated)
-----
src/tests/master_tests.cpp d01f3fbdd688ddd31fb0c777f973928f5b5fa5e7
Diff: https://reviews.apache.org/r/65045/diff/5/
Changes: https://reviews.apache.org/r/65045/diff/4-5/
Testing
-------
make check
Thanks,
Jan Schlicht