summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_initialization_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-05-171-1/+1
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-1/+8
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-8/+20
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-1/+0
* SERVER-31723 limit mongod sharding exec pool to 1Jason Carey2017-11-071-1/+4
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-5/+10
* SERVER-29694 Read-only shards should not try to persist the collection routin...Dianna Hohensee2017-08-091-3/+9
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-281-6/+11
* SERVER-18084 Give ServiceContext to ShardingEgressMetadataHookKaloian Manassiev2017-07-271-1/+2
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-10/+2
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-0/+9
* SERVER-27750 Always attach the configsvr metadata in ShardingEgress*HooksRandolph Tan2017-03-101-1/+1
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-1/+1
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-1/+1
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-1/+1
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-2/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+7
* SERVER-27726 Split ShardingCatalogManagerImpl into multiple .cpp filesKaloian Manassiev2017-01-181-2/+1
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-1/+1
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-1/+6
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-3/+16
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-021-6/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-10/+9
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-1/+5
* SERVER-23120 Make ShardRegistry available for use on config serversRandolph Tan2016-05-061-0/+80