We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3b167 commit 0113f9eCopy full SHA for 0113f9e
src/mongo/s/d_migrate.cpp
@@ -2197,7 +2197,7 @@ namespace mongo {
2197
_clonedBytes += docToClone.objsize();
2198
}
2199
2200
- if (writeConcern.shouldWaitForOtherNodes() && thisTime > 0) {
+ if (writeConcern.shouldWaitForOtherNodes()) {
2201
repl::ReplicationCoordinator::StatusAndDuration replStatus =
2202
repl::getGlobalReplicationCoordinator()->awaitReplication(
2203
txn,
0 commit comments