----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65856/#review198441 -----------------------------------------------------------
Patch looks great! Reviews applied: [65855, 65856] 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, 9:17 p.m., Chun-Hung Hsiao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65856/ > ----------------------------------------------------------- > > (Updated Feb. 28, 2018, 9:17 p.m.) > > > Review request for mesos and Gilbert Song. > > > Bugs: MESOS-8620 > https://issues.apache.org/jira/browse/MESOS-8620 > > > Repository: mesos > > > Description > ------- > > This flag specifies a timeout for `mesos-fetcher` to wait before > aborting if the download speed keeps below 1 bytes/sec. This would avoid > containers to get stuck at FETCHING. The default value is 1 minute. > > > Diffs > ----- > > include/mesos/fetcher/fetcher.proto > 6a5d807221681853444ffd3ab42a23827604e550 > src/launcher/fetcher.cpp 2f42fa221a42fdc131a8a97ded4e9433ce51ea77 > src/slave/constants.hpp 030fb05186f7f360010bb7e5b4948faac69771cc > src/slave/containerizer/fetcher.cpp > a49411b7bac2d5a50a75d0b802842c2f61fe58c6 > src/slave/flags.hpp 0c67bf214ceb93ae7ff088bec2648fa26ddac59e > src/slave/flags.cpp 943aaaf58b5f36555f0902019b8c5c6522ab7afc > > > Diff: https://reviews.apache.org/r/65856/diff/1/ > > > Testing > ------- > > sudo make check > > Manually tested with Nginx servers that sleeps for 59 seconds and 1 mintue > before serving artifacts. > > > Thanks, > > Chun-Hung Hsiao > >
