git commit: Made sure Cluster::Masters::start() returns when the Master is ready for incoming requests. i.e., after it has finished executing _recover().

2014-07-01 Thread yan
Repository: mesos Updated Branches: refs/heads/master 8015e6e3c -> 2b90dd07b Made sure Cluster::Masters::start() returns when the Master is ready for incoming requests. i.e., after it has finished executing _recover(). Review: https://reviews.apache.org/r/22857 Project: http://git-wip-us.ap

git commit: Fixed flaky OrphanTasks test.

2014-07-01 Thread me
Repository: mesos Updated Branches: refs/heads/master d6fe273aa -> 8015e6e3c Fixed flaky OrphanTasks test. Added Clock::settle after StartMaster() to ensure the master finishes executing _recover(). Review: https://reviews.apache.org/r/23001 Project: http://git-wip-us.apache.org/repos/asf/

git commit: Added the low level scheduler example using libprocess.

2014-07-01 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master dde865e39 -> d6fe273aa Added the low level scheduler example using libprocess. Review: https://reviews.apache.org/r/22539 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/comm

git commit: Fixed a regression in ExecutorInfoChecker to allow an executor with the same id but different executor info as long as it is on a different slave.

2014-07-01 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 093280867 -> dde865e39 Fixed a regression in ExecutorInfoChecker to allow an executor with the same id but different executor info as long as it is on a different slave. Review: https://reviews.apache.org/r/23187 Project: http://git-wip-