----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65095/#review195306 -----------------------------------------------------------
Ship it! Ship It! - Jan Schlicht On Jan. 12, 2018, 11:53 a.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65095/ > ----------------------------------------------------------- > > (Updated Jan. 12, 2018, 11:53 a.m.) > > > Review request for mesos, Gaston Kleiman, Greg Mann, and Jan Schlicht. > > > Bugs: MESOS-8422 > https://issues.apache.org/jira/browse/MESOS-8422 > > > Repository: mesos > > > Description > ------- > > In certain situations it can make sense to update the state of an > operation without also wanting to update resources. In this patch we > modify the master's `updateOperation` function to take an additional > parameter signifying whether resources should be updated, or whether > we only care about updating the operation and tracking of used > resources. > > We will use this functionality in a subsequent patch to perform more > contained updates to agent state when processing `UpdateSlaveMessages` > which contain both resources and operations (and where any terminal > operations were already applied to the agent's resources). > > > Diffs > ----- > > src/master/master.hpp cdfd06ceb2a8eafa60d0af382b628b165e4ddcb5 > src/master/master.cpp 8921964a3ed74538b8c831a2f827d07875c1a5ab > > > Diff: https://reviews.apache.org/r/65095/diff/2/ > > > Testing > ------- > > `make check` > > > Thanks, > > Benjamin Bannier > >
