Skip to content

Commit e15fdef

Browse files
brad-cater-mongodbMongoDB Bot
authored andcommitted
SERVER-99000 Replace a closed TODO ticket with its unclosed duplicate. (#31977)
GitOrigin-RevId: cb8ad91
1 parent a1ad7c6 commit e15fdef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

jstests/core/query/find_with_resume_after_param.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function testResumeAfter(validateFunction) {
253253
}
254254

255255
testResumeAfter(validateFailedResumeAfterInFind);
256-
// TODO(SERVER-77873): remove "featureFlagReshardingImprovements"
256+
// TODO(SERVER-67712): remove "featureFlagReshardingImprovements"
257257
if (FeatureFlagUtil.isPresentAndEnabled(db, "ReshardingImprovements")) {
258258
testResumeAfter(validateFailedResumeAfterInAggregate);
259259
}

jstests/multiVersion/genericSetFCVUsage/upgrade_downgrade_sharded_cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function checkConfigAndShardsFCV(expectedFCV) {
6868
}
6969
}
7070

71-
// TODO(SERVER-77873): Remove checkReshardingActiveIndex; once the feature flag is removed the
71+
// TODO(SERVER-67712): Remove checkReshardingActiveIndex; once the feature flag is removed the
7272
// check will be incorrect.
7373
function checkReshardingActiveIndex() {
7474
const getActiveIndex = (node) => {

src/mongo/db/s/resharding/coordinator_document.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ structs:
133133
optional: true
134134
active:
135135
type: bool
136-
# TODO(SERVER-77873): Deprecated by the resharding improvements project, and should
136+
# TODO(SERVER-67712): Deprecated by the resharding improvements project, and should
137137
# be removed with that feature flag.
138138
description: >-
139139
Dummy field that always has the same value (true) to have a unique

src/mongo/db/s/resharding/resharding_collection_cloner.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ReshardingCollectionCloner {
116116
ShardId donorShard,
117117
HostAndPort donorHost,
118118
BSONObj resumeToken,
119-
// TODO(SERVER-77873): remove the useNaturalOrderCloner parameter.
119+
// TODO(SERVER-67712): remove the useNaturalOrderCloner parameter.
120120
bool useNaturalOrderCloner);
121121

122122
/**
@@ -128,7 +128,7 @@ class ReshardingCollectionCloner {
128128
ShardId donorShard,
129129
HostAndPort donorHost,
130130
BSONObj resumeToken,
131-
// TODO(SERVER-77873): remove the useNaturalOrderCloner parameter.
131+
// TODO(SERVER-67712): remove the useNaturalOrderCloner parameter.
132132
bool useNaturalOrderCloner);
133133

134134
private:

0 commit comments

Comments
 (0)