summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/metadata_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-15/+15
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42791 Remove unused/duplicate definition of UnshardedCollection in met...Esha Maharishi2019-08-131-14/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-281-17/+48
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-231-0/+4
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* Revert "SERVER-36443 Clean up ChunkManager objects when usage count reaches 0"jannaerin2019-05-071-14/+13
* SERVER-36443 Clean up ChunkManager objects when usage count reaches 0jannaerin2019-04-291-13/+14
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-1/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-051-3/+1
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32198 Do not try to access routing info history for unsharded collectionsKaloian Manassiev2018-09-121-6/+10
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-50/+40
* SERVER-36164 Decouple ScopedCollectionMetadata from MetadataManagerKaloian Manassiev2018-07-171-60/+70
* SERVER-36054 Remove more unused methods from CSS/MetadataManagerKaloian Manassiev2018-07-121-29/+0
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-27/+2
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-23/+12
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-0/+29
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-2/+0
* SERVER-32202 Do not clear the cached sharding filtering information on replic...Kaloian Manassiev2017-12-121-14/+7
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-12/+14
* SERVER-31056 Remove all usages of the ScopedCollectionMetadata default constr...Kaloian Manassiev2017-12-051-0/+2
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-9/+6
* SERVER-31056 Make CollectionMetadata immutableKaloian Manassiev2017-11-291-73/+72
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-173/+180
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-2/+2
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-091-10/+14
* SERVER-30083 Schedule range deletions soonerNathan Myers2017-09-281-15/+25
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-1/+2
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-251-34/+36
* SERVER-30595 Do not use chunk metadata to filter results for read concern 'av...Dianna Hohensee2017-08-241-3/+1
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-241-36/+34
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-231-34/+36
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-41/+17
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-0/+44
* Revert "SERVER-29136 Op log deletes get shard key"Nathan Myers2017-08-021-17/+0
* SERVER-29136 Op log deletes get shard keyNathan Myers2017-08-021-0/+17
* SERVER-30133 fix windows compileEsha Maharishi2017-07-201-1/+1
* SERVER-30133 add failpoint to suspend range deletion and turn on failpoint in...Esha Maharishi2017-07-201-0/+6
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-27/+47
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-10/+12
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-021-59/+98