This is an automated email from the ASF dual-hosted git repository.
grag pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 20f9702 Added Benno Evers to the committers list.
new e03b8e3 Changed operation reconciliation to send updates on the event
stream.
new b88828e Added test for reconciliation of multiple operations.
new 4580834 Updated operation feedback documentation.
The 16816 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:
docs/reconciliation.md | 15 +-
docs/scheduler-http-api.md | 22 +-
include/mesos/scheduler/scheduler.proto | 11 +-
include/mesos/v1/scheduler/scheduler.proto | 18 +-
src/master/http.cpp | 19 +-
src/master/master.cpp | 57 ++-
src/master/master.hpp | 4 +-
src/tests/operation_reconciliation_tests.cpp | 512 +++++++++++++--------
.../storage_local_resource_provider_tests.cpp | 26 +-
9 files changed, 407 insertions(+), 277 deletions(-)