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 558829e Added MESOS-10008 to the 1.9.1 CHANGELOG.
new 33c61a1 Supported destroying UCR container in `PROVISIONING` state.
new b592942 Improved logging in Docker store and registry puller.
The 2 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:
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 ++-
9 files changed, 287 insertions(+), 261 deletions(-)