summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_metadata.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-031-5/+9
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-131-17/+0
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-22/+0
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-0/+22
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-24/+0
* SERVER-558917 Wait until donors/recipients are aware that coordinator has per...jannaerin2021-07-301-3/+2
* SERVER-58669 Allow collMod, createIndexes, and dropIndexes once resharding co...jannaerin2021-07-261-5/+10
* SERVER-57665 Remove the unused disallowWritesForResharding() methodLuis Osta2021-06-281-51/+0
* SERVER-56726: Rename resharding coordinator enums to reflect the delineation ...Jamie Anderson2021-05-141-4/+5
* SERVER-54486: Clear resharding filtering metadata on primary stepUp.Daniel Gottlieb2021-03-311-0/+6
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-2/+2
* SERVER-54512 Replace resharding "mirroring" related states to "blocking writes"Yuhong Zhang2021-02-251-2/+2
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-0/+10
* SERVER-54048 Ensure shard owns chunks for collection before creating reshardi...Blake Oler2021-02-031-0/+7
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-201-5/+3
* SERVER-53631 Refactored and renamed writesShouldRunInDistributedTransaction f...Alex Taskov2021-01-141-16/+25
* SERVER-52801 Implement local drop for the original collection on resharding d...Blake Oler2020-12-051-16/+17
* SERVER-52802 Remove kDropping from the ReshardingCoordinatorBlake Oler2020-11-241-2/+0
* SERVER-51694 Add a resharding utility function to determine whether a write s...Vishnu Kaushik2020-11-231-0/+46
* SERVER-50921 add method to return reshard key if appending resharding recipie...Vishnu Kaushik2020-11-171-0/+43
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+4
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-3/+1
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-2/+3
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-12/+14
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46845 Allow logging operations to bypass ShardInvalidatedForTargeting ...Blake Oler2020-04-061-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-55/+55
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-10/+47
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-2/+2
* SERVER-35209 Remove the CollectionMetadata::getDifferentChunk code and its us...Sarah Zhou2018-06-081-14/+0
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-11/+11
* SERVER-33454 Remove the 'chunks map' from CollectionMetadataMartin Neupauer2018-03-071-15/+14
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-131-99/+24
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-14/+17
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-20/+16
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-21/+2
* SERVER-29817 Use hinted insert when building CollectionMetadata for performance.Andy Schwerin2017-07-211-2/+5
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-21/+22
* SERVER-28418 make the split command on mongod return a stale version error if...r3.5.9Esha Maharishi2017-06-201-2/+2
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-145/+70
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-221-31/+9
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-150/+75
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+2
* SERVER-27510 remove chunk version check in moveChunk and splitChunkEsha Maharishi2017-01-101-9/+0