summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache_loader.h
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2017-07-07 21:17:25 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2017-07-07 21:17:25 -0400
commit096951f7bc0b7f9cc8d3b6e3334fc74c101fb9c1 (patch)
treed3cebb32d83d6071bc0ea5d1c10ac89be5c29c5a /src/mongo/s/catalog_cache_loader.h
parent5fc85a7f11af598d523b4a1337d8eec626e869ea (diff)
downloadmongo-096951f7bc0b7f9cc8d3b6e3334fc74c101fb9c1.tar.gz
Revert "SERVER-29745 after a successful migration, ensure the metadata update is persisted before range deletion is schedule"
This reverts commit 344bf6e257e1427bc594bacac3f5983c2bdeaacf.
Diffstat (limited to 'src/mongo/s/catalog_cache_loader.h')
-rw-r--r--src/mongo/s/catalog_cache_loader.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/s/catalog_cache_loader.h b/src/mongo/s/catalog_cache_loader.h
index 3257cb8fbc5..7405d225d5b 100644
--- a/src/mongo/s/catalog_cache_loader.h
+++ b/src/mongo/s/catalog_cache_loader.h
@@ -96,13 +96,6 @@ public:
const ChunkVersion& version) = 0;
/**
- * Waits for the persisted collection version to be GTE to 'version', or an epoch change.
- */
- virtual Status waitForCollectionVersion(OperationContext* opCtx,
- const NamespaceString& nss,
- const ChunkVersion& version) = 0;
-
- /**
* Non-blocking call, which requests the chunks changed since the specified version to be
* fetched from the persistent metadata store and invokes the callback function with the result.
* The callback function must never throw - it is a fatal error to do so.