summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/bulk_write.cpp
diff options
context:
space:
mode:
authorseanzimm <sean.zimmerman@mongodb.com>2023-04-17 18:23:27 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-17 19:05:13 +0000
commitdc9d761b07c985ee5529c13e33a8fdf7d336502d (patch)
tree7a38731687a0e492d52f320ac6a28d5b68f268a9 /src/mongo/db/commands/bulk_write.cpp
parentff5e8a16decf26e412ed06261ec92d3bafe82a63 (diff)
downloadmongo-dc9d761b07c985ee5529c13e33a8fdf7d336502d.tar.gz
SERVER-76104: Remove TODO from closed ticket
Diffstat (limited to 'src/mongo/db/commands/bulk_write.cpp')
-rw-r--r--src/mongo/db/commands/bulk_write.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/bulk_write.cpp b/src/mongo/db/commands/bulk_write.cpp
index e37a5dc04fe..a60240b36e1 100644
--- a/src/mongo/db/commands/bulk_write.cpp
+++ b/src/mongo/db/commands/bulk_write.cpp
@@ -166,7 +166,6 @@ public:
const NamespaceInfoEntry& nsInfo,
const BSONObj& op) {
// If this is a different namespace we have to flush the current batch.
- // TODO SERVER-72682 refactor insertBatchAndHandleErrors to batch across namespaces.
if (_isDifferentFromSavedNamespace(nsInfo)) {
// Write the current batch since we have a different namespace to process.
if (!flush(opCtx)) {