summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-151-7/+3
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-5/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-031-0/+15
* SERVER-48739 Add cached max KeyString to ChunkInfo classAlex Taskov2020-06-171-0/+1
* SERVER-43424 Remove unneeded TODOMatthew Saltz2020-05-041-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-4/+1
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-301-2/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35743 Divide current chunk size among the chunks it was split into in ...Matthew Saltz2018-07-251-19/+0
* SERVER-35734 Integrate new ChunkWritesTracker and ChunkSplitStateDriver with ...Matthew Saltz2018-06-251-17/+0
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-211-15/+10
* Revert "SERVER-35612 Implement ChunkWritesTracker with unit tests, make Chunk...Matthew Saltz2018-06-211-10/+15
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-211-15/+10
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-2/+0
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-12/+11
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-0/+28
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-0/+1
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-141-1/+0
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-0/+1
* SERVER-32970 put back random chunk size initialization in mongos auto split t...Randolph Tan2018-02-051-1/+22
* SERVER-30180 Move should-split logic from cluster_write.cpp to chunk.cppHugh Han2017-07-211-0/+11
* SERVER-29817 Always intialize bytesWritten to 0 for chunks.Andy Schwerin2017-07-051-24/+2
* SERVER-27723 Undeprecate ChunkType::DEPRECATED_epoch and ChunkType::DEPRECATE...Joanna Huang2017-06-231-3/+2
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-181-42/+4
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-344/+25
* SERVER-27809 Move regular chunk split to the balancerKaloian Manassiev2017-01-301-22/+13
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-251-79/+54
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-4/+8
* SERVER-27613 do not send chunk's ChunkVersion in split requestsEsha Maharishi2017-01-111-1/+0
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-081-1/+1
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-17/+41
* 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-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+3
* SERVER-25527 Make moveChunk and splitChunk commands include the chunk versionKaloian Manassiev2016-08-171-0/+1
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-2/+2
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-301-2/+2
* Revert "SERVER-24856 Make manual moveChunk requests go through the balancer o...Ian Whalen2016-07-271-2/+2
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-271-2/+2
* SERVER-24227 Replace autoSplit startup opt with proper settingJess Fan2016-07-061-8/+14
* SERVER-24720/SERVER-24782 Move serverStatus.balancer to a balancerStatus commandKaloian Manassiev2016-06-291-1/+1