summaryrefslogtreecommitdiff
path: root/src/mongo/s/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+18
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-2/+1
* SERVER-28098 Get rid of DBConfig::getAllShardIdsKaloian Manassiev2017-02-241-10/+0
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-181-2/+22
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27382 Get rid of the DBConfig::reload methodKaloian Manassiev2017-02-081-20/+13
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-071-31/+0
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-125/+92
* SERVER-27526 Remove all non-metadata command usages of DBConfig::isShardingEn...Kaloian Manassiev2016-12-281-31/+6
* SERVER-27473 Remove writes and unused code in DBConfigKaloian Manassiev2016-12-221-97/+24
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-211-50/+0
* SERVER-27364 Remove DBConfig::setPrimaryKaloian Manassiev2016-12-161-6/+0
* SERVER-27366 Remove DBConfig::enableShardingKaloian Manassiev2016-12-161-13/+0
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-161-1/+1
* Revert "SERVER-27419 Move cluster 'drop' command to a separate file"Kaloian Manassiev2016-12-161-1/+1
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-151-1/+1
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2016-12-131-176/+0
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-081-2/+4
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-1/+0
* 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
* SERVER-25314 lock sharded database while droppingNathan Myers2016-09-221-19/+26
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-8/+15
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-3/+6
* SERVER-22175 DBConfig needs to lock mutex whenever accessing _primaryId or _s...Randolph Tan2016-08-191-10/+13
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-6/+8
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-2/+5
* SERVER-24701 Add option to set writeConcern for ShardingCatalogClient write opsRandolph Tan2016-06-241-2/+6
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-5/+5
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-16/+16
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-23958 DBConfig::_loadIfNeeded will not do a reload even in cases where...Randolph Tan2016-04-281-3/+4
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-87/+3
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-121-2/+16
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-2/+2
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-0/+1
* SERVER-22862 Fix deadlock between ShardRegistry and ReplicaSetMonitorSpencer T Brody2016-02-261-10/+4
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-151-4/+14
* SERVER-22112 Remove circular dependency between CatalogManager and CatalogCacheKaloian Manassiev2016-01-121-5/+5
* SERVER-21571 Do not leak ChunkManager object on errorKaloian Manassiev2015-11-231-19/+15
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-191-4/+2
* SERVER-21186 Move update call to be specific to the catalog managerKaloian Manassiev2015-11-111-11/+8
* SERVER-21369 Make catalog manager's removes retryKaloian Manassiev2015-11-111-2/+2
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-031-44/+17
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-4/+2
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the Remot...Spencer T Brody2015-10-291-1/+2
* SERVER-20976 Check for sharding enable should be done under mutexKaloian Manassiev2015-10-191-6/+2
* SERVER-20501 Invariant failure in configOptime during config reloadRandolph Tan2015-09-221-1/+0
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1