summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-2/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-2/+2
* SERVER-29691 rolls back dropDatabase commandsJudah Schvimer2017-06-281-0/+23
* SERVER-29276 use OplogEntry class in rs_rollback.cppJudah Schvimer2017-06-231-12/+46
* SERVER-29470 Create new files for rollback code for collections without UUIDsAllison Chang2017-06-211-2/+2
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-191-7/+13
* SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang2017-06-191-20/+19
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-7/+13
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-39/+42
* SERVER-28214 OplogInterfaceMock supports overriding of operations after const...Benety Goh2017-04-281-29/+21
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-4/+4
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-231-53/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-11/+11
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-0/+139
* SERVER-27329 added unit tests for rollback() (rs_rollback.cpp)Benety Goh2017-03-081-1/+118
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-2/+2
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-081-33/+56
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-115/+116
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-7/+4
* SERVER-27282 clean up RS rollback error handlingMathias Stearn2017-01-031-65/+106
* SERVER-25860 Remove redundant operations during rollbackMathias Stearn2017-01-031-0/+55
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-0/+19
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-1/+2
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-2/+7
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-3/+5
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-7/+2
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-281-1/+1
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-281-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-33/+62
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-241-3/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+6
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-6/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+6
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-4/+9
* SERVER-18038 added placeholder test for repl storage interface and test fixtu...Benety Goh2016-04-121-19/+4
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-2/+2
* SERVER-21197 test fixes for lockFile changesAdam Midvidy2016-01-141-1/+1
* SERVER-21197 check for existence of lock file prior to opening socketsAdam Midvidy2016-01-131-0/+3
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-081-46/+1
* SERVER-22016 Support rolling back certain applyOps oplog entries in replication.Andy Schwerin2016-01-041-4/+140
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-2/+2
* SERVER-20574: Rename inMemory storage engine to ephemeralForTestGeert Bosch2015-10-131-1/+1
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-251-1/+3
* SERVER-7244 added tests for rolling back index creation and operations with n...Benety Goh2015-09-221-20/+339
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-499/+486
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-121-33/+25
* SERVER-18807 removed global lock in syncRollbackBenety Goh2015-06-091-76/+128
* SERVER-14995 Fix compile break introduced by commit-time race.Andy Schwerin2015-06-021-12/+2
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+541