diff --git a/src/mongo/db/repl/storage_interface_impl.cpp b/src/mongo/db/repl/storage_interface_impl.cpp index 61f9547cf7f..88546bd626d 100644 --- a/src/mongo/db/repl/storage_interface_impl.cpp +++ b/src/mongo/db/repl/storage_interface_impl.cpp @@ -898,6 +898,7 @@ Status _updateWithQuery(OperationContext* opCtx, WriteUnitOfWork wuow(opCtx); if (!ts.isNull()) { uassertStatusOK(opCtx->recoveryUnit()->setTimestamp(ts)); + opCtx->recoveryUnit()->setOrderedCommit(false); } auto planExecutorResult = mongo::getExecutorUpdate(