summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55305 Add new step to replication rollback to restore the txns table t...Jason Chan2021-05-041-0/+11
* SERVER-48440 Fixed Windows compilation for Visual Studio 2019 version 16.6.0 ...Marcos José Grillo Ramírez2020-05-281-1/+1
* Revert "SERVER-47982 Fixed Windows compilation for Visual Studio 2019 version...Marcos José Grillo Ramírez2020-05-281-1/+1
* SERVER-47982 Fixed Windows compilation for Visual Studio 2019 version 16.6.0Marcos José Grillo Ramírez2020-05-281-1/+1
* SERVER-46558 Abort index builds only after transitioning to rollback and when...Louis Williams2020-03-181-2/+2
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-1/+1
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-7/+0
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-161-0/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-42563 Rename and remove try...catch around rollback critical sectionJudah Schvimer2019-08-061-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-121-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40566 add RollbackImpl::_processRollbackOpForApplyOps()Benety Goh2019-05-161-0/+6
* SERVER-40614 Make rollback errors fatal between aborting and reconstructing p...Vesselina Ratcheva2019-05-091-1/+19
* SERVER-40482 SERVER-40517 Fix fastcount algorithm for rollback of prepared tr...Louis Williams2019-04-121-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38800 rollback fixes collection counts using o2 fields of drop and ren...Benety Goh2019-01-091-0/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35584 Increase rollback time limit to one daySpencer T Brody2018-06-131-26/+0
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-0/+42
* SERVER-33493 Have WT RTT rollback keep correct countsJudah Schvimer2018-03-291-14/+37
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-291-0/+57
* Revert "SERVER-21693 generate a summary after rollback via recover to timestamp"Kyle Suarez2018-03-291-57/+0
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-281-0/+57
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-0/+5
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-211-11/+72
* Revert "SERVER-29051 create data files during rollback via recover to timestamp"Kyle Suarez2018-03-201-72/+11
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-201-11/+72
* SERVER-33600 Rollback cannot set oplogTruncateAfterPoint until recoverToStabl...Judah Schvimer2018-03-141-12/+17
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-3/+4
* SERVER-33663 create parameter to control rollback data file creationKyle Suarez2018-03-071-0/+6
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-221-0/+4
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-12/+36
* SERVER-33076 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-131-1/+9
* Revert "SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoin...Judah Schvimer2018-02-131-9/+1
* SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-131-1/+9
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-251-0/+15
* Revert "SERVER-30818 Wait for all background index builds to complete before ...William Schultz2018-01-251-15/+0
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-251-0/+15
* SERVER-29899 Call recovery logic in rollbackWilliam Schultz2017-08-231-4/+25
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-161-0/+7
* SERVER-29896 Write the common point to the oplogTruncateAfterPoint during rol...William Schultz2017-08-071-0/+7
* SERVER-30281 Force sessions to reload after rollbackJack Mulrow2017-08-031-3/+3
* SERVER-29895 Make RollbackImpl synchronousJudah Schvimer2017-07-261-154/+71
* SERVER-29531 Handle rollbacks in SessionTransactionTableJack Mulrow2017-07-121-0/+10
* SERVER-28214 integrate RollbackCommonPointResolver into RollbackImplBenety Goh2017-05-041-0/+21
* SERVER-28214 add remoteOplogNss and maxFetcherRestarts arguments to RollbackI...Benety Goh2017-05-041-0/+8
* SERVER-28214 add RollbackImpl::ListenerBenety Goh2017-05-031-0/+6
* SERVER-28204 added Rollback interface and 3.6 implementationBenety Goh2017-03-231-0/+246