diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2015-08-17 19:09:24 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2015-08-19 12:22:15 -0400 |
commit | eee8ea23ae90ccd55e8336bfb54cb7dc792fe035 (patch) | |
tree | bfd43d30ac6d5a785f08115fd4abac98e3419f01 /src/mongo/s/grid.h | |
parent | 9718ed34cd29915c81fe91f145ea3f0ef2925c64 (diff) | |
download | mongo-eee8ea23ae90ccd55e8336bfb54cb7dc792fe035.tar.gz |
SERVER-19543 Code in ForwardingCatalogManager to handle replacing the actual catalog manager.
Diffstat (limited to 'src/mongo/s/grid.h')
-rw-r--r-- | src/mongo/s/grid.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mongo/s/grid.h b/src/mongo/s/grid.h index a304ce54e7e..927c454e2e5 100644 --- a/src/mongo/s/grid.h +++ b/src/mongo/s/grid.h @@ -108,15 +108,6 @@ public: } /** - * Compares desiredMode against _catalogManager->getMode(). Returns Status::OK() if they match, - * returns ErrorCodes::IncompatibleCatalogManger if desiredMode is CSRS and the current mode is - * SCCC. If desiredMode is SCCC and current mode is CSRS returns InvalidOperation as we do not - * support downgrade. - * TODO(spencer): Support downgrade. - */ - Status checkIfCatalogNeedsSwapping(CatalogManager::ConfigServerMode desiredMode); - - /** * Clears the grid object so that it can be reused between test executions. This will not * be necessary if grid is hanging off the global ServiceContext and each test gets its * own service context. |