This is an automated email from the ASF dual-hosted git repository.
josephwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 6c4ff71 Avoided waiting for 180s when test `NvidiaDockerImage` fails.
new aa75504 Added the concept of "orphaned operations" to the master.
new 32e4a40 Handle possible orphaned operations after master/agent
failover.
new 2f0ed6d Added cleanup logic for orphaned operations.
new df9be40 Handled terminal operation status updates for orphans.
new fd9d99c Added a recovery path for orphan operation.
new a0baa34 Modified when master responds to operation status updates.
new 44c439b Removed operations when removing resource providers.
new 529ec27 Accounted for possible lack of OperationID in RP responses.
new 01d4c74 Added test for tearing down frameworks while creating disks.
new 8174ccf Added test for terminal operation updates after master
failover.
The 10 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/master/constants.hpp | 7 +
src/master/master.cpp | 428 +++++++++++++++++----
src/master/master.hpp | 21 +
src/slave/slave.cpp | 13 +
.../storage_local_resource_provider_tests.cpp | 361 +++++++++++++++++
5 files changed, 751 insertions(+), 79 deletions(-)