summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_oplog_applier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_oplog_applier.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_oplog_applier.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/s/resharding/resharding_oplog_applier.cpp b/src/mongo/db/s/resharding/resharding_oplog_applier.cpp
index 51632cb40cc..b81e262d0a3 100644
--- a/src/mongo/db/s/resharding/resharding_oplog_applier.cpp
+++ b/src/mongo/db/s/resharding/resharding_oplog_applier.cpp
@@ -197,12 +197,6 @@ SemiFuture<void> ReshardingOplogApplier::run(
auto client =
cc().getServiceContext()->makeClient("ReshardingOplogApplierCleanupClient");
- // TODO(SERVER-74658): Please revisit if this thread could be made killable.
- {
- stdx::lock_guard<Client> lk(*client.get());
- client.get()->setSystemOperationUnkillableByStepdown(lk);
- }
-
AlternativeClientRegion acr(client);
auto opCtx = cc().makeOperationContext();