summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_registry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+2
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-0/+5
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-8/+8
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-1/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-271-0/+7
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-211-0/+18
* SERVER-27078 fix race in ShardRegistry initializationMisha Tyulenev2016-12-071-14/+0
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-3/+3
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-071-1/+4
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-2/+4
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-121-0/+9
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-10/+22
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-11/+0
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+1
* SERVER-24126 fix shared library compileEsha Maharishi2016-06-131-0/+11
* Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the...Esha Maharishi2016-06-101-11/+0
* SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardId...Esha Maharishi2016-06-101-0/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-10/+17
* SERVER-23341 replace ShardRegistry::reload with swapMisha Tyulenev2016-05-181-36/+87
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-041-123/+0
* SERVER-23835 Remove metadata argument from Shard::runCommandSpencer T Brody2016-05-021-1/+0
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-281-1/+1
* SERVER-23785 create WriteConcernError error classJudah Schvimer2016-04-221-5/+0
* SERVER-23497 add RemoteShard class (temporarily called Shard)Esha Maharishi2016-04-191-46/+15
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-45/+1
* SERVER-23648 Move executorForAddShard out of ShardRegistry and into addShard ...Spencer T Brody2016-04-181-18/+0
* SERVER-23498 Add ShardFactoryMisha Tyulenev2016-04-141-8/+6
* SERVER-23209 maintain config server opTime through ShardingEgressMetadataHookEsha Maharishi2016-04-131-1/+0
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-121-0/+5
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-051-16/+1
* SERVER-23036 Lock ShardRegistry mutex when accessing config server connection...Spencer T Brody2016-03-101-3/+1
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-071-41/+27
* SERVER-22862 Fix deadlock between ShardRegistry and ReplicaSetMonitorSpencer T Brody2016-02-261-17/+17
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-3/+7
* SERVER-22797 Calls to ShardRegistry::reload needs to be serializedRandolph Tan2016-02-241-6/+19
* SERVER-21906 always use ReplicaSetMonitor when updating ShardRegistry lookup ...Misha Tyulenev2016-01-061-4/+5
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-0/+6
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-191-2/+2
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-181-0/+8
* SERVER-21392 Make CSRS config server updates retryKaloian Manassiev2015-11-171-3/+4
* SERVER-21392 Make commands retry on interrupted operationsKaloian Manassiev2015-11-161-11/+20
* SERVER-21108 optimize getShardNoReload to take a HostAndPortAdam Midvidy2015-11-131-4/+15
* SERVER-21174 applyChunkOpsDeprecated should retry on notMaster or network errorsMisha Tyulenev2015-11-121-12/+41
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-111-2/+4
* SERVER-20944 distribute mongos work across multiple TaskExecutorsDavid Storch2015-11-061-6/+11
* SERVER-21186 All ShardRegistry commands should retry on NotMaster errorsKaloian Manassiev2015-11-041-7/+12