This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a change to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 17582d7  Added MESOS-9334 to the 1.7.1 CHANGELOG.
     new 49fa4c7  Stout: Added a sync option for `write` and `rename`.
     new 182dd84  Stout: Added a sync option for `mkdir`.
     new d48ec80  Synced SLRP checkpoints to the filesystem.
     new 8e5286b  Added MESOS-9281 to the 1.7.1 CHANGELOG.

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:
 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 +
 src/resource_provider/storage/provider.cpp         | 102 +++++++++++++--------
 src/slave/state.hpp                                |  34 ++++---
 10 files changed, 240 insertions(+), 78 deletions(-)

Reply via email to