mesos git commit: Fixed the build caused the last commit.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master af5723034 -> 0cac9a949 Fixed the build caused the last commit. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0cac9a94 Tree:

mesos git commit: Removed 'directory' in nested container launch interface.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master bb6527029 -> af5723034 Removed 'directory' in nested container launch interface. In this patch, the containerizer launch method for nested containers should be responsible for figuring out the sandbox directory for the nested container. So

mesos git commit: Added a parent DESTROYING check for nested container launch.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 0988c0166 -> bb6527029 Added a parent DESTROYING check for nested container launch. Review: https://reviews.apache.org/r/52333/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Added HTTP/TCP health check support to the default executor.

2016-09-27 Thread anand
Added HTTP/TCP health check support to the default executor. This change adds support for health checking on the default executor. Note that command health checks are still not supported since the child container might be running in a different mount namespace than the default executor. Review:

mesos git commit: Updated agent to handle false case from nested container launch.

2016-09-27 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master e60aece7a -> b67018c4f Updated agent to handle false case from nested container launch. When the containerizer returns false from launch, it indicates that the provided `ContainerInfo` is not supported. Review:

mesos git commit: Properly handle stopped child in the 'init' process.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 31350f9d3 -> e60aece7a Properly handle stopped child in the 'init' process. We should not terminate if the child has stopped due to some signal (e.g., SIGSTOP). We only forward the signal if the child has terminated. Review:

mesos git commit: Fixed composing containerizer to handled nested containers.

2016-09-27 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 1beef7dab -> 31350f9d3 Fixed composing containerizer to handled nested containers. Made composing containerizer nesting aware so that operators can enable both mesos and docker containerizers on agents. Ofcourse docker containerizer is not

mesos git commit: Fixed port_mapping isolator unit test CGROUPS_ROOT_CleanUpOrphan.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 45a5b962b -> 1beef7dab Fixed port_mapping isolator unit test CGROUPS_ROOT_CleanUpOrphan. Review: https://reviews.apache.org/r/52320/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed unit test 'ROOT_XFS_QuotaTest.NoCheckpointRecovery'.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master ce98e142e -> 45a5b962b Fixed unit test 'ROOT_XFS_QuotaTest.NoCheckpointRecovery'. Review: https://reviews.apache.org/r/52319/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Windows: Fixed build by adding a stub for `strsignal`.

2016-09-27 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master a626a2e4f -> ce98e142e Windows: Fixed build by adding a stub for `strsignal`. Review: https://reviews.apache.org/r/52315/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Added a missing include in `sandbox_path.cpp`.

2016-09-27 Thread mpark
Added a missing include in `sandbox_path.cpp`. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a626a2e4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a626a2e4 Diff:

[1/2] mesos git commit: Fixed warnings in `numify.hpp`.

2016-09-27 Thread mpark
Repository: mesos Updated Branches: refs/heads/master d1ee9c989 -> a626a2e4f Fixed warnings in `numify.hpp`. When the template is instantiated for unsigned scalars the unary negation generates warnings. Review: https://reviews.apache.org/r/52062/ Project:

[1/2] mesos git commit: Added tests for 'volume/sandbox_path' isolator.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 288134fb7 -> d1ee9c989 Added tests for 'volume/sandbox_path' isolator. Review: https://reviews.apache.org/r/52318 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Added 'volume/sandbox_path' isolator.

2016-09-27 Thread jieyu
Added 'volume/sandbox_path' isolator. Review: https://reviews.apache.org/r/52285 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dc47b380 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/dc47b380 Diff:

mesos git commit: Revert "Added tests for the nested container launch path."

2016-09-27 Thread benh
Repository: mesos Updated Branches: refs/heads/master 5b8317511 -> 288134fb7 Revert "Added tests for the nested container launch path." This reverts commit c4e6fa06ad7be02ebbc7b1a7f2505217610d. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Support LinuxLauncher::destroy of an unknown container.

2016-09-27 Thread benh
Support LinuxLauncher::destroy of an unknown container. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5b831751 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5b831751 Diff:

[1/2] mesos git commit: Added tests for the nested container launch path.

2016-09-27 Thread benh
Repository: mesos Updated Branches: refs/heads/master d216d989c -> 5b8317511 Added tests for the nested container launch path. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c4e6fa06 Tree:

mesos git commit: Removed `CHECK` for no-existent resolv.conf for root containers.

2016-09-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master fd8fb145b -> d216d989c Removed `CHECK` for no-existent resolv.conf for root containers. Review: https://reviews.apache.org/r/52305/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Enabled the default executor tests.

2016-09-27 Thread anand
Repository: mesos Updated Branches: refs/heads/master e7552980a -> fd8fb145b Enabled the default executor tests. Now that the launcher changes have landed, we can enable all the disabled tests for the default executor. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed a memory leak in ns::clone.

2016-09-27 Thread benh
Repository: mesos Updated Branches: refs/heads/master e6530e5d1 -> e7552980a Fixed a memory leak in ns::clone. Review: https://reviews.apache.org/r/52296/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e7552980 Tree: