summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-0/+35
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-031-10/+30
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-141-15/+19
* SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCachePierlauro Sciarelli2021-01-121-0/+11
* Revert "SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCache"Pierlauro Sciarelli2021-01-121-11/+0
* SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCachePierlauro Sciarelli2021-01-121-0/+11
* SERVER-53111 Add invariant to CatalogCache that same collection version has s...Jaume Moragues2020-12-141-0/+11
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-0/+1
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-031-0/+4
* SERVER-52587 Making collection and database instances comparable through clus...Sergi Mateo Bellido2020-12-011-41/+0
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+2
* SERVER-49724 Make ReadThroughCache support StringData keysJaume Moragues2020-11-061-9/+6
* SERVER-51614 The catalog cache should always refresh the routine information ...Sergi Mateo Bellido2020-10-161-10/+16
* SERVER-51390 Always refresh database cache on StaleDatabaseVersionTommaso Tocci2020-10-091-0/+2
* Revert "SERVER-51390 Always refresh database cache on StaleDatabaseVersion"Tommaso Tocci2020-10-091-2/+0
* SERVER-51390 Always refresh database cache on StaleDatabaseVersionTommaso Tocci2020-10-081-0/+2
* SERVER-50815 Improve database and collection version formatting on logsSergi Mateo Bellido2020-10-011-9/+18
* SERVER-50952 Ensure that cached collection entries with stale-marked shard wi...Tommaso Tocci2020-09-211-9/+13
* SERVER-51006 Make the CatalogCache not return ShardRegistry concepts as part ...Kaloian Manassiev2020-09-181-19/+19
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-161-14/+30
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-480/+282
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-10/+12
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-0/+6
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-1/+3
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-63/+18
* SERVER-50272 Make RoutingTableHistory movableMarcos José Grillo Ramírez2020-08-201-3/+3
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-7/+7
* SERVER-48990 Added comparable chunk version as a prerequisite to implement a ...Marcos José Grillo Ramírez2020-08-121-0/+26
* SERVER-50175 Fix CatalogCache's threadPool shutdown orderTommaso Tocci2020-08-071-0/+8
* SERVER-48991 Make DatabaseCache causally consistent through the usage of Comp...Tommaso Tocci2020-08-061-13/+56
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-041-30/+8
* SERVER-49800 fix use-after-move violations in shardingBenety Goh2020-08-021-2/+4
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-18/+11
* SERVER-48992 Implement database cache on top of ReadThroughCacheTommaso Tocci2020-07-291-154/+93
* SERVER-49947 Catalog Cache async task accesses un-owned StringData variableTommaso Tocci2020-07-291-2/+2
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-96/+86
* SERVER-34061 Stop preemptively loading sharded collections when loading a dat...Tommaso Tocci2020-06-301-80/+28
* SERVER-46993 Split parameters exclusive to mongos from being included in mong...Randolph Tan2020-06-021-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-3/+3
* SERVER-47738 Don't include CatalogCache blocked operation metrics on mongodBlake Oler2020-04-241-18/+21
* SERVER-44972 Make ShardId a required field in StaleConfigInfoBlake Oler2020-04-151-3/+3
* SERVER-46396 Add metrics to track number of operations blocked behind a catal...Blake Oler2020-04-131-0/+55
* SERVER-47336 Reset stale shards under catalog cache mutex when returning back...Blake Oler2020-04-061-0/+6
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideTommaso Tocci2020-03-241-60/+69
* SERVER-46032 Check if collection has stale epoch before setting shard staleBlake Oler2020-03-231-0/+5
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-2/+2
* SERVER-46394 Create feature flag to turn on/off PM-1633Blake Oler2020-03-021-18/+35
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0