mesos git commit: Added a missing include in Resource.cpp.

2016-09-14 Thread yan
Repository: mesos Updated Branches: refs/heads/master 5e1c68149 -> 9fbb6b57b Added a missing include in Resource.cpp. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9fbb6b57 Tree: http://git-wip-us.apache.org/repos/asf/me

mesos git commit: Added MOUNT or PATH disk type info when logging resources.

2016-09-14 Thread yan
Repository: mesos Updated Branches: refs/heads/master 1eaabd00a -> 5e1c68149 Added MOUNT or PATH disk type info when logging resources. i.e., Added DiskInfo::Source info when outputting Resource::DiskInfo. Review: https://reviews.apache.org/r/51517/ Project: http://git-wip-us.apache.org/rep

mesos git commit: Added protobuf definition for SANDBOX_PATH volume source.

2016-09-14 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master e70713f44 -> 1eaabd00a Added protobuf definition for SANDBOX_PATH volume source. This new volume source allows sibling containers to share an ephemeral volume from their parent container's sandbox. In the future, it'll also allow sibling co

mesos git commit: Reverted "Added a test case `ROOT_CGROUPS_CFS_BigQuotaDecimal`.".

2016-09-14 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 42711bce9 -> e70713f44 Reverted "Added a test case `ROOT_CGROUPS_CFS_BigQuotaDecimal`.". This reverts commit 6cfa4a6f07f61c9b5edc5cce4b778fdf58baa81a. Review: https://reviews.apache.org/r/51882/ Project: http://git-wip-us.apache.org/repo

mesos git commit: Fixed failed cgroups isolator test cases in CentOS 6.

2016-09-14 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 9beb8eae6 -> 42711bce9 Fixed failed cgroups isolator test cases in CentOS 6. Review: https://reviews.apache.org/r/51881/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commi

[2/2] mesos git commit: Fixed comments closing namespaces in mesos.

2016-09-14 Thread mpark
Fixed comments closing namespaces in mesos. Review: https://reviews.apache.org/r/51798/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9beb8eae Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9beb8eae Diff: http://gi

[1/2] mesos git commit: Fixed comments closing namespaces in libprocess.

2016-09-14 Thread mpark
Repository: mesos Updated Branches: refs/heads/master 686de9b0a -> 9beb8eae6 Fixed comments closing namespaces in libprocess. Review: https://reviews.apache.org/r/51797/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/38e

[4/6] mesos git commit: Cleaned up usage of namespace-qualified identifiers.

2016-09-14 Thread mpark
Cleaned up usage of namespace-qualified identifiers. If a file contains `using foo::bar`, the remainder of the file should generally use `bar`, rather than `foo::bar` (or worse, a mix of `foo::bar` and `bar`). Review: https://reviews.apache.org/r/51150/ Project: http://git-wip-us.apache.org/rep

[5/6] mesos git commit: Moved `MockContainerLogger` to the single test where it is used.

2016-09-14 Thread mpark
Moved `MockContainerLogger` to the single test where it is used. Review: https://reviews.apache.org/r/51151/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7b9fb696 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7b9

[1/6] mesos git commit: Moved `MockDocker` and related declarations to separate files.

2016-09-14 Thread mpark
Repository: mesos Updated Branches: refs/heads/master ae12bb2fe -> 686de9b0a Moved `MockDocker` and related declarations to separate files. Review: https://reviews.apache.org/r/51152/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/me

[2/6] mesos git commit: Moved `OfferEqMatcher` to the single test file where it is used.

2016-09-14 Thread mpark
Moved `OfferEqMatcher` to the single test file where it is used. Review: https://reviews.apache.org/r/51808/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5bd5549e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5bd

[3/6] mesos git commit: Cleaned up `using` declarations.

2016-09-14 Thread mpark
Cleaned up `using` declarations. Review: https://reviews.apache.org/r/51149/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5ef0b083 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5ef0b083 Diff: http://git-wip-us.ap

[6/6] mesos git commit: Moved `MockSlave` into a separate header/implementation file.

2016-09-14 Thread mpark
Moved `MockSlave` into a separate header/implementation file. Review: https://reviews.apache.org/r/51148/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/686de9b0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/686de9

[2/2] mesos git commit: Cleaned up `getExecutorInfo()` function in the agent.

2016-09-14 Thread anand
Cleaned up `getExecutorInfo()` function in the agent. The code was un-necessarily nested thereby making it less readable. This change returns early if its a custom executor and then moves all the nested code for command executor out of the `if` block. Review: https://reviews.apache.org/r/51855/

[1/2] mesos git commit: Updated agent to correctly populate `CommandInfo` for default executor.

2016-09-14 Thread anand
Repository: mesos Updated Branches: refs/heads/master c42b85fa0 -> ae12bb2fe Updated agent to correctly populate `CommandInfo` for default executor. This change adds the relevant logic to ensure that agent correctly populates the command info for default executors. Since, we don't yet have the

[2/2] mesos git commit: Revert "Cleaned up `getExecutorInfo()` function in the agent."

2016-09-14 Thread anand
Revert "Cleaned up `getExecutorInfo()` function in the agent." This reverts commit fa3773b510807814631fc6febf61e55beb956ad9. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c42b85fa Tree: http://git-wip-us.apache.org/repos/as

[1/2] mesos git commit: Revert "Updated agent to correctly populate `CommandInfo` for default executor."

2016-09-14 Thread anand
Repository: mesos Updated Branches: refs/heads/master fa1050246 -> c42b85fa0 Revert "Updated agent to correctly populate `CommandInfo` for default executor." This reverts commit fa1050246fa47eef5cd57d34c6ee69d00af23422. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http:

[1/2] mesos git commit: Updated agent to correctly populate `CommandInfo` for default executor.

2016-09-14 Thread anand
Repository: mesos Updated Branches: refs/heads/master f728d537c -> fa1050246 Updated agent to correctly populate `CommandInfo` for default executor. This change adds the relevant logic to ensure that agent correctly populates the command info for default executors. Since, we don't yet have the

[2/2] mesos git commit: Cleaned up `getExecutorInfo()` function in the agent.

2016-09-14 Thread anand
Cleaned up `getExecutorInfo()` function in the agent. The code was un-necessarily nested thereby making it less readable. This change returns early if its a custom executor and then moves all the nested code for command executor out of the `if` block. Project: http://git-wip-us.apache.org/repos/

mesos git commit: Cleaned up a comment that was not accurate.

2016-09-14 Thread joris
Repository: mesos Updated Branches: refs/heads/master 0a1a79adf -> f728d537c Cleaned up a comment that was not accurate. The comment here most likely is referring to the semantics that occur at the single call site in the code base if this function returns an error. However, since the function