summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/metadata_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-011-98/+59
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-011-59/+98
* SERVER-29313 refactor and improve logging for ShardServerCatalogCacheLoaderDianna Hohensee2017-05-221-2/+2
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-181-192/+136
* SERVER-28884 Better range deletion event trackingNathan Myers2017-05-171-97/+84
* SERVER-29156 Notify range-delete listeners when table dropsNathan Myers2017-05-121-7/+15
* SERVER-28931 Restore omitted line in MetadataManager::refreshActiveMetadataNathan Myers2017-04-231-0/+2
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-265/+360
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-4/+2
* SERVER-25665 Make splitChunk and moveChunk commands use 'chunkVersion'Kaloian Manassiev2016-11-021-11/+15
* SERVER-26593 decrement usage counter in ScopedCollectionMetadata's move const...Esha Maharishi2016-10-141-6/+18
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-3/+3
* Revert "SERVER-26327 Extend diagnostics in bulk_shard_insert.js"Kaloian Manassiev2016-09-261-3/+3
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-3/+3
* SERVER-26107 Improve logging around sharding metadata refresh in MetadataManagerKaloian Manassiev2016-09-201-14/+26
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+5
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-5/+7
* Fix compile for SERVER-25010Sam Dunietz2016-08-021-2/+4
* SERVER-25010 Add a Notification object with each object in MetadataManager::_...Sam Dunietz2016-08-021-13/+30
* SERVER-24573 Implement CollectionRangeDeleter range deletion logicLeon Zaruvinsky2016-08-021-1/+19