summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-34529 Rollback via recover to timestamp respects createRollbackDataFil...Judah Schvimer2018-04-191-5/+9
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-27/+139
* SERVER-33493 Have WT RTT rollback keep correct countsJudah Schvimer2018-03-291-14/+107
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-291-4/+121
* Revert "SERVER-21693 generate a summary after rollback via recover to timestamp"Kyle Suarez2018-03-291-119/+4
* SERVER-34099 Clear config version cache on rollback if neededJudah Schvimer2018-03-281-2/+10
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-281-4/+119
* SERVER-32844 Re-enable rollback waits for background indexes testWilliam Schultz2018-03-261-3/+7
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-3/+31
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-211-4/+92
* Revert "SERVER-29051 create data files during rollback via recover to timestamp"Kyle Suarez2018-03-201-92/+4
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-201-4/+92
* SERVER-33167 Reset last opTimes from oplog after performing recoverable rollbackVesselina Ratcheva2018-03-161-0/+6
* SERVER-33600 Rollback cannot set oplogTruncateAfterPoint until recoverToStabl...Judah Schvimer2018-03-141-15/+20
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-8/+8
* SERVER-33663 create parameter to control rollback data file creationKyle Suarez2018-03-071-0/+12
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-221-4/+4
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-34/+168
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-201-1/+1
* SERVER-33076 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-131-6/+40
* Revert "SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoin...Judah Schvimer2018-02-131-40/+6
* SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-131-6/+40
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-1/+1
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-251-0/+39
* Revert "SERVER-30818 Wait for all background index builds to complete before ...William Schultz2018-01-251-39/+0
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-251-0/+39
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-3/+15
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-6/+6
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-0/+6
* 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/+5
* SERVER-29899 Call recovery logic in rollbackWilliam Schultz2017-08-231-9/+37
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-2/+2
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-161-1/+22
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-101-6/+6
* Revert "SERVER-30541 Remove unnecessary rollback log message prefixes"William Schultz2017-08-091-6/+6
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-091-6/+6
* SERVER-29897 Add comment clarifying when rollback id is allowed to be increme...William Schultz2017-08-081-1/+2
* SERVER-29897 Increment the rollback id on rollbackWilliam Schultz2017-08-081-0/+7
* SERVER-29896 Write the common point to the oplogTruncateAfterPoint during rol...William Schultz2017-08-071-1/+16
* SERVER-30501 Create rollback logging componentJudah Schvimer2017-08-071-1/+1