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

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


    from ba960ed  Added a log line to `MesosContainerizer::kill()`.
     new f43d2cd  Added the `stall_timeout` parameter to `net::download()`.
     new 0d05ffc  Added `--fetcher_stall_timeout` to abort stalled artifact 
fetching.
     new 97f73a9  Enabled `--fetch_stall_timeout` in curl-based URI fetcher 
plugins.
     new d2ce21d  Added MESOS-8620 to the 1.5.2 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:
 3rdparty/stout/include/stout/net.hpp               | 19 ++++++-
 CHANGELOG                                          |  1 +
 docs/configuration/agent.md                        | 12 ++++
 include/mesos/fetcher/fetcher.proto                |  3 +
 src/launcher/fetcher.cpp                           | 40 +++++++++-----
 src/slave/constants.hpp                            |  3 +
 src/slave/containerizer/fetcher.cpp                |  3 +
 .../containerizer/mesos/provisioner/appc/store.cpp |  5 +-
 .../mesos/provisioner/docker/store.cpp             |  1 +
 src/slave/flags.cpp                                |  9 +++
 src/slave/flags.hpp                                |  1 +
 src/uri/fetchers/curl.cpp                          | 23 +++++++-
 src/uri/fetchers/curl.hpp                          | 12 +++-
 src/uri/fetchers/docker.cpp                        | 64 ++++++++++++++++------
 src/uri/fetchers/docker.hpp                        |  1 +
 15 files changed, 161 insertions(+), 36 deletions(-)

Reply via email to