This is an automated email from the ASF dual-hosted git repository.
asekretenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 3a81cc9 Updated Postgres URL in CentOS 6 Dockerfile.
new 4150559 Moved failover timeout validation to stateless FrameworkInfo
validation.
new 3fcc148 Consolidated creation and validation of
`allocator::Framework` options.
new c1e7160 Added validation that offer constraints are set only for
existing roles.
The 3 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/master/master.cpp | 191 ++++++++++++++--------------
src/master/master.hpp | 13 +-
src/master/validation.cpp | 59 ++++++++-
src/master/validation.hpp | 8 ++
src/tests/master/update_framework_tests.cpp | 87 +++++++++++++
5 files changed, 253 insertions(+), 105 deletions(-)