----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69338/#review211322 ----------------------------------------------------------- Patch looks great! Reviews applied: [69337, 69338] 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 Dec. 13, 2018, 1:51 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69338/ > ----------------------------------------------------------- > > (Updated Dec. 13, 2018, 1:51 p.m.) > > > Review request for mesos, Chun-Hung Hsiao and Jan Schlicht. > > > Bugs: MESOS-9384 > https://issues.apache.org/jira/browse/MESOS-9384 > > > Repository: mesos > > > Description > ------- > > This patch changes the agent to not report disconnected resource > providers in the `UpdateSlaveMessage` it emits. We also fix how it > generates resource provider-related updates when no resource providers > are connected to allow the master to react properly when a resource > provider disappears. > > > Diffs > ----- > > src/slave/slave.cpp 8467a60ad84a4e900c2eb587fdf2fc6ff9c72c54 > src/tests/resource_provider_manager_tests.cpp b61c50f839b7a0f49a781a6f44aa4f10ad7ebafe > > > Diff: https://reviews.apache.org/r/69338/diff/2/ > > > Testing > ------- > > `make check` > > > Thanks, > > Benjamin Bannier > >