----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70907/ -----------------------------------------------------------
Review request for mesos, Greg Mann and Joseph Wu. Bugs: MESOS-9822 https://issues.apache.org/jira/browse/MESOS-9822 Repository: mesos Description ------- With this patch the agent will, after executor reregistration finished, replay any active drain information so remaining tasks are drained as well. We need to wait until executors had a chance to register so they are not terminated should we try to send kill task request before the executor has registered. Diffs ----- src/slave/slave.cpp 30039b0857a4d85b4b96fa95d7f8724d57cdec6e src/tests/slave_recovery_tests.cpp d99752ab082f1aca9fb77659378d0bca5a0598eb Diff: https://reviews.apache.org/r/70907/diff/1/ Testing ------- `make check` Thanks, Benjamin Bannier