----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65825/#review198369 -----------------------------------------------------------
PASS: Mesos patch 65825 was successfully built and tested. Reviews applied: `['65683', '65743', '65713', '65759', '65825']` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65825 - Mesos Reviewbot Windows On Feb. 28, 2018, 12:39 a.m., Greg Mann wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65825/ > ----------------------------------------------------------- > > (Updated Feb. 28, 2018, 12:39 a.m.) > > > Review request for mesos, Andrei Budnik, Gilbert Song, and Michael Park. > > > Bugs: MESOS-8574 > https://issues.apache.org/jira/browse/MESOS-8574 > > > Repository: mesos > > > Description > ------- > > Previously, the Mesos Docker executor waited for an initial > 'docker inspect' call to return before making any progress after > task launch. This meant that in some cases where the Docker CLI > was not responsive, the executor could get into an unkillable > state. This patch adds a new test, > `HungDockerTest.ROOT_DOCKER_InspectHungDuringExecutorTaskLaunch`, > to verify that recent changes will allow a scheduler to > successfully kill a Docker task in such situations. > > > Diffs > ----- > > src/tests/containerizer/docker_containerizer_tests.cpp > 85e6f8739dd2d6f9119e30f13f681cf4b8dc45ed > > > Diff: https://reviews.apache.org/r/65825/diff/1/ > > > Testing > ------- > > `sudo bin/mesos-tests.sh > --gtest_filter="HungDockerTest.ROOT_DOCKER_InspectHungDuringExecutorTaskLaunch"` > > > Thanks, > > Greg Mann > >
