mesos git commit: Made sure all configured shell script outputs are executable.

2018-06-25 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 00b688815 -> 4cdb0f376 Made sure all configured shell script outputs are executable. Review: https://reviews.apache.org/r/67603/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mes

mesos-site git commit: Updated the website built from mesos SHA: 00b6888.

2018-06-25 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 079a649a9 -> b44aebf6a Updated the website built from mesos SHA: 00b6888. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/b44aebf6 Tree: http://git-wip

[3/5] mesos git commit: Added a test `ROOT_CGROUPS_NestedContainerSpecificCgroupsMount`.

2018-06-25 Thread gilbert
Added a test `ROOT_CGROUPS_NestedContainerSpecificCgroupsMount`. Review: https://reviews.apache.org/r/67564/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7616c4ca Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/761

[4/5] mesos git commit: Added a test `ROOT_CGROUPS_CommandTaskSpecificCgroupsMount`.

2018-06-25 Thread gilbert
Added a test `ROOT_CGROUPS_CommandTaskSpecificCgroupsMount`. Review: https://reviews.apache.org/r/67565/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5feaad6f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5feaad6

[1/5] mesos git commit: Allowed mounts if the container is launched in a new mount namespace.

2018-06-25 Thread gilbert
Repository: mesos Updated Branches: refs/heads/master 004fb5fa2 -> 00b688815 Allowed mounts if the container is launched in a new mount namespace. Review: https://reviews.apache.org/r/67662/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos

[2/5] mesos git commit: Added container-specific cgroup FS mounts.

2018-06-25 Thread gilbert
Added container-specific cgroup FS mounts. Review: https://reviews.apache.org/r/67526/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ae90054f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ae90054f Diff: http://git

[5/5] mesos git commit: Removed an unused member variable `hierarchies` from cgroups isolator.

2018-06-25 Thread gilbert
Removed an unused member variable `hierarchies` from cgroups isolator. Review: https://reviews.apache.org/r/67673/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/00b68881 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tr

[1/2] mesos git commit: Added two tests to the stout CMake build.

2018-06-25 Thread andschwa
Repository: mesos Updated Branches: refs/heads/master 3f60c9857 -> 004fb5fa2 Added two tests to the stout CMake build. Review: https://reviews.apache.org/r/67709/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/004fb5fa T

[2/2] mesos git commit: Added `profiler_tests.cpp` to the libprocess CMake build.

2018-06-25 Thread andschwa
Added `profiler_tests.cpp` to the libprocess CMake build. Review: https://reviews.apache.org/r/67708/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/22ddf54e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/22ddf54e D

[2/2] mesos git commit: Avoided leaking file descriptors in Mesos containerizer.

2018-06-25 Thread bbannier
Avoided leaking file descriptors in Mesos containerizer. This patch explicitly closes not required file descriptors when forking a Mesos containerizer instance. We currently only pass on stdin, stout, and sterr. While it would in principle be possible to open all file descriptors with `O_CLOEXEC`

[1/2] mesos git commit: Changed default executor tests to not use pipes for synchronization.

2018-06-25 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master d22a3d701 -> 3f60c9857 Changed default executor tests to not use pipes for synchronization. Some tests of nested container functionality used pipes passed to launched tasks to detect whether a task has actually started executing the workloa

mesos git commit: Fixed formatting in libprocess `README`.

2018-06-25 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master 3228db4ac -> d22a3d701 Fixed formatting in libprocess `README`. The table columns were misaligned due to missing whitespace. Review: https://reviews.apache.org/r/67719/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: h