summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-11/+79
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-1/+8
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-0/+2
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-141-2/+0
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-0/+2
* SERVER-32970 put back random chunk size initialization in mongos auto split t...Randolph Tan2018-02-051-1/+1
* SERVER-30180 Move should-split logic from cluster_write.cpp to chunk.cppHugh Han2017-07-211-0/+5
* SERVER-29817 Always intialize bytesWritten to 0 for chunks.Andy Schwerin2017-07-051-1/+0
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-181-25/+8
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-103/+22
* SERVER-27809 Move regular chunk split to the balancerKaloian Manassiev2017-01-301-27/+11
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-251-5/+1
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-9/+6
* 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