[3/6] mesos git commit: Fixed the container status for nested containers.

2016-11-07 Thread jieyu
Fixed the container status for nested containers. Prior to this patch, the ContainerStatus inside the TaskStatus for a task in the default executor is not correct. The agent always gets the container status of the top level container, even if the task might correspond to a nested container. This

[6/6] mesos git commit: Added ContainerStatus.container_id to JSON endpoints.

2016-11-07 Thread jieyu
Added ContainerStatus.container_id to JSON endpoints. Review: https://reviews.apache.org/r/53467 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a0309709 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a0309709 Diff:

[1/6] mesos git commit: Inlined '_status' method in MesosContainerizer as a lambda.

2016-11-07 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master c7f723bf6 -> a0309709f Inlined '_status' method in MesosContainerizer as a lambda. Review: https://reviews.apache.org/r/53463 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[5/6] mesos git commit: Added test to verify container status for nested containers.

2016-11-07 Thread jieyu
Added test to verify container status for nested containers. This patch is used to verify that container status is properly set in task status update for nested containers. Review: https://reviews.apache.org/r/53466 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/6] mesos git commit: Added ContainerID to ContainerStatus.

2016-11-07 Thread jieyu
Added ContainerID to ContainerStatus. Review: https://reviews.apache.org/r/53464 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2c0ddbaa Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2c0ddbaa Diff:

[4/6] mesos git commit: Stopped taking task_id in scheduler::SendAcknowledge action in tests.

2016-11-07 Thread jieyu
Stopped taking task_id in scheduler::SendAcknowledge action in tests. Taking task_id is not necessary because the status update itself (arg1) already has task_id in it. Review: https://reviews.apache.org/r/53561 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/3] mesos git commit: Introduce MESOS_{MAJOR|MINOR|PATCH}_VERSION_NUM macros.

2016-11-07 Thread joris
Repository: mesos Updated Branches: refs/heads/0.28.x e862b8091 -> 94b5de558 Introduce MESOS_{MAJOR|MINOR|PATCH}_VERSION_NUM macros. This makes version based conditional compiling much easier for module writers. Review: https://reviews.apache.org/r/50992/ Project:

[3/3] mesos git commit: Added MESOS-4638 and MESOS-6502 to 0.28.3 CHANGELOG.

2016-11-07 Thread joris
Added MESOS-4638 and MESOS-6502 to 0.28.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/94b5de55 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/94b5de55 Diff:

[2/3] mesos git commit: Fixed MesosNativeLibrary to use '_NUM' MESOS_VERSION macros.

2016-11-07 Thread joris
Fixed MesosNativeLibrary to use '_NUM' MESOS_VERSION macros. Review: https://reviews.apache.org/r/53270 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b0dd63ea Tree:

svn commit: r16878 - in /dev/mesos/1.0.2-rc3: ./ mesos-1.0.2.tar.gz mesos-1.0.2.tar.gz.asc mesos-1.0.2.tar.gz.md5

2016-11-07 Thread vinodkone
Author: vinodkone Date: Mon Nov 7 19:22:29 2016 New Revision: 16878 Log: Adding mesos-1.0.2-rc3. Added: dev/mesos/1.0.2-rc3/ dev/mesos/1.0.2-rc3/mesos-1.0.2.tar.gz (with props) dev/mesos/1.0.2-rc3/mesos-1.0.2.tar.gz.asc dev/mesos/1.0.2-rc3/mesos-1.0.2.tar.gz.md5 Added:

[mesos] Git Push Summary

2016-11-07 Thread vinodkone
Repository: mesos Updated Tags: refs/tags/1.0.2-rc3 [created] 94abcf7c4

mesos git commit: Fixed `DefaultExecutorTest.*` tests on hosts without Docker.

2016-11-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master f37c56f73 -> c7f723bf6 Fixed `DefaultExecutorTest.*` tests on hosts without Docker. Some of the tests are parameterized by the containerizers. Fixed the naming schema, so that the tests using the Docker containerizer run only if Docker is

mesos git commit: Fixed the 'UnregisteredFrameworksAfterTearDown' test.

2016-11-07 Thread yan
Repository: mesos Updated Branches: refs/heads/master 28c004210 -> f37c56f73 Fixed the 'UnregisteredFrameworksAfterTearDown' test. Review: https://reviews.apache.org/r/53545/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added a test to catch regressions to MESOS-4975.

2016-11-07 Thread yan
Repository: mesos Updated Branches: refs/heads/master 11b986985 -> 28c004210 Added a test to catch regressions to MESOS-4975. Review: https://reviews.apache.org/r/53501 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Properly ordered framework list in documentation.

2016-11-07 Thread tillt
Repository: mesos Updated Branches: refs/heads/master d7635434f -> 11b986985 Properly ordered framework list in documentation. Review: https://reviews.apache.org/r/53531/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed typo in a comment in hooks.hpp.

2016-11-07 Thread tillt
Repository: mesos Updated Branches: refs/heads/master b64ab6c56 -> d7635434f Fixed typo in a comment in hooks.hpp. Review: https://reviews.apache.org/r/52853/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d7635434

mesos git commit: Fixed parallel test runner for empty GTEST_FILTER.

2016-11-07 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 9cea997c8 -> b64ab6c56 Fixed parallel test runner for empty GTEST_FILTER. We need to correctly distinguish between the environment variable GTEST_FILTER being unset, and containing an empty string. In the first case we want to run all