Repository: aurora Updated Branches: refs/heads/master e1cde4f2d -> 7ac639be5
Re-introduce --executor_registration_timeout. This stabilizes the slave against image copies that take a long time which is tracked here: https://issues.apache.org/jira/browse/MESOS-6004. Reviewed at https://reviews.apache.org/r/53131/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7ac639be Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7ac639be Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/7ac639be Branch: refs/heads/master Commit: 7ac639be5431191a32789fb1ea6238db85dc46e3 Parents: e1cde4f Author: John Sirois <[email protected]> Authored: Mon Oct 24 11:49:41 2016 -0400 Committer: John Sirois <[email protected]> Committed: Mon Oct 24 11:49:41 2016 -0400 ---------------------------------------------------------------------- .../mesos_config/etc_mesos-slave/executor_registration_timeout | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/7ac639be/examples/vagrant/mesos_config/etc_mesos-slave/executor_registration_timeout ---------------------------------------------------------------------- diff --git a/examples/vagrant/mesos_config/etc_mesos-slave/executor_registration_timeout b/examples/vagrant/mesos_config/etc_mesos-slave/executor_registration_timeout new file mode 100644 index 0000000..108b54e --- /dev/null +++ b/examples/vagrant/mesos_config/etc_mesos-slave/executor_registration_timeout @@ -0,0 +1 @@ +1mins
