summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_initialization.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72454 Support restarting a config server in shard modeJack Mulrow2023-01-101-1/+2
* SERVER-32725 Config server uses KeysCollectionClientDirectJack Mulrow2022-12-011-5/+8
* SERVER-68161 Do not wait for ShardRegistry reload at startupTommaso Tocci2022-07-201-2/+2
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto2022-02-111-1/+1
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-11/+0
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-1/+0
* SERVER-44152: Pre-warm connection pools in mongosAnton Oyung2019-11-131-0/+6
* “SERVER-43985Anton Oyung2019-10-281-0/+6
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-4/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* 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-31723 limit mongod sharding exec pool to 1Jason Carey2017-11-071-1/+4
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-13/+13
* SERVER-27633 Rename reloadShardRegistryUntilSuccess in sharding_initializatio...chorn2017-06-061-4/+5
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-0/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-3/+2
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-2/+2
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-1/+15
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-1/+10
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+1
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-021-1/+0
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-1/+10
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-5/+6
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-201-4/+8
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-1/+4
* SERVER-23298 refactor ShardingConnectionHook and ShardingEgressMetadataHook t...Esha Maharishi2016-04-031-1/+5
* SERVER-23137 Remove unused 'allowNetworking' argument from CatalogManager sta...Spencer T Brody2016-03-181-3/+1
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-1/+4
* SERVER-19492 Replace ReplicationExecutor with ThreadPoolTaskExecutor in shard...Andy Schwerin2015-07-211-3/+3
* SERVER-19414 Unify global sharding state initialization between mongos and mo...Spencer T Brody2015-07-161-0/+42