summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-7/+3
* SERVER-75806 Make the analyzeShardKey machinery run commands via the ReplicaS...Cheahuychou Mao2023-04-101-0/+7
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-4/+4
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-74975: Remove TODOKshitij Gupta2023-03-291-2/+0
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-1/+1
* SERVER-75027 Refactor helpers in analyze_shard_key_util_role.cppCheahuychou Mao2023-03-211-1/+1
* SERVER-71960 Convert dead cluster role checks into tassertsJack Mulrow2023-03-021-6/+10
* SERVER-72454 Support restarting a config server in shard modeJack Mulrow2023-01-101-8/+20
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-1/+2
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-2/+1
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-1/+2
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-151-1/+1
* SERVER-32725 Config server uses KeysCollectionClientDirectJack Mulrow2022-12-011-7/+9
* SERVER-71229 Make shardsvr mongod also act as a sampler for query analysisCheahuychou Mao2022-11-111-0/+5
* SERVER-68161 Do not wait for ShardRegistry reload at startupTommaso Tocci2022-07-201-12/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-04-251-3/+4
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto2022-02-111-5/+7
* SERVER-61424 - Adding tenant_to_shard_cache class and link it to mongoq onlymathisbessamdb2021-11-241-0/+2
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-1/+0
* SERVER-56844 Fassert shard server on startup if DWCF=w:1 and no CWWC setMoustafa Maher2021-07-131-0/+11
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-9/+0
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-20/+1
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-12/+6
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-161-1/+1
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-151-1/+1
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-151-1/+1
* 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-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-131-4/+5
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-02-271-1/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-3/+5
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-291-1/+1
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+4
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2019-11-191-4/+6
* SERVER-44152: Pre-warm connection pools in mongosAnton Oyung2019-11-131-0/+71
* “SERVER-43985Anton Oyung2019-10-281-0/+27
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-3/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+3
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-3/+1
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-251-10/+9
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-8/+2
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-9/+11
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-3/+3
* SERVER-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-101-44/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-33/+32
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1