This is an automated email from the ASF dual-hosted git repository. bmahler pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 751ef19 Added MESOS-9144 to the 1.4.3 CHANGELOG. new f10b0af Fixed a backoff overflow bug in scheduler authentication retry logic. new a526bd4 Added a scheduler flag for max authentication timeout interval. new ebb4e6c Fixed a backoff overflow bug in agent authentication retry logic. new 2b89556 Added two agent flags for min/max authentication retry interval. 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: 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 | 4 +- 11 files changed, 216 insertions(+), 129 deletions(-)