summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_chunk.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-041-0/+4
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-101-0/+1
* SERVER-57523 Do not persist epochs and timestamps on config.chunksSergi Mateo Bellido2021-06-151-10/+18
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-141-1/+3
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-161-0/+12
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-1/+0
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-6/+18
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-221-8/+7
* SERVER-53868 Update the timestamp of docs in config.chunks when refining a sh...Sergi Mateo Bellido2021-01-201-0/+1
* SERVER-53468 Ensure config.chunks stability during upgrade/downgradeSergi Mateo Bellido2021-01-071-2/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-2/+5
* SERVER-52762 Always persist ChunkType with the proper `collectionUUID`Pierlauro Sciarelli2020-12-011-3/+28
* SERVER-52761 Add collectionUUID field to ChunkTypePierlauro Sciarelli2020-11-121-0/+9
* SERVER-48744 Convert ShardInfoMap to use unordered_map instead of mapAlex Taskov2020-07-131-7/+6
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-0/+4
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-271-50/+1
* SERVER-44157 On beginning to receive a range, check overlapping ranges in con...Alex Taskov2019-11-061-3/+0
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-151-14/+58
* SERVER-42188 Create IDL type for range deletion task for persistence in the q...Alex Taskov2019-09-101-0/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+7
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-18/+49
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-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-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-1/+3
* SERVER-35720 Allow zones to be created on non-existent collectionCheahuychou Mao2018-06-281-0/+21
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-4/+5
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-301-5/+0
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-1/+62
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-141-62/+1
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-1/+62
* SERVER-32862 Prevent zone key field names from possessing invalid prefixesBlake Oler2018-02-061-0/+5
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-13/+13
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-3/+2
* SERVER-31644 Rename the per-shard filtering information cache collections to ...Kaloian Manassiev2017-10-201-1/+1
* SERVER-27723 Undeprecate ChunkType::DEPRECATED_epoch and ChunkType::DEPRECATE...Joanna Huang2017-06-231-5/+5
* SERVER-29437 update shard config.collections schema to use lastRefreshedChunk...Dianna Hohensee2017-06-201-1/+2
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-4/+0
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-0/+22
* SERVER-28176 read chunks collections on shardsDianna Hohensee2017-03-131-0/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-0/+9
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-9/+0
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-0/+9
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-301-71/+141
* SERVER-25665 Persist chunk version as part of the active migration documentKaloian Manassiev2016-10-181-6/+8
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+3
* SERVER-24393 Implement ShardingCatalogManagerImpl::assignKeyRangeToZoneRandolph Tan2016-07-191-1/+9
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-4/+4