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

qianzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 6bb60a4  Reverted the changes about 
`REASON_CONTAINER_MEMORY_REQUEST_EXCEEDED`.
     new 0a9d97f  Added `cpus_soft_limit` field to `ResourceStatistics` 
protobuf message.
     new ae956f9  Updated UCR's `usage()` method to support resource limits.
     new 97dc2b0  Updated Docker containerizer by not updating resources for 
command task.
     new 929932f  Updated Docker containerizer to set Docker container's 
resource limits.
     new 95b8064  Updated Docker containerizer's `usage()` to support resource 
limits.

The 5 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:
 include/mesos/mesos.proto                          |   9 +-
 include/mesos/v1/mesos.proto                       |   9 +-
 include/mesos/values.hpp                           |   1 +
 src/common/values.cpp                              |   6 +
 src/slave/containerizer/docker.cpp                 | 350 +++++++++++++++------
 src/slave/containerizer/docker.hpp                 |  20 +-
 src/slave/containerizer/mesos/containerizer.cpp    | 119 ++++++-
 src/slave/containerizer/mesos/containerizer.hpp    |   7 +-
 .../containerizer/docker_containerizer_tests.cpp   | 182 ++---------
 src/tests/slave_recovery_tests.cpp                 |   3 +-
 src/tests/slave_tests.cpp                          |   6 +-
 11 files changed, 425 insertions(+), 287 deletions(-)

Reply via email to