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 285a1b1 Added a test that driver re-registration does not unsuppress
offers.
new 57b98ab Added scheduler driver constructors which set initial
suppressed roles.
new 7b28112 Added a test for scheduler driver registering with a
suppressed role.
new 5d27326 Added constructors with a list of suppressed roles to Java V0
bindings.
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:
include/mesos/scheduler.hpp | 19 ++++
.../jni/org_apache_mesos_MesosSchedulerDriver.cpp | 23 +++++
.../src/org/apache/mesos/MesosSchedulerDriver.java | 106 +++++++++++++++++++++
src/sched/sched.cpp | 90 ++++++++++++-----
src/tests/scheduler_driver_tests.cpp | 55 +++++++++++
5 files changed, 267 insertions(+), 26 deletions(-)