You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2019/05/22 18:52:52 UTC

[mesos] branch master updated (c186625 -> 128ebec)

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 c186625  Fixed comment to reflect the existence of sorters other than DRF.
     add 501b3e5  Made framework:: validateUpdate prevent user and checkpoint changes.
     add 128ebec  Simplified the Framework::update() method.

No new revisions were added by this update.

Summary of changes:
 src/master/framework.cpp              | 78 +++++------------------------------
 src/master/master.cpp                 | 59 +++++++++++++++-----------
 src/master/master.hpp                 |  4 +-
 src/master/validation.cpp             | 39 +++++++++++++++++-
 src/master/validation.hpp             | 16 +++++--
 src/tests/master_validation_tests.cpp |  8 +---
 6 files changed, 100 insertions(+), 104 deletions(-)