You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2013/08/16 21:04:40 UTC

[3/3] git commit: Reverted the default recovery mode to strict.

Reverted the default recovery mode to strict.

Review: https://reviews.apache.org/r/13622


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7cdbd355
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7cdbd355
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7cdbd355

Branch: refs/heads/master
Commit: 7cdbd3550e6e15fc9cc382c719ea93d57ac68729
Parents: a8cefa4
Author: Vinod Kone <vi...@twitter.com>
Authored: Fri Aug 16 11:04:57 2013 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Fri Aug 16 11:58:22 2013 -0700

----------------------------------------------------------------------
 src/slave/flags.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7cdbd355/src/slave/flags.hpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.hpp b/src/slave/flags.hpp
index 74f269b..616be9b 100644
--- a/src/slave/flags.hpp
+++ b/src/slave/flags.hpp
@@ -148,7 +148,7 @@ public:
         "information about an executor, because the slave died right before\n"
         "the executor registered.) during recovery are ignored and as much\n"
         "state as possible is recovered.\n",
-        false);
+        true);
 
 #ifdef __linux__
     add(&Flags::cgroups_hierarchy,