summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33929 Remove ChunkRangeMap from the chunk manager.Martin Neupauer2018-03-191-110/+57
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-3/+1
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-131-58/+157
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-131-3/+15
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-7/+5
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-1/+1
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-5/+7
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+5
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-4/+1
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-2/+8
* SERVER-29817 Use hinted insert when building chunkRangeMapAndy Schwerin2017-07-211-4/+7
* SERVER-29817 Move all ChunkManager construction logic into chunk_manager.cpp;...Andy Schwerin2017-07-121-8/+77
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-221-0/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-301/+90
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-90/+301
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-301/+90
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+14
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-03-021-3/+3
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-59/+25
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-271-49/+38
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-181-152/+19
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-181-13/+3
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-8/+9
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-2/+1
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-031-1/+2
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-031-2/+1
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-10/+8
* SERVER-27809 Move regular chunk split to the balancerKaloian Manassiev2017-01-301-1/+0
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-301-1/+4
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-251-24/+2
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-48/+41
* SERVER-26840 Make ChunkManager not return early on bad metadataKaloian Manassiev2016-10-311-5/+2
* Revert "SERVER-26840 Make ChunkManager not return early on bad metadata"Randolph Tan2016-10-311-0/+5
* SERVER-26840 Make ChunkManager not return early on bad metadataKaloian Manassiev2016-10-311-5/+0
* SERVER-26777 Improve logging around chunk refreshKaloian Manassiev2016-10-271-14/+19
* SERVER-25665 Cleanup chunk cache refreshKaloian Manassiev2016-10-271-3/+8
* SERVER-26587 Use correct iterator types for BSON keyed associative typesAndrew Morrow2016-10-121-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-291-6/+6
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-261-6/+6
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-261-6/+6
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-4/+5
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-5/+13
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-2/+8
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-19/+18
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-4/+8
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-8/+52