summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_local.cpp
diff options
context:
space:
mode:
authorJordi Serra Torrens <jordi.serra-torrens@mongodb.com>2021-03-09 15:21:30 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-09 17:00:14 +0000
commite85a000b214e73783b406dadfb229cde21f3e8c5 (patch)
tree28b07249875a7d1213f392c1eb82d27fe9bbd9fa /src/mongo/db/s/shard_local.cpp
parent144e0d0f355dd5ec13a1aa135a1f59a90d234aa5 (diff)
downloadmongo-e85a000b214e73783b406dadfb229cde21f3e8c5.tar.gz
Revert "SERVER-54874: Ensure reading consistent config.collections and config.chunks when refreshing the CatalogCache"
This reverts commit dc009c5a8d484f6a0db2f357274e14e30ea9f476.
Diffstat (limited to 'src/mongo/db/s/shard_local.cpp')
-rw-r--r--src/mongo/db/s/shard_local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/shard_local.cpp b/src/mongo/db/s/shard_local.cpp
index 0682de41695..94429958639 100644
--- a/src/mongo/db/s/shard_local.cpp
+++ b/src/mongo/db/s/shard_local.cpp
@@ -216,7 +216,7 @@ void ShardLocal::runFireAndForgetCommand(OperationContext* opCtx,
Status ShardLocal::runAggregation(OperationContext* opCtx,
const AggregateCommand& aggRequest,
std::function<bool(const std::vector<BSONObj>& batch)> callback) {
- return _rsLocalClient.runAggregation(opCtx, aggRequest, callback);
+ MONGO_UNREACHABLE;
}
} // namespace mongo