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

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


    from 8d78065  Added MESOS-9144 to the 1.6.2 CHANGELOG.
     new c71206e  Fixed a backoff overflow bug in scheduler authentication 
retry logic.
     new 53dd8ff  Added a scheduler flag for max authentication timeout 
interval.
     new e19b4fe  Fixed a backoff overflow bug in agent authentication retry 
logic.
     new 6030156  Added two agent flags for min/max authentication retry 
interval.
     new 454f9fa  Added MESOS-9146 to the 1.6.2 CHANGELOG.
     new 8b4b05f  Added MESOS-9147 to the 1.6.2 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