summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_data_replication.cpp
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2022-03-09 19:06:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-09 20:52:32 +0000
commitf0b8cf638b620660d1efff0207adff32b86dc72f (patch)
tree5af491aec61792b03b9fe76d0b8d680d5c280f5b /src/mongo/db/s/resharding/resharding_data_replication.cpp
parent5f6cd9a3c69faef393b79e18b118b29f2cce0123 (diff)
downloadmongo-f0b8cf638b620660d1efff0207adff32b86dc72f.tar.gz
SERVER-63444 Make retryable findAndModify executed in internal transactions retryable across resharding
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_data_replication.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_data_replication.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/resharding/resharding_data_replication.cpp b/src/mongo/db/s/resharding/resharding_data_replication.cpp
index 647b41f643c..a5918e3ea77 100644
--- a/src/mongo/db/s/resharding/resharding_data_replication.cpp
+++ b/src/mongo/db/s/resharding/resharding_data_replication.cpp
@@ -188,6 +188,7 @@ std::vector<std::unique_ptr<ReshardingOplogApplier>> ReshardingDataReplication::
std::make_unique<ReshardingOplogApplier::Env>(
opCtx->getServiceContext(), metrics, metricsNew),
std::move(sourceId),
+ oplogBufferNss,
metadata.getTempReshardingNss(),
stashCollections,
i,