----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65825/#review198374 -----------------------------------------------------------
Patch looks great! Reviews applied: [65786, 65787, 65751, 65750, 65683, 65713, 65759, 65825] 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 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 > >
