summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_service.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74592: Remove Shard Merge path from TMRSChristopher Caplinger2023-05-031-111/+1
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Christopher Caplinger2023-04-101-0/+7
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-04-081-7/+0
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Suganthi Mani2023-03-281-5/+1
* SERVER-71466: Ensure _donorOplogBuffer is only used while holding shared ptrChristopher Caplinger2023-03-241-7/+1
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-03-211-1/+5
* SERVER-72216 Persist the decision to disk for shard merge recipientDidier Nadeau2023-02-031-2/+11
* SERVER-71263 Create RTAB at the start of merge using the tenantIdsDidier Nadeau2022-12-221-0/+7
* SERVER-69229: Drop donated files collection when marking as garbageChristopher Caplinger2022-11-231-0/+5
* SERVER-69551 Shard Merge recipient should retry opening the backup cursor if ...mathisbessamdb2022-11-011-0/+17
* Revert "SERVER-69551 Shard Merge recipient should retry opening the backup cu...mathisbessamdb2022-10-131-11/+0
* SERVER-69551 Shard Merge recipient should retry opening the backup cursor if ...mathisbessamdb2022-10-101-0/+11
* SERVER-67372 Make tenant migration recipient delete its state document in its...Sophia Tan2022-09-271-0/+13
* Revert "SERVER-67372 Make tenant migration recipient delete its state documen...Sophia Tan2022-08-221-13/+0
* SERVER-67372 Make tenant migration recipient delete its state document in its...Fernando Lisboa2022-08-191-0/+13
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _for...Fernando Lisboa2022-08-171-7/+6
* SERVER-65236 Make tenant migration donor delete its state doc in its run methodEsha Maharishi2022-08-101-6/+0
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-6/+0
* SERVER-65820: Fetch committed transactions for shard mergeChristopher Caplinger2022-07-071-2/+12
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-6/+1
* SERVER-61145 Shard merge protocol fetches and applies all donor oplog entries.Suganthi Mani2022-05-121-14/+46
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-65300 Refactor tenant migration recipient state machinery code.Suganthi Mani2022-04-261-16/+54
* SERVER-63122: Remove logical cloning procedure for shard merge protocolChristopher Caplinger2022-04-061-2/+1
* SERVER-63697 Simplify shard merge recipient coordinationA. Jesse Jiryu Davis2022-03-051-5/+17
* SERVER-61144: Finish importing donated collections on secondariesChristopher Caplinger2022-02-241-7/+0
* SERVER-61134 Recipient nodes tell primary they copied filesA. Jesse Jiryu Davis2022-02-161-7/+4
* SERVER-61133 Copy donor files to temp directory.Suganthi Mani2022-02-031-0/+7
* SERVER-61132: Keep backup cursor alive until file copy finishesChristopher Caplinger2022-01-211-2/+4
* SERVER-62293 Fix race between recipientForgetMigration cmd and TenantMigratio...Suganthi Mani2022-01-191-11/+1
* SERVER-62167: Initialize _donorFilenameBackupCursorId to 0Christopher Caplinger2022-01-121-1/+1
* SERVER-61131: Store backup cursor results and set state to 'learned filenames'Christopher Caplinger2022-01-051-4/+4
* SERVER-62185: Make backup cursor Fetcher a unique_ptr memberChristopher Caplinger2021-12-221-2/+3
* SERVER-61143 Import copied files for Shard MergeA. Jesse Jiryu Davis2021-12-171-2/+2
* SERVER-61130: Create backup cursor on donor primaryChristopher Caplinger2021-12-161-0/+14
* SERVER-59786: Prevent concurrent mergesChristopher Caplinger2021-12-021-0/+5
* SERVER-61140 Advance stable timestamp to startApplyingDonorOpTime during reci...jannaerin2021-12-021-0/+8
* SERVER-61137 Implement rollback-to-stable for shard mergeA. Jesse Jiryu Davis2021-11-221-0/+5
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-1/+3
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-091-0/+12
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-041-12/+0
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-021-0/+12
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-271-67/+0
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-251-6/+0
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-1/+4
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-231-0/+6
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-201-0/+67
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-4/+4
* SERVER-53407 Ensure tenant migrations provide causal consistency with a lagge...Jack Mulrow2021-05-171-3/+0
* SERVER-53563 Cancel tenant migrations on FCV change (recipient side)Vesselina Ratcheva2021-05-121-0/+10