summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_catalog_cache_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-1/+1
* SERVER-76835 Avoid blocking on PBWM and admission control tickets on the shar...Kaloian Manassiev2023-05-111-5/+11
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+25
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-25/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+25
* SERVER-63983 Remove deprecated enableSharding flagTommaso Tocci2023-04-211-1/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-11/+13
* SERVER-75297 ShardsvrCatalogCacheLoader should avoid using "failed to load" i...Antonio Fuschetto2023-04-111-1/+1
* SERVER-73960 Fix config server secondary catalog cache behavior for lower fcvRandolph Tan2023-03-311-12/+33
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-9/+9
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-25/+0
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-8/+0
* SERVER-73960 Support for catalog shard configuration for catalog cache loaderRandolph Tan2023-03-221-6/+40
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+25
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-11/+15
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-10/+22
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2022-11-291-16/+30
* SERVER-69108 SCCL can immediately return config and admin metadata without tr...Antonio Fuschetto2022-08-291-0/+6
* SERVER-68662 Introduce separate IDL types for the Shard Role's servicesKaloian Manassiev2022-08-101-1/+12
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-15/+4
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-16/+0
* SERVER-65530 Get rid of ChunkVersion::parse/serialiseMajorMinorVersionOnlyKaloian Manassiev2022-06-171-8/+7
* SERVER-59658 Change durationMillis to durationAllison Easton2022-06-091-2/+2
* SERVER-59658 Improve logging to reflect that sharding metadata refresh waitin...Allison Easton2022-06-081-0/+14
* SERVER-66472 Pull the collection generation out of ChunkVersionKaloian Manassiev2022-05-171-5/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63988 Remove reduntant ShardDatabaseTypeTommaso Tocci2022-02-281-17/+7
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-281-159/+38
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-9/+10
* SERVER-60301 Remove the update metadata format machinery from the SSCCLSergi Mateo Bellido2021-09-301-110/+30
* SERVER-59770 Use the timestamp to implement the comparison methods of ChunkVe...Allison Easton2021-09-291-1/+1
* SERVER-59904 The ShardServerCatalogCacheLoader ended up having two different ...Antonio Fuschetto2021-09-271-34/+72
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-1/+1
* SERVER-59808 The ShardServerCatalogCacheLoader shouldn't assume that the time...Sergi Mateo Bellido2021-09-081-0/+2
* SERVER-58362 Refactor SSCCL's functions purging cached collection metadataAntonio Fuschetto2021-08-261-40/+21
* SERVER-58575 Replace the logic that decides whether the SSCCL should use name...Antonio Fuschetto2021-08-181-74/+86
* Revert "SERVER-58575 Replace the logic that decides whether the SSCCL should ...Daniel Gottlieb2021-08-171-74/+72
* SERVER-58575 Replace the logic that decides whether the SSCCL should use name...Antonio Fuschetto2021-08-161-72/+74
* SERVER-58572 Extend the CatalogCache Loaders to properly propagate the long n...Antonio Fuschetto2021-08-101-0/+4
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+8
* SERVER-58821 Remove the unused `getLocalVersion` function from shard_server_c...Kaloian Manassiev2021-07-261-12/+0
* SERVER-58792 Disable the UUID-based logic that handles config.cache.chunks.* ...Sergi Mateo Bellido2021-07-231-1/+1
* SERVER-58747 The ShardServerCatalogCacheLoader doesn't interrupt ongoing oper...Sergi Mateo Bellido2021-07-231-0/+1
* SERVER-58509 The transition from nss-based names to uuid-based names of confi...Antonio Fuschetto2021-07-151-6/+14
* SERVER-58364 ShardServerCatalogCacheLoader::waitForCollectionFlush should be ...Jordi Serra Torrens2021-07-141-22/+36
* SERVER-34632 config.chunks change to config.cache.chunks creates a collection...Antonio Fuschetto2021-07-091-17/+94
* SERVER-57844 Minor timestamp-consistency issue between the ChunkManager/SSCCL...Sergi Mateo Bellido2021-06-211-1/+11
* SERVER-57712 Do not update the metadata format if the epochs are different in...Sergi Mateo Bellido2021-06-161-2/+3