git commit: Fixed ./bootstrap to handle AUTOMAKE and ACLOCAL environment variables.

2013-12-02 Thread bmahler
Updated Branches: refs/heads/master 48d7f62d6 -> bfb16a2e1 Fixed ./bootstrap to handle AUTOMAKE and ACLOCAL environment variables. See: MESOS-849 From: Bernardo Gomez Palacio Review: https://reviews.apache.org/r/15862 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http:

git commit: Fixed flaky FaultToleranceTest.SchedulerFailoverStatusUpdate.

2013-12-02 Thread bmahler
Updated Branches: refs/heads/master 82fd755f0 -> 48d7f62d6 Fixed flaky FaultToleranceTest.SchedulerFailoverStatusUpdate. From: Jiang Yan Xu Review: https://reviews.apache.org/r/15946 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/me

git commit: Update the master and slave to not print stack traces for bad 'master' and 'zk' flags.

2013-12-02 Thread bmahler
Updated Branches: refs/heads/master fdbcf45da -> 82fd755f0 Update the master and slave to not print stack traces for bad 'master' and 'zk' flags. From: Jiang Yan Xu Review: https://reviews.apache.org/r/15836 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-u

git commit: Used explicit 'std::set::insert'.

2013-12-02 Thread benh
Updated Branches: refs/heads/master 63e8a342e -> fdbcf45da Used explicit 'std::set::insert'. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fdbcf45d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fdbcf45d Diff: h

git commit: Added missing include of 'algorithm'.

2013-12-02 Thread benh
Updated Branches: refs/heads/master e427fae0c -> 63e8a342e Added missing include of 'algorithm'. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/63e8a342 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/63e8a342 Dif

[14/14] git commit: Used 'Failure' instead of Future::failed.

2013-12-02 Thread benh
Used 'Failure' instead of Future::failed. Review: https://reviews.apache.org/r/15888 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e427fae0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e427fae0 Diff: http://git-w

[08/14] git commit: Added 'Set' wrapper in addition to union and intersect operators.

2013-12-02 Thread benh
Added 'Set' wrapper in addition to union and intersect operators. Review: https://reviews.apache.org/r/15882 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f6c4a02e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f6c

[05/14] git commit: Updated references in libprocess to use the new Owned.

2013-12-02 Thread benh
Updated references in libprocess to use the new Owned. From: Jie Yu Review: https://reviews.apache.org/r/15838 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d1194f69 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/

[13/14] git commit: Added 'Failure' as a helper for a failed Future.

2013-12-02 Thread benh
Added 'Failure' as a helper for a failed Future. Review: https://reviews.apache.org/r/15887 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/43e90f53 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/43e90f53 Diff: http:

[03/14] git commit: Renamed Shared::upgrade() to Shared::own().

2013-12-02 Thread benh
Renamed Shared::upgrade() to Shared::own(). From: Jie Yu Review: https://reviews.apache.org/r/15739 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6e251cc7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6e251cc7 Di

[11/14] git commit: Added stout 'Some' tests to libprocess/3rdparty Makefile.

2013-12-02 Thread benh
Added stout 'Some' tests to libprocess/3rdparty Makefile. Review: https://reviews.apache.org/r/15885 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2906911f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2906911f Di

[02/14] git commit: Refactored Owned and added a function Owned::share().

2013-12-02 Thread benh
Refactored Owned and added a function Owned::share(). From: Jie Yu Review: https://reviews.apache.org/r/15731 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/845ff1be Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8

[09/14] git commit: Added stout 'Set' tests to libprocess/3rdparty Makefile.

2013-12-02 Thread benh
Added stout 'Set' tests to libprocess/3rdparty Makefile. Review: https://reviews.apache.org/r/15883 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/009a26d4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/009a26d4 Dif

[01/14] git commit: Made Promise::associate 'discard' in both directions.

2013-12-02 Thread benh
Updated Branches: refs/heads/master 3b9d480b4 -> e427fae0c Made Promise::associate 'discard' in both directions. Say you have a process defined as follows: class FooProcess : public Process { public: Future func() { return future; } private: Future future; }; Then you call dispatch that

[12/14] git commit: Replaced 'Option::some(...)' with 'Some(...)'.

2013-12-02 Thread benh
Replaced 'Option::some(...)' with 'Some(...)'. Review: https://reviews.apache.org/r/15886 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/51f81e2f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/51f81e2f Diff: http://

[04/14] git commit: Removed Owned from stout.

2013-12-02 Thread benh
Removed Owned from stout. From: Jie Yu Review: https://reviews.apache.org/r/15837 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1e842bc0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1e842bc0 Diff: http://git-wip

[06/14] git commit: Updated references in Mesos to use the new Owned.

2013-12-02 Thread benh
Updated references in Mesos to use the new Owned. From: Jie Yu Review: https://reviews.apache.org/r/15839 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/92bbaf8a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/92bba

[07/14] git commit: Rewrote ZooKeeper watcher initialization using process::Once.

2013-12-02 Thread benh
Rewrote ZooKeeper watcher initialization using process::Once. From: Jie Yu Review: https://reviews.apache.org/r/15850 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e94ec75b Tree: http://git-wip-us.apache.org/repos/asf/meso

[10/14] git commit: Added 'Some'.

2013-12-02 Thread benh
Added 'Some'. Review: https://reviews.apache.org/r/15884 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3a51ff2e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3a51ff2e Diff: http://git-wip-us.apache.org/repos/asf/m