summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp b/src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp
index bf3a2017da2..20d8645fac4 100644
--- a/src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp
+++ b/src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp
@@ -75,8 +75,8 @@ public:
void run(OperationContext* opCtx, rpc::ReplyBuilderInterface* result) override {
const auto cm = uassertStatusOK(
- Grid::get(opCtx)->catalogCache()->getShardedCollectionRoutingInfoWithRefresh(opCtx,
- ns()));
+ Grid::get(opCtx)->catalogCache()->getShardedCollectionPlacementInfoWithRefresh(
+ opCtx, ns()));
uassert(ErrorCodes::InvalidOptions,
"bounds can only have exactly 2 elements",