-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56587/
-----------------------------------------------------------
(Updated Feb. 14, 2017, 8:22 p.m.)
Review request for mesos and Joseph Wu.
Changes
-------
Review comments.
Bugs: MESOS-7119
https://issues.apache.org/jira/browse/MESOS-7119
Repository: mesos
Description
-------
The erroneous invariant check for `slaveId` can be trigerred when
the master accepts an invalid inverse offer or when the inverse offer
has been already rescinded.
Diffs (updated)
-----
src/master/master.cpp dff320acd1a13995d51cc0c303edea0cdfaa336d
src/tests/master_maintenance_tests.cpp
9861d1186e046a4fd547e73825c02b71eedd5ce2
Diff: https://reviews.apache.org/r/56587/diff/
Testing
-------
make check + added a test that used to crash before.
Thanks,
Anand Mazumdar