summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-4/+2
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-2/+2
* SERVER-41035 Rollback should kill all user operations before taking RSTL lock...Judah Schvimer2019-05-171-0/+46
* SERVER-40566 fix fast count when rolling back a large unprepared transactionBenety Goh2019-05-161-3/+1
* SERVER-40566 add test cases for rolling back unprepared transactionsBenety Goh2019-05-161-0/+118
* SERVER-40614 Make rollback errors fatal between aborting and reconstructing p...Vesselina Ratcheva2019-05-091-78/+63
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-4/+5
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-3/+2
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-5/+1
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and suppo...Samy Lanka2019-04-031-27/+0
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-3/+0
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-28/+27
* SERVER-38800 rollback fixes collection counts using o2 fields of drop and ren...Benety Goh2019-01-091-4/+7
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-3/+3
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-4/+6
* SERVER-36493 invalidate in-memory state of prepared txns on repl rollbackPavi Vetriselvan2018-12-101-0/+29
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-2/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+1
* SERVER-35584 Increase rollback time limit to one daySpencer T Brody2018-06-131-4/+4
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-0/+53
* SERVER-33493 Have WT RTT rollback keep correct countsJudah Schvimer2018-03-291-53/+238
* SERVER-34099 Clear config version cache on rollback if neededJudah Schvimer2018-03-281-1/+54
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-2/+3
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-211-49/+696
* Revert "SERVER-29051 create data files during rollback via recover to timestamp"Kyle Suarez2018-03-201-696/+49
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-201-49/+696
* SERVER-33167 Reset last opTimes from oplog after performing recoverable rollbackVesselina Ratcheva2018-03-161-0/+33
* SERVER-33600 Rollback cannot set oplogTruncateAfterPoint until recoverToStabl...Judah Schvimer2018-03-141-73/+134
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-12/+28
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-221-0/+20
* SERVER-29933 Fix argument type in rollback_impl_testWilliam Schultz2018-02-211-3/+3
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-20/+443
* SERVER-33076 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-131-17/+35
* Revert "SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoin...Judah Schvimer2018-02-131-35/+17
* SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-131-17/+35
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-131-2/+2
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-4/+4
* SERVER-29899 Call recovery logic in rollbackWilliam Schultz2017-08-231-3/+50
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-2/+2
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-161-2/+109
* SERVER-29897 Increment the rollback id on rollbackWilliam Schultz2017-08-081-0/+32
* SERVER-29896 Write the common point to the oplogTruncateAfterPoint during rol...William Schultz2017-08-071-2/+17
* SERVER-29895 Make RollbackImpl synchronousJudah Schvimer2017-07-261-336/+86
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-3/+3