summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/balancer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/balancer/balancer.cpp')
-rw-r--r--src/mongo/db/s/balancer/balancer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/balancer/balancer.cpp b/src/mongo/db/s/balancer/balancer.cpp
index 75c9d5243cd..96a7f24fce9 100644
--- a/src/mongo/db/s/balancer/balancer.cpp
+++ b/src/mongo/db/s/balancer/balancer.cpp
@@ -631,7 +631,7 @@ void Balancer::_splitOrMarkJumbo(OperationContext* txn,
auto scopedCM = uassertStatusOK(ScopedChunkManager::refreshAndGet(txn, nss));
const auto cm = scopedCM.cm().get();
- auto chunk = cm->findIntersectingChunkWithSimpleCollation(txn, minKey);
+ auto chunk = cm->findIntersectingChunkWithSimpleCollation(minKey);
try {
const auto splitPoints = uassertStatusOK(shardutil::selectChunkSplitPoints(