summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-211-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-131-4/+0
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-0/+14
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-2/+2
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-11/+17
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-9/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-3/+7
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-0/+11
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-7/+7
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-0/+11
* SERVER-22645 add new _configsvrAddShard commandEsha Maharishi2016-05-181-1/+7
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-6/+10
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-1/+24
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-121-0/+6
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-0/+2
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-28/+5
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-051-0/+13
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-12/+7
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-2/+13
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-2/+2
* SERVER-19543 Code in ForwardingCatalogManager to handle replacing the actual ...Andy Schwerin2015-08-191-9/+0
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-63/+5
* SERVER-19543 SERVER-19992 Move ConfigServerMode enum from ServerGlobalParams ...Spencer T Brody2015-08-181-4/+3
* SERVER-19543 Throw exception in sharding connection hook if catalog manager n...Spencer T Brody2015-08-181-1/+22
* SERVER-19543 Don't store a pointer to the CatalogManager in the ShardRegistrySpencer T Brody2015-08-131-0/+1
* SERVER-19543 Always access the CatalogManager through a guard object that pro...Spencer T Brody2015-08-121-3/+48
* SERVER-18774 ClusterCursorManager support for killing expired cursorsJason Rassi2015-08-121-4/+4
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-3/+6
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-3/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-75/+82
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-3/+17
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-141-0/+3
* Revert "SERVER-18049 Put ShardRegistry on Grid"Kaloian Manassiev2015-05-131-3/+0
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-131-0/+3
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-301-10/+0
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-231-17/+0
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-6/+0
* SERVER-18024 Link CatalogManagerLegacy in mongos/mongod onlyKaloian Manassiev2015-04-171-8/+7
* SERVER-18084 grid.h should not include config.hKaloian Manassiev2015-04-171-31/+28
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-161-1/+1
* SERVER-17848 Use the catalog manager to query shards in a sharded clusterDaniel Alabi2015-04-131-5/+0
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-52/+14
* SERVER-17701 Move addShard operation to the catalog managerDaniel Alabi2015-03-271-15/+0
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-0/+13
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-1/+0
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-6/+11