summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/periodic_sharded_index_consistency_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/periodic_sharded_index_consistency_checker.cpp')
-rw-r--r--src/mongo/db/s/periodic_sharded_index_consistency_checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/periodic_sharded_index_consistency_checker.cpp b/src/mongo/db/s/periodic_sharded_index_consistency_checker.cpp
index 831f4575c92..699d03671dd 100644
--- a/src/mongo/db/s/periodic_sharded_index_consistency_checker.cpp
+++ b/src/mongo/db/s/periodic_sharded_index_consistency_checker.cpp
@@ -141,8 +141,8 @@ void PeriodicShardedIndexConsistencyChecker::_launchShardedIndexConsistencyCheck
continue;
}
- auto request =
- uassertStatusOK(AggregationRequest::parseFromBSON(nss, aggRequestBSON));
+ auto request = uassertStatusOK(
+ aggregation_request_helper::parseFromBSON(nss, aggRequestBSON));
auto catalogCache = Grid::get(opCtx)->catalogCache();
shardVersionRetry(