[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 Review: https://reviews.apache.org/r/13793 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: htt

[1/3] git commit: Updated slave and master to use lambda:: consistently.

2013-08-26 Thread bmahler
Updated Branches: refs/heads/master 5eb50d6e8 -> eb1cd4a7c Updated slave and master to use lambda:: consistently. From: Ian Downes Review: https://reviews.apache.org/r/13784 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commi

[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 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: http://git-wip-us.apache.org/repos/asf/mesos/tree/eb1cd4a7 Di

Git Push Summary

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

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 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 Review: https://reviews.apache.org/r/13753 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/com

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

2013-08-26 Thread vinodkone
Added SlaveRecoveryTest.MultipleFrameworks test. From: Jiang Yan Xu 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: http://git-wip-us.apache.org/repos/asf/mesos/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 Review: https://reviews.apache.org/r/13747 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9a9d

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: http://git-wip-us.apache.org/repos/asf/mesos/comm