summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_registry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+1
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-101-3/+12
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-11/+12
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-291-1/+15
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-1/+0
* Revert "SERVER-29908 Create skeleton libraries for the sharding subsystem"Kaloian Manassiev2018-02-131-0/+1
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-1/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-10/+5
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+6
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-1/+4
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-14/+14
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-3/+3
* SERVER-29016: make ShardRegistry::reload interruptibleMisha Tyulenev2017-04-281-2/+5
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-21/+23
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+6
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-211-0/+46
* SERVER-27078 fix race in ShardRegistry initializationMisha Tyulenev2016-12-071-13/+2
* Revert "SERVER-26793 in ShardRegistry::reload(), only attempt to remove Repli...Esha Maharishi2016-10-271-6/+3
* SERVER-26793 in ShardRegistry::reload(), only attempt to remove ReplicaSetMon...Esha Maharishi2016-10-271-3/+6
* SERVER-26787 move logging for removing a ReplicaSetMonitor to ReplicaSetMonit...Esha Maharishi2016-10-261-1/+0
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-071-5/+8
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-5/+17
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-121-2/+6
* SERVER-24213 Make addShard return success if attempting to add an already exi...Spencer T Brody2016-08-081-1/+2
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-8/+124
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-8/+1
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-7/+7
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-3/+2
* SERVER-24126 fix shared library compileEsha Maharishi2016-06-131-1/+9
* Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the...Esha Maharishi2016-06-101-9/+1
* SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardId...Esha Maharishi2016-06-101-1/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-4/+11
* SERVER-22646 mongos's addShard sends _configsvrAddShard to the configsEsha Maharishi2016-05-231-2/+6
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-231-1/+1
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-1/+0
* SERVER-23341 replace ShardRegistry::reload with swapMisha Tyulenev2016-05-181-147/+157
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-2/+2
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-041-251/+0
* SERVER-23835 Remove metadata argument from Shard::runCommandSpencer T Brody2016-05-021-33/+8
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-281-20/+8
* SERVER-23785 create WriteConcernError error classJudah Schvimer2016-04-221-6/+0
* SERVER-23497 add RemoteShard class (temporarily called Shard)Esha Maharishi2016-04-191-190/+62
* SERVER-23784 Don't use 30 second network timeout when sending commands to ShardsSpencer T Brody2016-04-181-1/+5