summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_range_deleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-1/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-4/+2
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-34/+99
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-3/+3
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-021-14/+43
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-011-43/+14
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-011-14/+43
* SERVER-29378 Wait for write concern with current optimeNathan Myers2017-05-261-12/+16