You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2019/04/04 05:00:05 UTC

[mesos] branch 1.6.x updated (9784e33 -> 34ffae5)

This is an automated email from the ASF dual-hosted git repository.

jieyu pushed a change to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 9784e33  Fixed compile error with a built-in logrotate module.
     new c3fbd04  Switched to used `/proc/1/ns/pid` to test pid namespaces.
     new bd0c956  Mounted /proc properly a container shares pid namespace with its parent.
     new 34ffae5  Added MESOS-9529 to 1.6.3 CHANGELOG.

The 15399 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                                          |  1 +
 .../mesos/isolators/namespaces/pid.cpp             | 85 ++++++++++++++++------
 src/slave/containerizer/mesos/paths.cpp            | 11 +++
 src/slave/containerizer/mesos/paths.hpp            |  9 +++
 src/tests/containerizer/isolator_tests.cpp         |  4 +-
 .../nested_mesos_containerizer_tests.cpp           |  6 +-
 src/tests/default_executor_tests.cpp               |  4 +-
 7 files changed, 89 insertions(+), 31 deletions(-)