----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43105/#review117822 -----------------------------------------------------------
This case may happen when master is recovering, framework recovery start before some agent. Can you please add a unit test to cover this code change? It could be register framework first, then addslave and check the result. - Guangya Liu On Feb. 2, 2016, 11:13 p.m., Alexander Rukletsov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43105/ > ----------------------------------------------------------- > > (Updated Feb. 2, 2016, 11:13 p.m.) > > > Review request for mesos and Ben Mahler. > > > Repository: mesos > > > Description > ------- > > If `addFramework()` is called before `addSlave()` double accounting > of resources is possible. We have not observed bugs because Mesos > currently always adds a framework in the allocator after all agents > with the framework's tasks have been added. > > > Diffs > ----- > > include/mesos/master/allocator.hpp e163669c9c4e4c98572968f18987704b60722a79 > src/master/allocator/mesos/hierarchical.cpp > 1a07d69016407e5aad2209586da37fecbcddb765 > > Diff: https://reviews.apache.org/r/43105/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Alexander Rukletsov > >
