summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_oplog_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-12/+13
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-30/+29
* SERVER-74024: Shard Merge supports change stream pre-imagesChristopher Caplinger2023-04-241-0/+1
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-1/+45
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Christopher Caplinger2023-04-101-153/+68
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-04-081-68/+153
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-061-2/+0
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-45/+1
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-1/+45
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Suganthi Mani2023-03-281-88/+24
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-03-211-24/+88
* SERVER-72623 Update the comment in tenant oplog applier about the data consis...Suganthi Mani2023-03-081-2/+3
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-271-8/+9
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-261-9/+8
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-251-8/+9
* SERVER-72829: Shard Merge supports retryable writes with Change StreamsChristopher Caplinger2023-02-161-0/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+2
* SERVER-73341 Make tenant access blocker work with random stringDidier Nadeau2023-02-031-1/+2
* SERVER-71831 Ensure shard merge only copy the tenantIds providedDidier Nadeau2023-01-241-20/+21
* SERVER-72230: Ensure Shard Merge supports transactionsChristopher Caplinger2023-01-191-3/+4
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-2/+18
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-3/+3
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-081-5/+11
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-6/+12
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-6/+3
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-301-6/+2
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-3/+3
* SERVER-61145 clang fixSuganthi Mani2022-05-121-1/+1
* SERVER-61145 Shard merge protocol fetches and applies all donor oplog entries.Suganthi Mani2022-05-121-50/+103
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-3/+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-9/+9
* SERVER-63247: Use migrationId log attribute consistentlyChristopher Caplinger2022-02-241-20/+20
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-4/+1
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-1/+2
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-181-2/+2
* Revert "SERVER-61666 Fix migration for txns before startApplying"A. Jesse Jiryu Davis2021-12-151-2/+2
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-061-2/+2
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-3/+3
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-10/+12
* SERVER-58752 Persist txnRetryCounter and reload it on stepupCheahuychou Mao2021-09-081-4/+12
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-3/+8
* SERVER-57877 TenantOplogApplier operations must be interruptible on step down...Vishnu Kaushik2021-06-211-0/+8
* SERVER-57754 Tenant Oplog Applier doesn't grab the RSTL before reserving oplo...Vishnu Kaushik2021-06-171-0/+4
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-5/+11
* SERVER-57098: Reset retryable write state on the tenant migration recipient i...Lingzhi Deng2021-05-251-9/+29