summaryrefslogtreecommitdiff
path: root/src/mongo/s/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-131-13/+3
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-121-1/+1
* SERVER-18126 MetadataLoader needs to use the catalog manager for reading chun...Daniel Alabi2015-05-061-2/+2
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-301-17/+23
* SERVER-18125 Move config server consistency checking behind the legacy catalo...Daniel Alabi2015-04-291-129/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+1
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-1/+1
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+1
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-231-1/+1
* SERVER-18071 SERVER-17971 Store actual ConnectionString into configServerSpencer T Brody2015-04-211-6/+3
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-59/+28
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-161-10/+8
* SERVER-17969 Move shardCollection operation to the catalog managerDaniel Alabi2015-04-151-103/+16
* SERVER-18009 Move drop collection to the catalog managerKaloian Manassiev2015-04-151-1/+2
* SERVER-17968 Eliminate use of configServer.allUpDaniel Alabi2015-04-141-60/+7
* SERVER-17848 Use the catalog manager to query shards in a sharded clusterDaniel Alabi2015-04-131-1/+2
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-50/+49
* SERVER-17867 Appropriately handle return values in some mongos filesDaniel Alabi2015-04-101-1/+4
* SERVER-17775 Move ShardType to src/mongo/s/catalogDaniel Alabi2015-04-091-1/+1
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-14/+13
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-58/+10
* SERVER-17638 Catalog manager loads database metadataKaloian Manassiev2015-03-201-46/+16
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-46/+51
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-19/+16
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-27/+32
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-21/+51
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-0/+1
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-14/+0
* SERVER-17300 Balancer tries to create config.tags index multiple timesRandolph Tan2015-02-271-0/+11
* SERVER-15691 acquiring balancer lock may fail and get stuck with concurrent w...Randolph Tan2015-01-221-5/+5
* SERVER-16913 Return connection to pool on mongos when checking config servers...Siyuan Zhou2015-01-201-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-061-2/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-191-1/+1
* SERVER-16184 repeated WriteBackListener error on out-of-order upgradeRandolph Tan2014-11-241-2/+0
* SERVER-15593 Initial autosplit heuristics are very aggressive when config ser...Randolph Tan2014-10-291-9/+28
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-4/+9
* SERVER-15523 cleanup initial connection in Config::reloadSettingsGreg Studer2014-10-151-34/+30
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-4/+12
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13961 Get rid of some usages of dbexit from deep in sharding codeKaloian Manassiev2014-06-171-7/+0
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+2
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+1
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1