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 7e160a3 Added test to verify that Docker executor can override kill
policy.
new 6687817 Moved default constants for CSI RPC retry to a new header.
new 61eaef0 Added `reconciliation_interval_seconds` for storage resource
providers.
The 2 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:
include/mesos/mesos.proto | 6 ++++
include/mesos/v1/mesos.proto | 6 ++++
src/Makefile.am | 4 ++-
src/csi/{metrics.hpp => constants.hpp} | 32 +++++++++-------------
src/csi/v0_volume_manager.cpp | 5 ++--
src/csi/v0_volume_manager_process.hpp | 11 --------
src/csi/v1_volume_manager.cpp | 5 ++--
src/csi/v1_volume_manager_process.hpp | 11 --------
.../constants.hpp} | 13 +++++----
.../storage_local_resource_provider_tests.cpp | 9 +++---
10 files changed, 46 insertions(+), 56 deletions(-)
copy src/csi/{metrics.hpp => constants.hpp} (55%)
copy src/{common/kernel_version.hpp => resource_provider/constants.hpp} (73%)