mesos git commit: Renamed `info` to `executorInfo` in `Master::Http::_getExecutors`.

2016-07-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 3fea995d9 -> cc1e9b77a Renamed `info` to `executorInfo` in `Master::Http::_getExecutors`. Review: https://reviews.apache.org/r/49865/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added self to contributors list.

2016-07-11 Thread yan
Repository: mesos Updated Branches: refs/heads/master e765520f3 -> 3fea995d9 Added self to contributors list. Review: https://reviews.apache.org/r/49933/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3fea995d Tree:

[1/2] mesos git commit: Removed an unnecessary `Clock::settle` from a test case.

2016-07-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c84880a1d -> e765520f3 Removed an unnecessary `Clock::settle` from a test case. Review: https://reviews.apache.org/r/49692/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Cleaned up some minor style issues.

2016-07-11 Thread vinodkone
Cleaned up some minor style issues. Review: https://reviews.apache.org/r/49693/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e765520f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e765520f Diff:

mesos git commit: CMake: Fixed dependency on .proto sources to generate protobufs.

2016-07-11 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master 88be05091 -> c84880a1d CMake: Fixed dependency on .proto sources to generate protobufs. Prior to this, the CMake build only generated protobufs when the "include" or "src" directories were not present. In order to re-generate protobufs,

mesos git commit: Fix ProcessRemoteLinkTests that try to emulate 'stale' sockets.

2016-07-11 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master c51d15850 -> 88be05091 Fix ProcessRemoteLinkTests that try to emulate 'stale' sockets. The ProcessRemoteLinkTests `RemoteUseStaleLink` and `RemoteStaleLinkRelink` were failing because the `test-linkee` was closing sockets shortly after the

mesos git commit: Refactor Value::Ranges subtraction.

2016-07-11 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master 2ed457a06 -> c51d15850 Refactor Value::Ranges subtraction. This patch reimplements `Value::Ranges` subtraction using the `IntervalSet` type. `Ranges` are converted to `IntervalSet` before subtraction and converted back to `Ranges` after

svn commit: r1752224 - in /mesos/site/publish: ./ api/latest/c++/ api/latest/java/ api/latest/java/org/apache/mesos/ assets/img/ assets/img/documentation/ blog/ blog/announcing-mesoscon-eu-2015-hackat

2016-07-11 Thread bmahler
Author: bmahler Date: Mon Jul 11 22:25:13 2016 New Revision: 1752224 URL: http://svn.apache.org/viewvc?rev=1752224=rev Log: Updated the website. [This commit notification would consist of 414 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[2/2] mesos git commit: Added "relink" semantics to ProcessBase::link.

2016-07-11 Thread josephwu
Added "relink" semantics to ProcessBase::link. The `RemoteConnection:RECONNECT` option for `ProcessBase::link` will force the `SocketManager` to create a new socket if a persistent link already exists. Review: https://reviews.apache.org/r/49177/ Project:

mesos git commit: Fixed SorterTest.RevocableResources to correctly set slave resources.

2016-07-11 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 39b9ba687 -> 4f5654dd0 Fixed SorterTest.RevocableResources to correctly set slave resources. Review: https://reviews.apache.org/r/49846/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added Yong Tang to contributors list.

2016-07-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 1ddc86846 -> 39b9ba687 Added Yong Tang to contributors list. This PR added Yong Tang to contributors list. This closes #138 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/4] mesos git commit: Fixed the right angle brackets in routing tests.

2016-07-11 Thread jieyu
Fixed the right angle brackets in routing tests. Review: https://reviews.apache.org/r/49840 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f5597dbc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f5597dbc Diff:

[4/4] mesos git commit: Moved netlink cleanup functions to separate files.

2016-07-11 Thread jieyu
Moved netlink cleanup functions to separate files. This is another effort to allow linking with a lower version of libnl. This patch moved cleanup functions into their specific files. Review: https://reviews.apache.org/r/49835 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/4] mesos git commit: Removed the network isolator specific check in netlink socket method.

2016-07-11 Thread jieyu
Removed the network isolator specific check in netlink socket method. This check has been performed in the port mapping isolator as well in the corresponding tests. Review: https://reviews.apache.org/r/49839 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/4] mesos git commit: Reorganized the routing tests into basic and advanced groups.

2016-07-11 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master b41963396 -> 1ddc86846 Reorganized the routing tests into basic and advanced groups. Advanced tests need some higher version of libnl. Review: https://reviews.apache.org/r/49841 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[1/4] mesos git commit: Added test case for quota allocation with reserved resources.

2016-07-11 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 6af359ca1 -> b41963396 Added test case for quota allocation with reserved resources. This test checks that when setting aside unallocated resources to ensure that a quota guarantee can be met, we don't use resources that have been reserved

[2/4] mesos git commit: Removed unnecessary `Clock::settle` calls from test cases.

2016-07-11 Thread alexr
Removed unnecessary `Clock::settle` calls from test cases. If a test case calls `Clock::settle` and then immediately waits for a future to be completed, settling the clock is usually unnecessary. Review: https://reviews.apache.org/r/49612/ Project:

[3/4] mesos git commit: Fixed typos in comments in allocator-related tests.

2016-07-11 Thread alexr
Fixed typos in comments in allocator-related tests. Review: https://reviews.apache.org/r/49880/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0434858c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0434858c Diff:

mesos git commit: Removed a period at the end of the log entry in credentials.hpp.

2016-07-11 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 4d6d77990 -> 6af359ca1 Removed a period at the end of the log entry in credentials.hpp. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6af359ca Tree:

[3/3] mesos git commit: Added Haosdent Huang to contributors list.

2016-07-11 Thread alexr
Added Haosdent Huang to contributors list. This closes #137 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4d6d7799 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4d6d7799 Diff:

[2/3] mesos git commit: Added an email to contributors list to facilitate better statistics.

2016-07-11 Thread alexr
Added an email to contributors list to facilitate better statistics. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1952e19f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1952e19f Diff:

[1/3] mesos git commit: Added Jacob Janco to contributors and remove whitespace.

2016-07-11 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 49db3424b -> 4d6d77990 Added Jacob Janco to contributors and remove whitespace. This closes #136 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/01c6303c Tree: