summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63122: Remove logical cloning procedure for shard merge protocolChristopher Caplinger2022-04-061-53/+61
* SERVER-64059: Fetch committed txn entries lte startApplyingDonorOpTimeChristopher Caplinger2022-03-211-4/+4
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-1/+7
* SERVER-63697 Simplify shard merge recipient coordinationA. Jesse Jiryu Davis2022-03-051-71/+81
* SERVER-64098: Ensure backup cursor file fetcher cannot throw exceptionsChristopher Caplinger2022-03-021-85/+87
* SERVER-61144: Finish importing donated collections on secondariesChristopher Caplinger2022-02-241-91/+41
* SERVER-61134 Recipient nodes tell primary they copied filesA. Jesse Jiryu Davis2022-02-161-45/+36
* SERVER-63237 Use error code name for transient backup cursor failureMatthew Russotto2022-02-041-5/+4
* SERVER-61133 Copy donor files to temp directory.Suganthi Mani2022-02-031-70/+106
* SERVER-62394: Follow-up work for SERVER-61131Christopher Caplinger2022-01-271-29/+31
* SERVER-62882: Move Recipient Service opctx creation outside of lockChristopher Caplinger2022-01-241-6/+5
* SERVER-62883: Unlock Recipient Service mutex before deleting stateChristopher Caplinger2022-01-211-0/+2
* SERVER-61132: Keep backup cursor alive until file copy finishesChristopher Caplinger2022-01-211-43/+74
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-4/+1
* SERVER-62293 Fix race between recipientForgetMigration cmd and TenantMigratio...Suganthi Mani2022-01-191-14/+25
* SERVER-61131: Store backup cursor results and set state to 'learned filenames'Christopher Caplinger2022-01-051-45/+81
* SERVER-62185: Make backup cursor Fetcher a unique_ptr memberChristopher Caplinger2021-12-221-26/+37
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-4/+2
* SERVER-61143 Import copied files for Shard MergeA. Jesse Jiryu Davis2021-12-171-11/+16
* SERVER-61130: Create backup cursor on donor primaryChristopher Caplinger2021-12-161-6/+204
* SERVER-59786: Prevent concurrent mergesChristopher Caplinger2021-12-021-1/+25
* SERVER-61140 Advance stable timestamp to startApplyingDonorOpTime during reci...jannaerin2021-12-021-0/+70
* SERVER-61128 voteCommitMigrationProgress commandA. Jesse Jiryu Davis2021-11-291-0/+11
* SERVER-61720 Use tmp dir in dbpath for shard mergeA. Jesse Jiryu Davis2021-11-241-6/+12
* SERVER-61137 Implement rollback-to-stable for shard mergeA. Jesse Jiryu Davis2021-11-221-0/+30
* SERVER-61565 Data race in TenantMigrationRecipientServiceA. Jesse Jiryu Davis2021-11-181-14/+27
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-1/+5
* SERVER-61376 Export the JournalListener via DataReplicatorExternalStateMatthew Russotto2021-11-111-0/+4
* SERVER-60969 Race in tenant migration state machine, try 2A. Jesse Jiryu Davis2021-11-111-8/+23
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-20/+17
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-091-7/+52
* Revert "SERVER-60969 Race in tenant migration state machine"A. Jesse Jiryu Davis2021-11-051-12/+3
* SERVER-60969 Race in tenant migration state machineA. Jesse Jiryu Davis2021-11-051-3/+12
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-041-52/+7
* SERVER-61213 Reconfiguration changes crash during File Copy Based Initial SyncMatthew Russotto2021-11-041-0/+8
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-6/+11
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-021-7/+52
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-271-54/+25
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-251-6/+1
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-1/+4
* SERVER-60782: ThreadPool::waitForIdle should not be called concurrently with ...Lingzhi Deng2021-10-251-3/+4
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-231-1/+6
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-201-25/+54
* SERVER-58752 Persist txnRetryCounter and reload it on stepupCheahuychou Mao2021-09-081-3/+9
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-1/+3
* SERVER-59413 Make sure tenant_migration_fetch_committed_transactions_retry.js...Jason Chan2021-08-241-2/+7
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+6
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-1/+2
* SERVER-54735 Make AsyncTry-Until loops set results to ShutdownInProgress on e...Amirsaman Memaripour2021-08-101-7/+0