summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_range_deleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-559/+0
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-3/+5
* SERVER-45024 Make the MetadataManager a non-reusable objectMatthew Saltz2019-12-311-12/+4
* SERVER-42193 Ensure that all existing orphaned documents are eventually clean...Alex Taskov2019-12-111-30/+52
* SERVER-44159 Make CollectionRangeDeleter::_doDeletion an anonymous helperMatthew Saltz2019-12-061-100/+113
* SERVER-43690 Change range deleter code to use collection UUID instead of epoc...Matthew Saltz2019-11-251-8/+9
* SERVER-44158 On step up, submit ready ranges from config.rangeDeletions to th...Alex Taskov2019-11-141-0/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+6
* SERVER-39141 Handle WriteConflictException in range deleterAlex Taskov2019-06-101-10/+23
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-231-3/+9
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39635 SERVER-39636 SERVER-39637 SERVER-39640 IDL'ify server parameters...Henrik Edin2019-02-251-17/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-4/+3
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-33/+25
* SERVER-38179 Refactor RemoveSaver out of dbhelpersRandolph Tan2019-01-111-1/+2
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+2
* SERVER-38050 Validate the sameness of collection metadata after the range del...Blake Oler2018-12-111-42/+69
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2018-12-071-2/+2
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-051-0/+15
* SERVER-37867 Include the record id and the store which failed to find a recordKaloian Manassiev2018-11-091-0/+1
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-3/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-4/+14
* SERVER-20865 Record sharding related counters in serverStatusSarah Zhou2018-08-081-0/+2
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-4/+6
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-5/+7
* SERVER-33237 Range deleter query plan once per batch.Kevin Pulo2018-06-131-10/+30
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-1/+1
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29807 Make CollectionRangeDeleter wait for w:majority after each rangeKevin Pulo2018-03-021-46/+54
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-2/+2
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+3
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+2
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ErrorExtra...Mathias Stearn2018-01-171-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-4/+1
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-8/+5
* SERVER-31848 Lower the range deleter log verbosityKaloian Manassiev2017-11-091-1/+1
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-091-157/+179
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-251-1/+2
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-241-2/+1
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-231-1/+2
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1