summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-1/+2
* Revert "SERVER-67372 Make tenant migration recipient delete its state documen...Sophia Tan2022-08-221-52/+10
* SERVER-67372 Make tenant migration recipient delete its state document in its...Fernando Lisboa2022-08-191-10/+52
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _for...Fernando Lisboa2022-08-171-6/+7
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-151-6/+22
* SERVER-65236 Make tenant migration donor delete its state doc in its run methodEsha Maharishi2022-08-101-30/+0
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-3/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+5
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-6/+5
* SERVER-66595 remove calls to getGlobalServiceContext in POS derived classesTyler Brock2022-07-251-9/+9
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-28/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65819 Update existing tenant migration retryable writes oplog for shar...mathisbessamdb2022-07-071-6/+12
* SERVER-65820: Fetch committed transactions for shard mergeChristopher Caplinger2022-07-071-11/+44
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-11/+11
* SERVER-67342 Tenant migration oplog buffer should be started by holding the R...Suganthi Mani2022-06-171-3/+16
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-071-1/+1
* SERVER-61145 Shard merge protocol fetches and applies all donor oplog entries.Suganthi Mani2022-05-121-155/+188
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65300 Refactor tenant migration recipient state machinery code.Suganthi Mani2022-04-261-343/+344
* 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