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

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


    from 7350752  Documented the volume mode support.
     new a56f95c  Fixed a backoff overflow bug in scheduler authentication 
retry logic.
     new 470f918  Added a scheduler flag for max authentication timeout 
interval.
     new 743eb18  Fixed a backoff overflow bug in agent authentication retry 
logic.
     new ded53cd  Added two agent flags for min/max authentication retry 
interval.
     new bf8cb1a  Added MESOS-9146 to the 1.7.0 CHANGELOG.
     new 60a28dd  Added MESOS-9147 to the 1.7.0 CHANGELOG.

The 6 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                          |  2 +
 docs/authentication.md             | 33 ++++++++++++++++
 docs/configuration/agent.md        | 37 ++++++++++++++----
 src/sched/constants.hpp            | 19 ++++-----
 src/sched/flags.hpp                | 42 +++++++++++++-------
 src/sched/sched.cpp                | 77 +++++++++++++++++--------------------
 src/slave/constants.hpp            | 15 +++++---
 src/slave/flags.cpp                | 29 ++++++++++----
 src/slave/flags.hpp                |  2 +
 src/slave/slave.cpp                | 79 ++++++++++++++++++++------------------
 src/slave/slave.hpp                |  8 +---
 src/tests/authentication_tests.cpp |  2 +-
 12 files changed, 217 insertions(+), 128 deletions(-)

Reply via email to