You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2019/04/23 23:10:32 UTC

[mesos] branch 1.8.x updated (f5920ad -> ac6ab14)

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

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


    from f5920ad  Added 1.8.0 allocator performance improvements to the CHANGELOG.
     new 356ff6e  Enabled construction of `ResourceQuantities` from `Resources`.
     new ac6ab14  Ensured that task groups do not specify overlapping ranges or sets.

The 16962 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/common/resource_quantities.cpp      | 39 ++++++++++++++++++++++++++++++
 src/common/resource_quantities.hpp      |  7 ++++++
 src/master/validation.cpp               | 43 +++++++++++++++++++++++++++++++++
 src/master/validation.hpp               |  5 ++++
 src/tests/resource_quantities_tests.cpp | 18 ++++++++++++++
 5 files changed, 112 insertions(+)