diff options
author | Randolph Tan <randolph@10gen.com> | 2018-02-14 16:06:49 -0500 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2018-02-14 16:07:05 -0500 |
commit | 4d18e6908acc852c77e97df0bf169c442a9bb306 (patch) | |
tree | 6a2952866d03f080ef1eee65dce8636ee51cbe6c /src/mongo/db/keys_collection_manager.h | |
parent | 166183f97a8648c44f5b04dfa8f0716ca63f076b (diff) | |
download | mongo-4d18e6908acc852c77e97df0bf169c442a9bb306.tar.gz |
Revert "SERVER-33081 Reset KeysCollectionManager during rollback properly"
This reverts commit 14f46a166dc729b5c46a081f39511017d4aca828.
Diffstat (limited to 'src/mongo/db/keys_collection_manager.h')
-rw-r--r-- | src/mongo/db/keys_collection_manager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/keys_collection_manager.h b/src/mongo/db/keys_collection_manager.h index e0138cf2e32..5826e2228ee 100644 --- a/src/mongo/db/keys_collection_manager.h +++ b/src/mongo/db/keys_collection_manager.h @@ -173,8 +173,7 @@ private: std::shared_ptr<RefreshFunc> _doRefresh; bool _hasSeenKeys = false; - // In the process of stopping this runner. - bool _isStopping = false; + bool _inShutdown = false; }; /** |