summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
diff options
context:
space:
mode:
authorJosef Ahmad <josef.ahmad@mongodb.com>2022-05-02 15:24:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-02 16:10:52 +0000
commit76e631755203c727392a822dd50a743813967b9a (patch)
tree9ac63b42189f170b5f0c36e285374070afbd6afc /src/mongo/db/ttl.cpp
parent671486e7ba73cfac7e769f9839de9c7be023be21 (diff)
downloadmongo-76e631755203c727392a822dd50a743813967b9a.tar.gz
SERVER-63044 Batch non-sharded user multi-doc deletes by default
Diffstat (limited to 'src/mongo/db/ttl.cpp')
-rw-r--r--src/mongo/db/ttl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/ttl.cpp b/src/mongo/db/ttl.cpp
index c632107b86a..955d6db9e92 100644
--- a/src/mongo/db/ttl.cpp
+++ b/src/mongo/db/ttl.cpp
@@ -581,8 +581,7 @@ private:
// Returns BatchedDeleteStageBatchParams pointer only if the feature flag and the server
// parameter are enabled. Due to current issues with change streams, for sharded collections,
// returns nullptr to disable batch deletion.
- // TODO: Remove exclusion of sharded collections after resolution of SERVER-64107 and
- // SERVER-65644.
+ // TODO (SERVER-66071): Remove exclusion of sharded collections.
std::unique_ptr<BatchedDeleteStageBatchParams> _getBatchedDeleteParamsIfEnabled(
const CollectionPtr& collection) {