summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30281 Force sessions to reload after rollbackJack Mulrow2017-08-031-4/+4
* SERVER-29895 Make RollbackImpl synchronousJudah Schvimer2017-07-261-155/+78
* SERVER-29531 Handle rollbacks in SessionTransactionTableJack Mulrow2017-07-121-0/+7
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-5/+9
* fix error codesMathias Stearn2017-05-051-1/+1
* SERVER-28214 integrate RollbackCommonPointResolver into RollbackImplBenety Goh2017-05-041-7/+41
* SERVER-28214 add remoteOplogNss and maxFetcherRestarts arguments to RollbackI...Benety Goh2017-05-041-0/+4
* SERVER-28204 added Rollback interface and 3.6 implementationBenety Goh2017-03-231-0/+219