> On June 3, 2015, 11:30 p.m., Vinod Kone wrote: > > src/slave/resource_estimators/fixed.cpp, line 47 > > <https://reviews.apache.org/r/35028/diff/1/?file=977721#file977721line47> > > > > Since the slave now asks the estimator everytime it wants to forward an > > update and doesn't store a cached value, it makes sense for the estimators > > to always respond with a value instead of a pending future. > > > > For example, if the slave gets disconnected immediately after it gets > > an estimate from the estimator, it might query the estimator again.
Make sense. I'll rebase onto your patch here https://reviews.apache.org/r/35038/ > On June 3, 2015, 11:30 p.m., Vinod Kone wrote: > > src/slave/resource_estimators/fixed.cpp, lines 68-70 > > <https://reviews.apache.org/r/35028/diff/1/?file=977721#file977721line68> > > > > why not let the process handle this? that way you don't have to > > maintain a copy? We have to store a copy because we need to pass that to process in 'initialize' - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35028/#review86507 ----------------------------------------------------------- On June 3, 2015, 10:05 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35028/ > ----------------------------------------------------------- > > (Updated June 3, 2015, 10:05 p.m.) > > > Review request for mesos, Bartek Plotka, Niklas Nielsen, and Vinod Kone. > > > Bugs: MESOS-2791 > https://issues.apache.org/jira/browse/MESOS-2791 > > > Repository: mesos > > > Description > ------- > > Added a fixed resource estimator. The actual implementation is a stub for now. > > I made it a module so that we can leverage the Parameters to set it up > (instead of passing in a slave flag). > > > Diffs > ----- > > src/Makefile.am 66030c4b211ea61e97e62c35ec1821e0958f9787 > src/slave/resource_estimator.cpp 5aaf3052ff1f745408b9fabced3b76ed5424acfa > src/slave/resource_estimators/fixed.cpp PRE-CREATION > src/tests/oversubscription_tests.cpp > f047b90d8f0b4dfe7e6cad6dc58909451e9f894b > > Diff: https://reviews.apache.org/r/35028/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jie Yu > >
