-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.6.2
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
v3.6
-
Sharding 2018-02-26
-
0
Resetting the `LogicalTimeValidator` calls stopMonitoring/startMonitoring on the underlying KeyManager. These translate to calls to `PeriodicRunner::stop` and `PeriodicRunner::start`. However, the `_inShutdown` flag gets set which causes the restart to invariant.
- is depended on by
-
SERVER-29213 Have KVWiredTigerEngine implement StorageEngine::recoverToStableTimestamp
- Closed