git commit: Exposed recovery errors that are encountered in non-strict recovery mode.

2013-08-26 Thread vinodkone
Updated Branches: refs/heads/master c014cfb2d - 2b86e3906 Exposed recovery errors that are encountered in non-strict recovery mode. Review: https://reviews.apache.org/r/13789 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] git commit: Added SlaveRecoveryTest.MultipleFrameworks test.

2013-08-26 Thread vinodkone
Added SlaveRecoveryTest.MultipleFrameworks test. From: Jiang Yan Xu y...@jxu.me Review: https://reviews.apache.org/r/13786 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9a866c1a Tree:

[1/2] git commit: Added SlaveRecoveryTest.MasterFailover test.

2013-08-26 Thread vinodkone
Updated Branches: refs/heads/master 2b86e3906 - 9a866c1a0 Added SlaveRecoveryTest.MasterFailover test. From: Jiang Yan Xu y...@jxu.me Review: https://reviews.apache.org/r/13747 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

git commit: Added a slave recovery test for the case of multiple slaves.

2013-08-26 Thread vinodkone
Updated Branches: refs/heads/master 9a866c1a0 - f00832a1d Added a slave recovery test for the case of multiple slaves. From: Jie Yu yujie@gmail.com Review: https://reviews.apache.org/r/13753 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

git commit: Added a recovery timeout for executor driver self-termination.

2013-08-26 Thread bmahler
Updated Branches: refs/heads/master f00832a1d - 5eb50d6e8 Added a recovery timeout for executor driver self-termination. Review: https://reviews.apache.org/r/13791 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5eb50d6e

Git Push Summary

2013-08-26 Thread bmahler
Updated Tags: refs/tags/0.14.0-rc2 [created] 2346f6de4

[3/3] git commit: Upgraded ZooKeeper from 3.3.4 to 3.3.6.

2013-08-26 Thread bmahler
Upgraded ZooKeeper from 3.3.4 to 3.3.6. From: Vinson Lee v...@twitter.com Review: https://reviews.apache.org/r/13598 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/eb1cd4a7 Tree:

[2/3] git commit: Fixed a 32 bit compilation issue in files.cpp.

2013-08-26 Thread bmahler
Fixed a 32 bit compilation issue in files.cpp. The call to min(ssize_t, long int) won't compile on 32 bit systems because ssize_t resolves to int on those systems. From: Kevin Lyda ke...@ie.suberic.net Review: https://reviews.apache.org/r/13793 Project: