summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2020-04-08 10:10:22 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-08 15:23:44 +0000
commit1270d99eae46ff1b81e712cefb83137eb39d90e8 (patch)
tree6092e119c65cded6672ba5369cbe62457c095efd
parent107e1da10960111b519c561efe2094ae584106e0 (diff)
downloadmongo-1270d99eae46ff1b81e712cefb83137eb39d90e8.tar.gz
SERVER-47387 Remove TODO comment for SERVER-45707
(cherry picked from commit d9b93b6a8eb645f40ee14807e97b038ce1a45d3d)
-rw-r--r--src/mongo/db/s/migration_util.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/s/migration_util.cpp b/src/mongo/db/s/migration_util.cpp
index 43ccc477243..c6ece1ae744 100644
--- a/src/mongo/db/s/migration_util.cpp
+++ b/src/mongo/db/s/migration_util.cpp
@@ -863,9 +863,6 @@ void resumeMigrationCoordinationsOnStepUp(OperationContext* opCtx) {
"coordinatorDocumentUUID"_attr = doc.getCollectionUuid());
}
- // TODO (SERVER-45707): Test that range deletion tasks are eventually
- // deleted even if the collection is dropped before migration coordination
- // is resumed.
deleteRangeDeletionTaskOnRecipient(
opCtx, doc.getRecipientShardId(), doc.getId());
deleteRangeDeletionTaskLocally(opCtx, doc.getId());