> On May 2, 2014, 6:53 p.m., Vinod Kone wrote: > > src/master/master.cpp, lines 1289-1290 > > <https://reviews.apache.org/r/21017/diff/1/?file=573738#file573738line1289> > > > > Update the log message. How about? > > > > LOG(INFO) << "Removing framework " << frameworkId > > << " from disconnected slave " << *slave > > << " because " << slave->info.checkpoint() ? "slave is not > > checkpointing" : "framework is not checkpointing";
s/slave->info.checkpoint()/!slave->info.checkpoint()/ - Vinod ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21017/#review42039 ----------------------------------------------------------- On May 2, 2014, 6:20 p.m., Adam B wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/21017/ > ----------------------------------------------------------- > > (Updated May 2, 2014, 6:20 p.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. > > > Bugs: MESOS-1264 > https://issues.apache.org/jira/browse/MESOS-1264 > > > Repository: mesos-git > > > Description > ------- > > Changed master to only remove a slave's frameworks and offers on exited, > not on reauthenticate. Still disconnects at the allocator in both cases. > > > Diffs > ----- > > src/master/master.hpp a6737d5 > src/master/master.cpp 8efa2c9 > > Diff: https://reviews.apache.org/r/21017/diff/ > > > Testing > ------- > > make check > ./bin/mesos-tests.sh > --gtest_filter=FaultToleranceTest.ReconcileIncompleteTasks --gtest_repeat=-1 > --gtest_break_on_failure > > > Thanks, > > Adam B > >
