summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65819 Update existing tenant migration retryable writes oplog for shar...mathisbessamdb2022-07-071-2/+163
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64059: Fetch committed txn entries lte startApplyingDonorOpTimeChristopher Caplinger2022-03-211-4/+4
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-5/+17
* SERVER-54735 Make AsyncTry-Until loops set results to ShutdownInProgress on e...Amirsaman Memaripour2021-08-101-6/+1
* SERVER-59206 Remove the accidentally added comment line for tenant_migration_...Wenbin Zhu2021-08-101-1/+1
* SERVER-58438 Speed up tenant migration retryable write pre-fetch pipeline by ...Wenbin Zhu2021-08-091-37/+48
* SERVER-57452 Remove the sort stage in retryable write pre-fetch as oplog buff...Wenbin Zhu2021-06-091-23/+7
* SERVER-56631 Make sure retryable write pre-fetch phase can see the config.tra...Wenbin Zhu2021-06-081-12/+12
* SERVER-56644 Remove unused importsCheahuychou Mao2021-05-101-1/+0
* SERVER-56644 Create oplog views for resharding and tenant migration on startupCheahuychou Mao2021-05-101-2/+7
* SERVER-55359 pre/post image ops after startFetchingDonorOpTime should be filt...Pavi Vetriselvan2021-04-221-25/+45
* SERVER-54207 Add test coverage for interrupting tenant migration donor operat...Jason Zhang2021-04-201-0/+3
* SERVER-55530 Remove unused executor parameter from storeExternalClusterTimeKe...Jack Mulrow2021-03-261-2/+1
* SERVER-55408 Make TenantMigration{Donor|Recipient}Service's checkIfOptionsCon...Cheahuychou Mao2021-03-251-0/+22
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-4/+4
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-0/+1
* SERVER-54203 Tenant migration donor should wait for external keys to replicat...Jack Mulrow2021-03-081-2/+4
* SERVER-53513: Update config.transactions for committed transactions before st...XueruiFa2021-03-031-15/+0
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-8/+66
* SERVER-53319 Fetch retryable writes oplog entries that occurred before startF...Pavi Vetriselvan2021-02-251-0/+150
* SERVER-53511: Make committed transactions aggregation pipelineXueruiFa2021-02-251-11/+88
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-11/+2
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-111-3/+3
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-091-13/+8
* SERVER-54204 Load external validation keys with local read concernJack Mulrow2021-02-061-18/+8
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-2/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+2
* SERVER-53319 move createRetryableWritesView into tenant_migration_utilPavi Vetriselvan2021-02-041-0/+35
* SERVER-54148 Fix upsert query when writing external key docs for tenant migra...Cheahuychou Mao2021-02-011-1/+1
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-0/+112