summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-244-22/+52
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-238-1/+765
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-2112-34/+597
* SERVER-18147 Take distributed lock on database creationSpencer T Brody2015-04-211-1/+11
* SERVER-18121 Move action logging to the catalog managerDaniel Alabi2015-04-216-0/+396
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+10
* SERVER-17760 moveChunk, mergeChunk, splitChunk commands should use catalog ma...Daniel Alabi2015-04-203-0/+38
* SERVER-18024 Link CatalogManagerLegacy in mongos/mongod onlyKaloian Manassiev2015-04-171-0/+2
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-174-4/+0
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-162-21/+10
* SERVER-17969 Move shardCollection operation to the catalog managerDaniel Alabi2015-04-153-1/+119
* SERVER-18009 Return scoped connection to the poolKaloian Manassiev2015-04-151-0/+1
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-18055 Move config server schema upgrade under the legacy catalog managerKaloian Manassiev2015-04-159-0/+1787
* SERVER-18009 Move drop collection to the catalog managerKaloian Manassiev2015-04-153-0/+121
* SERVER-17848 Use the catalog manager to query shards in a sharded clusterDaniel Alabi2015-04-133-12/+42
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-106-38/+287
* SERVER-17965 Allow replica set connection strings in the catalog managerSpencer T Brody2015-04-091-1/+6
* SERVER-17775 Move ShardType to src/mongo/s/catalogDaniel Alabi2015-04-095-3/+429
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17876 Remove useless const qualifier on primitive return typesDaniel Alabi2015-04-071-1/+1
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-075-6/+625
* SERVER-17898 Add logging of config server check failuresKaloian Manassiev2015-04-071-0/+4
* SERVER-17773 listShards command should use the catalog managerDaniel Alabi2015-04-013-1/+29
* SERVER-17740 Put removeShard in the catalog managerDaniel Alabi2015-04-013-1/+188
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-312-1/+8
* SERVER-17701 Move addShard operation to the catalog managerDaniel Alabi2015-03-273-0/+326
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-248-3/+727
* SERVER-17638 Catalog manager loads database metadataKaloian Manassiev2015-03-201-12/+6
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-209-0/+1346