summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-301-1/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-3/+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-2/+4
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-0/+9
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-3/+0
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-5/+11
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-25935 move ShardRegistry::init() out of Grid::init()"Max Hirschhorn2016-09-041-0/+2
* SERVER-25935 move ShardRegistry::init() out of Grid::init()Esha Maharishi2016-09-021-2/+0
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-2/+7
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-1/+1
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-0/+5
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+2
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-0/+5
* SERVER-23341 replace ShardRegistry::reload with swapMisha Tyulenev2016-05-181-0/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-0/+11
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-2/+12
* 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-1/+0
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-65/+5
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-051-0/+9
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-10/+2
* SERVER-21103 fix comment grammarRandolph Tan2015-10-291-1/+1
* SERVER-21103 Top chunk optimization is not being triggered when there is no b...Randolph Tan2015-10-281-0/+5
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-20040 Don't call methods on ForwardingCatalogManager while holding a d...Spencer T Brody2015-09-021-1/+1
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-2/+2
* 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-20/+2
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-29/+5
* SERVER-19543 SERVER-19992 Move ConfigServerMode enum from ServerGlobalParams ...Spencer T Brody2015-08-181-4/+4
* SERVER-19543 Throw exception in sharding connection hook if catalog manager n...Spencer T Brody2015-08-181-0/+22
* SERVER-19543 Don't store a pointer to the CatalogManager in the ShardRegistrySpencer T Brody2015-08-131-0/+4
* SERVER-19543 Don't store a pointer to the CatalogManager in the CatalogCacheSpencer T Brody2015-08-131-1/+1
* SERVER-19543 Always access the CatalogManager through a guard object that pro...Spencer T Brody2015-08-121-1/+25
* SERVER-18774 Fix self-move typo in Grid::init()Jason Rassi2015-08-121-1/+1
* 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-6/+8
* SERVER-19797 hook up find command in mongos to ClusterCursorManagerDavid Storch2015-08-111-1/+4
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-0/+2
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-2/+6
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-62/+58