summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_metadata.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57665 Remove the unused disallowWritesForResharding() methodLuis Osta2021-09-221-8/+0
* SERVER-56786 expand the bounds parameter of mergeChunk in the config server (...Paolo Polato2021-06-031-0/+4
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+5
* SERVER-54486: Clear resharding filtering metadata on primary stepUp.Daniel Gottlieb2021-03-311-0/+6
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-0/+5
* SERVER-54048 Ensure shard owns chunks for collection before creating reshardi...Blake Oler2021-02-031-0/+5
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-201-1/+1
* SERVER-53631 Refactored and renamed writesShouldRunInDistributedTransaction f...Alex Taskov2021-01-141-5/+5
* SERVER-52801 Implement local drop for the original collection on resharding d...Blake Oler2020-12-051-3/+3
* SERVER-51694 Add a resharding utility function to determine whether a write s...Vishnu Kaushik2020-11-231-0/+8
* SERVER-50921 add method to return reshard key if appending resharding recipie...Vishnu Kaushik2020-11-171-0/+6
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+2
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-161-0/+5
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-6/+6
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-10/+10
* SERVER-46845 Allow logging operations to bypass ShardInvalidatedForTargeting ...Blake Oler2020-04-061-0/+14
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-53/+57
* 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-23/+62
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-0/+7
* SERVER-35209 Remove the CollectionMetadata::getDifferentChunk code and its us...Sarah Zhou2018-06-081-5/+0
* SERVER-33454 Remove the 'chunks map' from CollectionMetadataMartin Neupauer2018-03-071-14/+2
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-131-14/+7
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-131-3/+2
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-5/+0
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-5/+6
* SERVER-31056 Make CollectionMetadata immutableKaloian Manassiev2017-11-291-10/+0
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-18/+16
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+4
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-12/+16
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-181-1/+12
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-36/+21
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-221-8/+4
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-55/+10
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-3/+3
* SERVER-27510 remove chunk version check in moveChunk and splitChunkEsha Maharishi2017-01-101-3/+1
* SERVER-25665 Make splitChunk and moveChunk commands use 'chunkVersion'Kaloian Manassiev2016-11-021-4/+13
* SERVER-25665 Cleanup chunk cache refreshKaloian Manassiev2016-10-271-1/+0
* SERVER-25665 Remove cloneSplit and cloneMerge from CollectionMetadataKaloian Manassiev2016-10-101-26/+3
* SERVER-26471 Always incrementally refresh metadata after committing chunk mig...Kaloian Manassiev2016-10-071-9/+0
* SERVER-24569 Maintain rangesToClean and metadataInUse on chunk migrationsKaloian Manassiev2016-07-211-11/+7
* SERVER-24569 Cleanup CollectionMetadata and MetadataManagerKaloian Manassiev2016-07-191-9/+9
* SERVER-22659 removing _uncommittedMetadata local variableDianna Hohensee2016-05-181-0/+5
* SERVER-23493 Cleanup CollectionMetadata cloneSplit and cloneMergeKaloian Manassiev2016-04-051-14/+11
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-041-40/+16
* Revert "SERVER-23493 Cleanup CollectionMetadata::clonePlusChunk"Kaloian Manassiev2016-04-041-16/+40
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-041-40/+16
* SERVER-23296 Move pending chunk management under MigrationDestinationManagerKaloian Manassiev2016-03-231-8/+2
* SERVER-22656 Tighten assertions for move chunk donateKaloian Manassiev2016-03-221-8/+5