summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29667 Update rollback of document refetch to use UUIDsAllison Chang2017-08-031-109/+86
* SERVER-30281 Force sessions to reload after rollbackJack Mulrow2017-08-031-2/+2
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-311-90/+327
* SERVER-29665 Update rollback of collMod commands to use UUIDsAllison Chang2017-07-261-14/+19
* SERVER-29662 Make rollback of dropIndexes/createIndexes UUID compatibleAllison Chang2017-07-261-90/+258
* SERVER-30150 DropPendingCollectionReaper::rollBackDropPendingCollection() rol...Benety Goh2017-07-211-6/+5
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-5/+6
* SERVER-29633 Update rollback of createCollection commands to use UUIDsAllison Chang2017-07-171-20/+34
* SERVER-29531 Handle rollbacks in SessionTransactionTableJack Mulrow2017-07-121-0/+30
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-7/+6
* SERVER-29276 rolls back drop pending collectionsJudah Schvimer2017-06-291-2/+22
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-4/+6