summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-6/+5
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-2/+1
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-7/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+18
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-3/+3
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-5/+5
* SERVER-44938 Primaries will run applyOps with inner operations that have a 't...Samyukta Lanka2019-12-061-37/+24
* SERVER-37260 Fix unchecked status in replication_coordinator_test_fixture.cpp...Ali Mir2019-10-211-1/+1
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-16/+19
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-1/+2
* SERVER-42563 Rename and remove try...catch around rollback critical sectionJudah Schvimer2019-08-061-2/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-65/+27
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-121-5/+31
* 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