summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-03-281-0/+7
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-1/+1
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-8/+60
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-5/+4
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-4/+3
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-5/+1
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-1/+1
* SERVER-38179 Refactor RemoveSaver out of dbhelpersRandolph Tan2019-01-111-3/+4
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-3/+4
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-1/+1
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+4
* SERVER-37929 reload ShardRegistry on config servers on rollbackMisha Tyulenev2018-12-131-0/+15
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-0/+15
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-1/+1
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-3/+0
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-081-1/+3
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-4/+4
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-2/+2
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-3/+2
* SERVER-34134 Wrap rollback database operations in WriteConflictRetry loopsVesselina Ratcheva2018-06-111-1/+9
* 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