summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29691 rolls back dropDatabase commandsJudah Schvimer2017-06-281-3/+4
* SERVER-29276 use OplogEntry class in rs_rollback.cppJudah Schvimer2017-06-231-134/+132
* SERVER-29470 Create new files for rollback code for collections without UUIDsAllison Chang2017-06-211-17/+13
* SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang2017-06-191-128/+184
* SERVER-27412: Updates the error messages for RSFatalExceptions in rs_rollback...Allison Chang2017-06-131-50/+67
* Revert "SERVER-27412: Updates the error messages for RSFatalExceptions in rs_...Nathan Myers2017-06-121-72/+54
* SERVER-27412: Updates the error messages for RSFatalExceptions in rs_rollback...Allison Chang2017-06-121-54/+72
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-17/+16
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-1/+2
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-1/+4
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-4/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-1/+4
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-3/+2
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-5/+5
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-4/+3
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-13/+7
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-8/+5
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-081-0/+87
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-081-10/+15
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-60/+60
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-2/+2
* SERVER-27050 jstest that rollback detects upstream node rolling backMathias Stearn2017-01-241-0/+15
* SERVER-27282 clean up RS rollback error handlingMathias Stearn2017-01-031-228/+115
* SERVER-25860 Remove redundant operations during rollbackMathias Stearn2017-01-031-64/+67
* SERVER-25860 Allow replication rollback to drop system collectionsMathias Stearn2017-01-031-3/+4
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-4/+17
* SERVER-26243 Allow deletion of system.views and fix/test rollbackGeert Bosch2016-11-091-1/+10
* SERVER-25145 Add jstest to ensure that we can no longer trigger double-rollback.Spencer T Brody2016-11-071-0/+14
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+6
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-20/+20
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-5/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-18/+20
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-2/+1
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-2/+3
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-1/+1
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-3/+3
* SERVER-23351 ensure applier aquires new minvalid value after rollbackEric Milkie2016-04-051-14/+2
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-3/+3
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-081-17/+0
* SERVER-22016 Support rolling back certain applyOps oplog entries in replication.Andy Schwerin2016-01-041-4/+29
* SERVER-21124 Fix typos in _syncRollback warning messagesJudah Schvimer2015-10-301-4/+4
* SERVER-21048: Stop regetting the collection in deleteObjectsMartin Bligh2015-10-211-1/+1
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-251-9/+11
* SERVER-15929 rollback should abort if we fail to write documents to remove sa...Benety Goh2015-09-241-2/+12
* SERVER-16841 limit number of open files when saving deleted and updated docum...Benety Goh2015-09-231-127/+131
* SERVER-7244 when rolling back index creation operations, prefer dropping inde...Benety Goh2015-09-221-4/+86