summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2022-11-23 16:06:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-23 16:33:06 +0000
commitd5209179dc52ac6411f8fcacb1b9405fe617d8a5 (patch)
tree917f8b89998e77aefecc7946a42db149f3e0a741 /src/mongo/s/commands/cluster_clear_jumbo_flag_cmd.cpp
parent9114c3335f84c500eb767d06b7960eeff2802a56 (diff)
downloadmongo-d5209179dc52ac6411f8fcacb1b9405fe617d8a5.tar.gz
SERVER-70382 Replace boost::none index versions with the actual index version from the catalog cache or CSR
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",