summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-031-0/+12
* SERVER-48601 ChunkSplitter should use the same chunk bounds for splitVector a...Jack Mulrow2020-07-291-0/+4
* SERVER-48739 Add cached max KeyString to ChunkInfo classAlex Taskov2020-06-171-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37918 Improve the messaging around corrupted routing metadataKaloian Manassiev2018-11-051-0/+4
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-301-0/+16
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35743 Divide current chunk size among the chunks it was split into in ...Matthew Saltz2018-07-251-2/+2
* SERVER-35734 Integrate new ChunkWritesTracker and ChunkSplitStateDriver with ...Matthew Saltz2018-06-251-26/+14
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-211-11/+11
* Revert "SERVER-35612 Implement ChunkWritesTracker with unit tests, make Chunk...Matthew Saltz2018-06-211-11/+11
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-211-11/+11
* 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