From 78d116c7d4d476184807fd533f7dd736557f2607 Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Mon, 17 Aug 2020 12:55:22 +0800 Subject: [PATCH] mds: don't track change of config 'mds_replay_unsafe_with_closed_session' the option is only used when mds is recovering. Signed-off-by: "Yan, Zheng" (cherry picked from commit 3a8e22527357da1c5b701a22915288e398e7b93c) Conflicts: src/mds/MDSRank.cc - octopus does not have "mds_heartbeat_grace" in MDSRankDispatcher::get_tracked_conf_keys KEYS array --- src/common/options.cc | 2 +- src/mds/MDSRank.cc | 1 - src/mds/Server.cc | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index f76a6231494..71cdcd7f3c9 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -7831,7 +7831,7 @@ std::vector