----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66546/#review201735 -----------------------------------------------------------
Patch looks great! Reviews applied: [66508, 66308, 66309, 66526, 66310, 66311, 66544, 66545, 66546] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose --disable-libtool-wrappers' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh - Mesos Reviewbot On April 12, 2018, 9:48 a.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66546/ > ----------------------------------------------------------- > > (Updated April 12, 2018, 9:48 a.m.) > > > Review request for mesos, Chun-Hung Hsiao and Jan Schlicht. > > > Bugs: MESOS-7558 > https://issues.apache.org/jira/browse/MESOS-7558 > > > Repository: mesos > > > Description > ------- > > This patch adds a check to the resource provider manager's subscribe > functionality making sure that any the ID sent by a resubscribing > resource provider corresponds to some previously known resource > provider. > > This not only serves as convenient validation of user-provided data, > but also makes sure that the internal state of the resource provider > manager remains consistent. > > > Diffs > ----- > > src/resource_provider/manager.cpp 68e1866986bfb91bf8355099ee1f0a2a86aba39a > src/tests/resource_provider_manager_tests.cpp > c52541bf130ccf4795b989b53331176a64a097ea > > > Diff: https://reviews.apache.org/r/66546/diff/5/ > > > Testing > ------- > > `make check` > > > Thanks, > > Benjamin Bannier > >
