summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_oplog_batcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72502 Implement OplogBatcher changes for parallelizing prepared transa...Wenbin Zhu2023-04-051-1/+14
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-1/+1
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-301-2/+1
* SERVER-61145 Shard merge protocol fetches and applies all donor oplog entries.Suganthi Mani2022-05-121-2/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-181-2/+8
* Revert "SERVER-61666 Fix migration for txns before startApplying"A. Jesse Jiryu Davis2021-12-151-8/+2
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-061-2/+8
* SERVER-58142: TenantOplogBatcher should transition to complete when the next ...Lingzhi Deng2021-06-291-0/+5
* SERVER-55353: Ignore pre/post image when tenant oplog batcher can't find oneLingzhi Deng2021-04-281-3/+15
* SERVER-53510 Handle preImage and postImage for retryable writesMatthew Russotto2021-03-171-0/+25
* SERVER-54509: TenantOplogBatcher should transition to complete when it fails ...Lingzhi Deng2021-02-121-0/+5
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-261-2/+25
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-52934 Tenant oplog applier may not notify the waiters in TenantOplogAp...Suganthi Mani2020-12-021-7/+13
* SERVER-49779 Create a log component for tenant migrationsJudah Schvimer2020-08-271-1/+1
* SERVER-48856 Implement migration oplog batcher classMatthew Russotto2020-07-281-0/+218