summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_range_deleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29368 Clean up on interrupted wait for range deletionNathan Myers2017-05-261-0/+10
* SERVER-29348 Handle range deletion write-concern failureNathan Myers2017-05-241-6/+21
* SERVER-28841 (BF) untangle spurious shared-library dependencyNathan Myers2017-05-191-5/+0
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-181-5/+5
* SERVER-28884 Better range deletion event trackingNathan Myers2017-05-171-11/+32
* SERVER-28810 Re-try range deletionsNathan Myers2017-05-161-2/+5