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 986ab2cc65b..cb5c1b94fde 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(aggregation_request_helper::parseFromBSON(
- nss, aggRequestBSON, boost::none, false));
+ auto request = aggregation_request_helper::parseFromBSON(
+ nss, aggRequestBSON, boost::none, false);
auto catalogCache = Grid::get(opCtx)->catalogCache();
shardVersionRetry(