summaryrefslogtreecommitdiff
path: root/src/mongo/s/config.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27526 Remove all non-metadata command usages of DBConfig::isShardingEn...Kaloian Manassiev2016-12-281-11/+11
* SERVER-27473 Remove writes and unused code in DBConfigKaloian Manassiev2016-12-221-36/+4
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-211-22/+0
* SERVER-27364 Remove DBConfig::setPrimaryKaloian Manassiev2016-12-161-2/+0
* SERVER-27366 Remove DBConfig::enableShardingKaloian Manassiev2016-12-161-2/+0
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-161-3/+6
* Revert "SERVER-27419 Move cluster 'drop' command to a separate file"Kaloian Manassiev2016-12-161-6/+3
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-151-3/+6
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2016-12-131-14/+1
* SERVER-22175 DBConfig needs to lock mutex whenever accessing _primaryId or _s...Randolph Tan2016-08-191-13/+4
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-2/+0
* SERVER-22114 Fix commentRandolph Tan2016-01-151-2/+2
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-151-6/+26
* SERVER-21571 Do not leak ChunkManager object on errorKaloian Manassiev2015-11-231-2/+0
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-191-1/+1
* SERVER-20748 Handle epoch mismatch explicitly in cluster find commandSpencer T Brody2015-10-161-0/+8
* SERVER-20294 Update ShardRegistry on-demand on changes to shard replica set m...Spencer T Brody2015-09-091-6/+6
* SERVER-20270 SERVER-19608 Fix race condition around updating ShardRegistry on...Spencer T Brody2015-09-041-7/+10
* SERVER-19608 Send shard initialization data when talking through NetworkInter...Spencer T Brody2015-09-021-2/+14
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-2/+3
* Revert "Revert "SERVER-19736 Add opTime invariant checks when updating cached...Kaloian Manassiev2015-08-171-2/+11
* Revert "SERVER-19736 Add opTime invariant checks when updating cached config ...Eric Milkie2015-08-171-11/+2
* SERVER-19736 Add opTime invariant checks when updating cached config server dataRandolph Tan2015-08-141-2/+11
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-13/+15
* SERVER-18351 Invalidate collection after dropKaloian Manassiev2015-07-311-0/+9
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-11/+2
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-281-0/+1
* SERVER-19021 Clean up how CatalogManagerLegacy reads some global stateSpencer T Brody2015-06-261-2/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-104/+122
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-9/+8
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-6/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-9/+9
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-26/+3
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-7/+0
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-3/+0
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-141-6/+3
* Revert "SERVER-18049 Move StaticShardInfo out of shard.cpp"Kaloian Manassiev2015-05-131-3/+6
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-131-6/+3
* SERVER-18125 Move config server consistency checking behind the legacy catalo...Daniel Alabi2015-04-291-7/+0
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-1/+4
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-161-3/+1
* SERVER-17969 Move shardCollection operation to the catalog managerDaniel Alabi2015-04-151-53/+40
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17968 Eliminate use of configServer.allUpDaniel Alabi2015-04-141-11/+0
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-58/+53
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-8/+7
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-11/+0
* SERVER-17638 Catalog manager loads database metadataKaloian Manassiev2015-03-201-4/+0