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 ceb1120  Used the new quota struct for the allocator recover call.
     new 244c27b  Made scheduler driver's updateFramework() require 
FrameworkInfo with ID.
     new 37891fe  Adapted UpdateFrameworkV0Test now that FrameworkID needs to 
be set.
     new 2f3899e  Added updateFramework() method to java V0 scheduler driver 
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                        |  18 ++--
 .../jni/org_apache_mesos_MesosSchedulerDriver.cpp  |  22 ++++
 .../src/org/apache/mesos/MesosSchedulerDriver.java |   2 +
 src/java/src/org/apache/mesos/SchedulerDriver.java |  25 +++++
 src/sched/sched.cpp                                |  26 +++--
 src/tests/master/update_framework_tests.cpp        | 112 +++++++++++++++++----
 6 files changed, 171 insertions(+), 34 deletions(-)

Reply via email to