This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 6c2a94c Added `SlaveOptions` for wrapping all parameters of
`StartSlave`.
new a8050ca Separated handling offer validation failure from handling
success.
new 7eb21c4 Moved `removeOffers()` from `Master::accept()` into
`Master::_accept()`.
new c20469e Moved setting expectation for recoverResources() to a proper
place.
new 927b012 Replaced removeOffer + recoverResources pairs with
specialized helpers.
The 4 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/http.cpp | 8 +-
src/master/master.cpp | 320 ++++++++++++++-----------------
src/master/master.hpp | 20 +-
src/master/quota_handler.cpp | 20 +-
src/master/weights_handler.cpp | 8 +-
src/tests/master_authorization_tests.cpp | 30 +--
6 files changed, 177 insertions(+), 229 deletions(-)