This is an automated email from the ASF dual-hosted git repository.
josephwu pushed a change to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 7b35929 Fixed indentation for 1.6.3 CHANGELOG.
new a6dc0ba Exposed `memfd_create` syscall via `memfd::create` function.
new 589a713 Store `logrotate` config in memfd file instead of container's
sandbox.
new 6db6752 Modified `LOGROTATE_CustomRotateOptions` test after memfd
change.
new 3897e09 Added MESOS-9564 to the 1.6.3 CHANGELOG.
The 4 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 +
src/linux/memfd.cpp | 12 +--
src/linux/memfd.hpp | 12 +++
src/slave/container_loggers/logrotate.cpp | 155 +++++++++++++++++++++++-------
src/tests/container_logger_tests.cpp | 60 ++++++++++--
5 files changed, 187 insertions(+), 53 deletions(-)