summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24071 Introduce ChunkVersion legacy format parserKaloian Manassiev2016-05-101-2/+0
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-091-3/+4
* SERVER-22672 Make moveChunk and shardCollection use the balancerKaloian Manassiev2016-05-051-24/+0
* SERVER-22667 Move multiSplit to shardutilKaloian Manassiev2016-04-261-16/+5
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-43/+11
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-121-23/+1
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-0/+12
* SERVER-23494 Remove link dependency of mongod on coreshardKaloian Manassiev2016-04-051-1/+1
* SERVER-23484 Move Chunk::genID to ChunkTypeKaloian Manassiev2016-04-041-2/+0
* SERVER-22628 Use MigrationSecondaryThrottleOptions for parsing the balancer s...Kaloian Manassiev2016-02-231-2/+2
* SERVER-21186 Make intial chunk creation use insert and not upsertKaloian Manassiev2015-10-301-7/+0
* SERVER-20131 Take ChunkType by reference in Chunk constructorSpencer T Brody2015-08-261-1/+1
* SERVER-19855 Use ShardConnection for migrations and splitsSpencer T Brody2015-08-251-1/+1
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-12/+10
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Benety Goh2015-08-211-1/+1
* Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""Kaloian Manassiev2015-08-211-1/+1
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Kaloian Manassiev2015-08-211-1/+1
* SERVER-19855 Use ShardConnection for migrations and splitsKaloian Manassiev2015-08-211-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-6/+13
* SERVER-19367 Return ConnectionString by value, not by referenceKaloian Manassiev2015-08-031-2/+2
* SERVER-18594 RS Catalog Manager implementation of shardCollectionSpencer T Brody2015-07-141-0/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-242/+262
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-171-35/+26
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-5/+10
* SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)Mathias Stearn2015-05-041-1/+0
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-285/+6
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-12/+3
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-32/+0
* SERVER-8994: Boost 1.56 fixesMark Benvenuto2015-01-151-0/+1
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-4/+5
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Move ptr<T> out of goodies to own headerAndrew Morrow2015-01-051-0/+1
* SERVER-15674 Auto split of low top chunk does not move it to appropriate shar...Randolph Tan2014-12-051-14/+28
* SERVER-15590 remove unneeded minor version tracking from heuristicsGreg Studer2014-10-281-13/+3
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-39/+17
* SERVER-15244 More aggressive auto-split when total chunks are smallRandolph Tan2014-10-161-6/+8
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-15/+9
* SERVER-14668 Distlock constants to enums and fix some includesKaloian Manassiev2014-08-281-1/+1
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-1/+1
* SERVER-14667 mongos does not move top chunk after auto-splitRandolph Tan2014-08-061-2/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-2/+3
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-3/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-2/+3
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+1
* SERVER-14138 mongos incorrectly targets multiple shards for nested field shar...Greg Studer2014-06-051-1/+3