summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-35653: Revert "SERVER-31768 Don't create the first collection on a pri...jannaerin2018-06-191-10/+0
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-06-011-1/+1
* SERVER-33639 Protect against distlock acquisition timeout at createDatabase timejannaerin2018-05-231-0/+11
* SERVER-31768 Don't create the first collection on a primary drained shardjannaerin2018-02-091-0/+10
* SERVER-31866 setFCV should always wait for majority writeConcernJack Mulrow2017-11-211-2/+1
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-32/+9
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+6
* SERVER-30793 merge setFeatureCompatibilityVersion and _configsvrSetFeatureCom...Esha Maharishi2017-10-091-0/+8
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-1/+2
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-151-0/+43
* Revert "SERVER-30324 Move cluster_remove_shard_cmd to mongod"Mathias Stearn2017-08-071-43/+0
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-071-0/+43
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-011-0/+37
* SERVER-29760 propagate UUID from primary shard to config server on shardColle...Esha Maharishi2017-08-011-0/+3
* SERVER-29660 move the logic of the enableSharding into the new _configsvrEnab...Jessica Yu2017-07-221-0/+17
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-125/+246
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-10/+60
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+12
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-21/+0
* SERVER-27726 Split ShardingCatalogManagerImpl into multiple .cpp filesKaloian Manassiev2017-01-181-1/+2
* SERVER-26562 Move CommitChunkMigration cmd impl to catalog, prep for unit testsNathan Myers2016-12-051-5/+16
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-261-0/+8
* SERVER-25722 Ensure that shards are not added while _configSvrSetFeatureCompa...Tess Avitabile2016-08-241-0/+6
* SERVER-25000 Built _configsvrMergeChunk wrapper around applyOpsJess Fan2016-08-111-0/+10
* SERVER-24999 Built _configsvrSplitChunk wrapper around applyOpsJess Fan2016-08-101-0/+11
* SERVER-25154 unit tests for addShard compatibility pathEsha Maharishi2016-08-011-0/+4
* SERVER-25105 add OpObserver for deletes to config.shards to cancel correspond...Esha Maharishi2016-07-271-0/+6
* SERVER-24352 configs initialize sharding awareness on sharding-unaware shards...Esha Maharishi2016-07-271-0/+7
* SERVER-24393 Implement ShardingCatalogManagerImpl::assignKeyRangeToZoneRandolph Tan2016-07-191-0/+21
* SERVER-22660 OpObserver on config server for inserts to config.shards from ol...Esha Maharishi2016-07-141-0/+22
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-0/+6
* SERVER-24381 Implement ShardingCatalogManagerImpl::removeShardFromZoneRandolph Tan2016-06-281-0/+8
* SERVER-24379 Implement ShardingCatalogMangerImpl::addShardToZoneRandolph Tan2016-06-211-0/+8
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-0/+103