summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34110 Ignore NamespaceNotFound errors when refetching documents during...Suganthi Mani2018-05-071-1/+5
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-2/+2
* SERVER-34142: Convert background index builds to foreground during oplog reco...Daniel Gottlieb2018-04-061-1/+1
* SERVER-34290 rollback via refetch handles missing dropTarget fieldBenety Goh2018-04-041-3/+2
* SERVER-33990 Add logging around oplog truncation and reading oplog optime aft...William Schultz2018-03-211-1/+2
* SERVER-33663 create parameter to control rollback data file creationKyle Suarez2018-03-071-38/+42
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-3/+3
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-201-0/+5
* Revert "SERVER-33081 Reset KeysCollectionManager during rollback properly"Randolph Tan2018-02-141-5/+0
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-141-0/+5
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-1/+2
* SERVER-29200 add OplogEntry::getOperationToApply()Benety Goh2018-01-161-6/+4
* SERVER-32098 add renameCollectionForRollback.hbdeBenety Goh2017-12-221-18/+5
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-1/+6
* SERVER-31990 drop indexes before renaming collections in rollback via refetchJudah Schvimer2017-11-291-16/+18
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-4/+20
* SERVER-31988 RollbackViaRefetch makes CollectionImpl validator out of sync wi...Judah Schvimer2017-11-211-1/+10
* SERVER-31805 rollbackViaRefetchNoUUID resyncs uuids correctlyJudah Schvimer2017-11-141-1/+1
* SERVER-31881 set collection temp status correctly in rollbackViaRefetchJudah Schvimer2017-11-131-5/+2
* SERVER-31819 Log every oplog operation that gets rolled backWilliam Schultz2017-11-061-4/+1
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-1/+1
* SERVER-31543 rollback uses non-system temporary namespaces for working collec...Benety Goh2017-10-251-1/+1
* SERVER-31047 Rollback properly removes redundant index operationsWilliam Schultz2017-10-241-11/+39
* SERVER-31295 SERVER-31489 Allow applyOps to rollback without UUIDKatherine Walker2017-10-201-13/+34
* SERVER-31062 Added log messages before we do operations in rollbackJudah Schvimer2017-10-181-12/+34
* SERVER-31255 Prevent dropIndex rollback from failingKatherine Walker2017-10-131-1/+1
* SERVER-31062 Log every oplog entry that is going to be rolled backWilliam Schultz2017-10-101-0/+5
* SERVER-31146 Set local collection validation options correctly in rollbackWilliam Schultz2017-10-031-16/+5
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-1/+1
* Revert "SERVER-31114 Perform targeted session invalidation on direct writes t...Kaloian Manassiev2017-09-201-1/+1
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-1/+1
* SERVER-30940 make sure we never roll back behind commit pointJudah Schvimer2017-09-191-0/+3
* SERVER-30325 Cleanup the logging/retryable writes glue codeKaloian Manassiev2017-09-191-30/+26
* SERVER-30381 Remove handing for rolling back dropSource collectionsBenety Goh2017-09-061-43/+1
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-291-3/+5
* SERVER-30508 Fail rollback via refetch if transactions collection UUID is dif...Jack Mulrow2017-08-231-83/+103
* SERVER-30212 add renameOpTime argument to renameCollectionForApplyOps()Benety Goh2017-08-181-3/+3
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-171-13/+21
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-3/+3
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-3/+2
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-101-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-1/+1
* Revert "SERVER-30541 Remove unnecessary rollback log message prefixes"William Schultz2017-08-091-1/+1
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-091-1/+1
* SERVER-30501 Create rollback logging componentJudah Schvimer2017-08-071-1/+1