This is an automated email from the ASF dual-hosted git repository.
chhsiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from b5d884b Included corresponding header file first.
new 5a10007 Stout: Added a sync option for `write` and `rename`.
new 80fa731 Stout: Added a sync option for `mkdir`.
new 16bcf61 Synced SLRP checkpoints to the filesystem.
new 6e15ff3 Added MESOS-9281 to the 1.7.1 CHANGELOG.
new 6448d82 Fixed outdated comments for mocking the secret generator.
new 002acd7 Added a comment for `Resource.provider_id`.
The 6 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:
3rdparty/stout/include/stout/os/posix/fsync.hpp | 27 +++++-
3rdparty/stout/include/stout/os/posix/mkdir.hpp | 40 +++++++-
3rdparty/stout/include/stout/os/posix/rename.hpp | 37 +++++++-
3rdparty/stout/include/stout/os/windows/mkdir.hpp | 7 +-
3rdparty/stout/include/stout/os/windows/rename.hpp | 10 +-
3rdparty/stout/include/stout/os/write.hpp | 31 +++++--
3rdparty/stout/include/stout/protobuf.hpp | 29 +++++-
CHANGELOG | 1 +
include/mesos/mesos.proto | 1 +
include/mesos/v1/mesos.proto | 1 +
src/resource_provider/storage/provider.cpp | 102 +++++++++++++--------
src/slave/state.hpp | 34 ++++---
src/tests/cluster.cpp | 2 +-
src/tests/slave_authorization_tests.cpp | 1 -
src/tests/slave_tests.cpp | 1 -
15 files changed, 243 insertions(+), 81 deletions(-)