summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7244 disallow rollback of ops (with the exception of system.indexes) w...Benety Goh2015-09-221-3/+8
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-2/+2
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+2
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-2/+2
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-1/+1
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-281-3/+3
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-281-3/+3
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-271-3/+3
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-131-1/+14
* SERVER-18948 replace oplog hash calculation with pseudo random numbermatt dannenberg2015-07-101-1/+0
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-651/+600