summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_metadata_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58792 Disable the UUID-based logic that handles config.cache.chunks.* ...Sergi Mateo Bellido2021-07-231-10/+5
* SERVER-34632 config.chunks change to config.cache.chunks creates a collection...Antonio Fuschetto2021-07-091-37/+46
* SERVER-56469 The shard server catalog cache loader should replace the entrie...Sergi Mateo Bellido2021-05-031-15/+2
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-2/+0
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-15/+20
* SERVER-54790 Remove the 'allowMigrations' flag from config.collections when d...Sergi Mateo Bellido2021-03-021-2/+1
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-091-60/+20
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-191-2/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-3/+4
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-031-0/+28
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-011-8/+15
* SERVER-53052 Review some recent changes introduced in setFCV commandSergi Mateo Bellido2020-11-251-1/+1
* SERVER-51891 Make ShardCollectionType not use strict parsingSergi Mateo Bellido2020-11-181-0/+27
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-3/+3
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideJack Mulrow2020-03-231-8/+12
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+13
* SERVER-42152 Delete existing chunks on new epoch in persisted routing table c...Jamie Heppenstall2019-08-011-0/+15
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-18/+13
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-3/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-1/+1
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-261-10/+8
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ...jannaerin2018-04-201-8/+0
* SERVER-34145 Persist database version on shardjannaerin2018-04-051-0/+102
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-8/+4
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-081-6/+19
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-7/+5
* SERVER-30437 Stop the shard chunk loader from scheduling persistence tasks wi...Dianna Hohensee2017-08-101-11/+1
* SERVER-30147 Remove some unused calls around ShardServerCatalogCacheLoaderKaloian Manassiev2017-07-261-0/+4
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-106/+66
* Revert "SERVER-30147 Remove some unused calls around ShardServerCatalogCacheL...Kaloian Manassiev2017-07-241-4/+0
* SERVER-30147 Remove some unused calls around ShardServerCatalogCacheLoaderKaloian Manassiev2017-07-231-0/+4
* SERVER-27714 Create indexes for persistent shard metadataNathan Myers2017-07-201-0/+4
* SERVER-28248 Use Notification<void> in the VersionNotifications classKaloian Manassiev2017-06-301-1/+1
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-12/+6
* SERVER-29239 add shard secondary chunk refresh logic to ShardServerCatalogCac...Dianna Hohensee2017-06-271-2/+13
* SERVER-27723 Undeprecate ChunkType::DEPRECATED_epoch and ChunkType::DEPRECATE...Joanna Huang2017-06-231-3/+2
* SERVER-29437 update shard config.collections schema to use lastRefreshedChunk...Dianna Hohensee2017-06-201-20/+26
* SERVER-29333 replace incorrect use of getStatusFromCommandResult in ShardServ...Dianna Hohensee2017-06-021-6/+24
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-40/+14
* SERVER-28721 update ShardCollectionType schema with additional fields and ref...Dianna Hohensee2017-04-151-208/+79
* SERVER-28176 read chunks collections on shardsDianna Hohensee2017-03-131-45/+223
* SERVER-28120 persist config.collections entries on shards for the collections...Dianna Hohensee2017-03-091-0/+356