summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60096: Add rollbackHangCommonPointBeforeReplCommitPoint failpoint to RVRXueruiFa2021-10-141-4/+5
* SERVER-58122 Replace searching logs for invariant failure with failpoint usag...ali-mir2021-09-171-0/+8
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-05-101-3/+3
* SERVER-48179 Allow transition to SECONDARY at the end of rollback even it was...Wenbin Zhu2021-03-181-1/+5
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2021-02-221-7/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-1/+1
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-141-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-271-154/+133
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-261-22/+21
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-251-2/+1
* SERVER-46558 Abort index builds only after transitioning to rollback and when...Louis Williams2020-03-181-18/+12
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-62/+52
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-2/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-109/+239
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-33/+6
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-1/+0
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-0/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-6/+3
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+0
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-161-5/+10
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+2
* SERVER-43190 rollback should ignore no-op abortIndexBuildBenety Goh2019-09-101-1/+3
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-28/+19
* SERVER-43025 rollback ignores startIndexBuildBenety Goh2019-08-301-2/+3
* SERVER-42762 rollback to timestamp ignores commitIndexBuildBenety Goh2019-08-151-0/+3
* SERVER-42639 Rollback should use the collection UUID and not its name to crea...Gregory Wlodarek2019-08-081-3/+3
* SERVER-42563 Rename and remove try...catch around rollback critical sectionJudah Schvimer2019-08-061-26/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-22/+17
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-121-17/+27
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-231-1/+0
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-1/+0
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-1/+1
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-40641 Ensure TTL gets interrupted by rollbackGregory Wlodarek2019-05-171-4/+2
* SERVER-41035 Rollback should kill all user operations before taking RSTL lock...Judah Schvimer2019-05-171-1/+47
* SERVER-40566 fix fast count when rolling back a large prepared transactionBenety Goh2019-05-161-20/+9
* SERVER-40566 fix fast count when rolling back a large unprepared transactionBenety Goh2019-05-161-1/+14
* SERVER-40566 add RollbackImpl::_processRollbackOpForApplyOps()Benety Goh2019-05-161-13/+23
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-2/+2
* SERVER-40614 Make rollback errors fatal between aborting and reconstructing p...Vesselina Ratcheva2019-05-091-133/+116
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-12/+12
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-11/+12
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-1/+2
* SERVER-40674 Record all transaction operations as single entry applyOps on pr...Jason Chan2019-04-261-1/+2
* SERVER-40322 Prevent unnecessary prepare conflicts when writing out rollback ...Vesselina Ratcheva2019-04-221-11/+15
* SERVER-39791 Reconstruct prepared transactions from new oplog format on rollbackMatthew Russotto2019-04-161-0/+1