summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40865 Retry CatalogCache refresh on QueryPlanKilled errorSergi Mateo Bellido2022-07-111-2/+3
* SERVER-57057 Reduce routing info refreshes on the mergeChunks path (BACKPORT-...Simon Gratzer2021-06-011-0/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-3/+3
* SERVER-47738 Don't include CatalogCache blocked operation metrics on mongodBlake Oler2020-04-271-18/+21
* SERVER-46396 Add metrics to track number of operations blocked behind a catal...Blake Oler2020-04-161-0/+55
* SERVER-47336 Reset stale shards under catalog cache mutex when returning back...Blake Oler2020-04-131-0/+6
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideTommaso Tocci2020-03-301-60/+69
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-301-2/+2
* SERVER-46032 Check if collection has stale epoch before setting shard staleBlake Oler2020-03-251-0/+5
* 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
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-22/+65
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-9/+29
* SERVER-45571 Remove redundant variable 'needsRefresh' in CollectionRoutingInf...Blake Oler2020-01-281-30/+17
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-15/+9
* SERVER-44500 Create a new ShardVersionMap that includes references to specifi...Blake Oler2020-01-091-14/+45
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-21/+64
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-5/+6
* SERVER-44498 Create an OperationContext flag to indicate that an operation ca...Blake Oler2019-12-301-1/+13
* SERVER-44855 Remove unused code from removeShard and ShardingTestKaloian Manassiev2019-12-221-2/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-15/+15
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-0/+40
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-11/+11
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39347 fix race in CatalogCacheIan Boros2019-02-061-1/+5
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-0/+11
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-0/+32
* SERVER-37398 Prove $out can no longer deadlockCharlie Swanson2018-11-141-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30841 Lower the amount of metadata refresh loggingCheahuychou Mao2018-07-251-17/+37
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-16/+0
* SERVER-34470 Make DatabaseVersion non-optional in CachedDatabaseInfoBlake Oler2018-06-201-1/+1
* SERVER-34470 Make DatabaseVersion non-optional on the config server's Databas...Blake Oler2018-06-201-2/+2
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice if...Matthew Saltz2018-06-051-9/+35
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-261-2/+0
* Revert "SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfo...Matthew Saltz2018-04-261-61/+12
* SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfoWithRefr...Matthew Saltz2018-04-231-12/+61
* SERVER-34527 Capture dbName by string rather than StringData in CatalogCache:...Esha Maharishi2018-04-201-2/+2
* SERVER-34163 Make refreshing a database entry in the CatalogCache asynchronousEsha Maharishi2018-04-131-26/+94
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-131-1/+1
* SERVER-34435 DatabaseVersion idl type should not use lexicographic comparisonEsha Maharishi2018-04-131-1/+3
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-0/+16
* SERVER-34272 add CatalogCache::onStaleDatabaseVersion() to mark an existing d...Esha Maharishi2018-04-031-0/+18
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-34201 Allow marking a CatalogCache::DatabaseInfoEntry as 'needsRefresh'Esha Maharishi2018-04-021-30/+50
* SERVER-34145 Add failpoint and getDatabase function calls to persist DB versi...jannaerin2018-03-301-0/+4
* SERVER-34174 Minor structural improvements to CatalogCache (no logic changes)Esha Maharishi2018-03-291-61/+43
* SERVER-33835 Remove hierarchical structure between databases and collections ...Esha Maharishi2018-03-291-67/+70