summaryrefslogtreecommitdiff
path: root/src/mongo/s/config_server_catalog_cache_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+14
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-14/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+14
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-2/+0
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-1/+2
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-15/+3
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-9/+1
* SERVER-72282 Don't fully disable catalog shard feature flagJack Mulrow2023-01-281-1/+1
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-3/+15
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-1/+5
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-5/+1
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-1/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54394 Remove `setAvoidSnapshotForRefresh_ForTest`Gregory Noma2022-05-031-15/+4
* SERVER-64344 Do not use atClusterTime when refreshing routing table on config...Tommaso Tocci2022-03-141-15/+10
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-281-1/+0
* SERVER-58572 Extend the CatalogCache Loaders to properly propagate the long n...Antonio Fuschetto2021-08-101-0/+1
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-5/+16
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+2
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+1
* SERVER-55613: Delete dead code in config_server_catalog_cache_loader.cppJordi Serra Torrens2021-03-311-31/+0
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-60/+21
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-21/+60
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-60/+21
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-1/+24
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-2/+14
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-1/+1
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-251-0/+1
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+0
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-7/+4
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+1
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-3/+3
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-0/+1
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-3/+14
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-81/+27
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-011-2/+15
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-4/+8
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-8/+4
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-4/+8
* 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-34632 Use alias for the callback of CatalogCacheLoader::getChunksSinceKaloian Manassiev2018-05-241-4/+3