summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/transaction_oplog_application.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ...Cheahuychou Mao2023-05-161-1/+2
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-2/+2
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-6/+1
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-7/+27
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+0
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-2/+14
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+7
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-27/+7
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-7/+0
* SERVER-73119 Update top-level prepared txn states during secondary oplog appl...Wenbin Zhu2023-03-291-115/+201
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-7/+27
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+7
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-271-107/+179
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-261-179/+107
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-251-107/+179
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+6
* SERVER-72761 Split prepareTransaction oplog entries during secondary oplog ap...Wenbin Zhu2023-01-251-3/+3
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-1/+1
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-081-15/+24
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-241-2/+2
* Revert "SERVER-62880 Use tid field to apply applyOps and transactions oplog e...auto-revert-processor2022-10-221-2/+2
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-211-2/+2
* SERVER-70764 remove unused function getPreviousOplogEntry()Benety Goh2022-10-211-14/+0
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-3/+6
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+2
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* 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-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* 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-2/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-0/+8
* SERVER-62671 Handle committing and aborting prepared retryable internal trans...Cheahuychou Mao2022-01-281-0/+9
* SERVER-61583 Add restart test for retryable internal transactions for findAnd...Cheahuychou Mao2022-01-271-6/+0
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-3/+4
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-0/+6
* SERVER-58183 Ensure that we ignore prepare conflicts when applying pr…Samy Lanka2021-09-091-0/+4
* SERVER-58752 Persist txnRetryCounter and reload it on stepupCheahuychou Mao2021-09-081-0/+9
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+2
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-2/+7
* SERVER-50486 Always interrupt multi-document transactions on step down or ste...Samy Lanka2021-01-211-0/+3
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-3/+3
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-0/+2
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-7/+7
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-1/+2