summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28807 parseShardKeyPattern can leak for bad inputsRandolph Tan2017-04-141-3/+3
* SERVER-20854 Refresh collection metadata on a separate threadKaloian Manassiev2017-04-136-139/+476
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-1213-890/+355
* SERVER-22611 Make the catalog cache unit-tests go through the CatalogCacheKaloian Manassiev2017-04-126-276/+382
* SERVER-22611 Make CatalogCache::onStaleConfigError clear the passed cache entryKaloian Manassiev2017-04-121-6/+10
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-04-125-72/+255
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-04-1147-2705/+2386
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-04-113-27/+16
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-04-066-6/+6
* SERVER-27701 fix race in AsyncResultsMerger error handlingDavid Storch2017-03-312-2/+45
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-03-031-3/+10
* SERVER-28155 Move DBClientMultiCommand to mongo/s/commandsKaloian Manassiev2017-03-037-5/+5
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-0211-148/+126
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-03-0113-155/+93
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-03-017-6/+1588
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-03-016-100/+97
* SERVER-28098 Get rid of DBConfig::getAllShardIdsKaloian Manassiev2017-03-013-22/+20
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-287-452/+673
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-283-80/+15
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-2833-67/+80
* SERVER-27382 Get rid of the DBConfig::reload methodKaloian Manassiev2017-02-272-21/+13
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-275-91/+36
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-2711-88/+152
* SERVER-27382 Remove usage of DBConfig::reload from ClusterFindKaloian Manassiev2017-02-271-28/+20
* SERVER-27382 Remove usage of DBConfig::reload from ChunkManagerTargeterKaloian Manassiev2017-02-272-18/+11
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-02-0310-612/+491
* SERVER-27809 Move regular chunk split to the balancerKaloian Manassiev2017-02-035-58/+31
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-02-038-201/+146
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-01-234-5/+16
* SERVER-27726 Split ShardingCatalogManagerImpl into multiple .cpp filesKaloian Manassiev2017-01-2010-2344/+2228
* SERVER-26562 Unit tests for commitChunkMigrationNathan Myers2017-01-2011-89/+787
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-2013-261/+174
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-197-24/+74
* SERVER-27667 Get rid of sharding Request classKaloian Manassiev2017-01-177-216/+78
* SERVER-27556 Cleanup sharding request processing codeKaloian Manassiev2017-01-128-264/+229
* SERVER-27613 do not send chunk's ChunkVersion in split requestsEsha Maharishi2017-01-115-8/+0
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2017-01-051-2/+2
* SERVER-27526 Remove all non-metadata command usages of DBConfig::isShardingEn...Kaloian Manassiev2017-01-0414-268/+374
* SERVER-27473 Remove writes and unused code in DBConfigKaloian Manassiev2017-01-045-139/+49
* SERVER-27364 Remove DBConfig::setPrimaryKaloian Manassiev2017-01-033-14/+15
* SERVER-27366 Remove DBConfig::enableShardingKaloian Manassiev2017-01-035-46/+45
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2017-01-038-106/+191
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2017-01-034-233/+136
* SERVER-27258 Config server not crash on bad shard keyNathan Myers2016-12-281-3/+1
* SERVER-27527 Remove explicit shardingEnabled check for databases in M/R and a...Kaloian Manassiev2016-12-283-26/+25
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-221-17/+21
* SERVER-27393 Balancer should skip dropped collectionsNathan Myers2016-12-221-0/+4
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-225-73/+66
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-218-163/+99
* SERVER-27304 add internalQueryAlwaysMergeOnPrimaryShard setParameterDavid Storch2016-12-214-1/+82