This is an automated email from the ASF dual-hosted git repository.
qianzhang pushed a change to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 88697cb Added MESOS-10008 to the 1.9.1 CHANGELOG.
new ce518a4 Supported destroying UCR container in `PROVISIONING` state.
new a1c6fee Improved logging in Docker store and registry puller.
new 7b9230d Added MESOS-9964 to the 1.9.1 CHANGELOG.
The 3 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/slave/containerizer/mesos/containerizer.cpp | 15 +-
src/slave/containerizer/mesos/containerizer.hpp | 4 +-
.../mesos/provisioner/docker/registry_puller.cpp | 42 +++---
.../mesos/provisioner/docker/store.cpp | 77 ++++------
.../mesos/provisioner/provisioner.cpp | 156 +++++++++++++++------
.../mesos/provisioner/provisioner.hpp | 30 ++--
.../containerizer/mesos_containerizer_tests.cpp | 95 ++++++++++---
.../containerizer/provisioner_docker_tests.cpp | 107 --------------
src/uri/fetchers/docker.cpp | 22 ++-
10 files changed, 288 insertions(+), 261 deletions(-)