----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56587/#review165594 -----------------------------------------------------------
Fix it, then Ship it! src/master/master.cpp (line 4731) <https://reviews.apache.org/r/56587/#comment237453> We don't use this `slaveId` after assigning it, anymore. So remove this statement. And the local variable. - Joseph Wu On Feb. 14, 2017, 12:22 p.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/56587/ > ----------------------------------------------------------- > > (Updated Feb. 14, 2017, 12:22 p.m.) > > > Review request for mesos and Joseph Wu. > > > 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 > ----- > > 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 > >
