-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
Replication
(This is just an optimization ticket)
Currently there are many places in instance task where it wait for an opTime to be majority replicated(like here). These waits are interrupted only during node step down but if TenantMigrationRecipientService::Instance::interrupt() gets called due to some oplog fetcher error, recipient shutdown or on receive recipientForgetMigration cmd, the opTime wait steps aren't interrupted.
- related to
-
SERVER-53389 TenantMigration{Donor, Recipient}Service should use it's base PrimaryOnlyService's cancelation source to pass tokens in calls to WaitForMajorityService::waitUntilMajority
- Backlog