summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_metadata_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-3/+1
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-141-1/+1
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-2/+2
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-2/+2
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-3/+3
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-2/+3
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+1
* SERVER-57665 Remove the unused disallowWritesForResharding() methodLuis Osta2021-06-281-72/+0
* SERVER-56726: Rename resharding coordinator enums to reflect the delineation ...Jamie Anderson2021-05-141-12/+10
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+1
* SERVER-54681 Delay start of txnCloners to prevent early write of kIncompleteH...Alex Taskov2021-03-181-1/+1
* SERVER-54981 Add recipientShards field to resharding donor document.Max Hirschhorn2021-03-091-1/+2
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-1/+4
* SERVER-54512 Replace resharding "mirroring" related states to "blocking writes"Yuhong Zhang2021-02-251-4/+4
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-201-12/+12
* SERVER-53631 Refactored and renamed writesShouldRunInDistributedTransaction f...Alex Taskov2021-01-141-29/+79
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-1/+2
* SERVER-52801 Implement local drop for the original collection on resharding d...Blake Oler2020-12-051-21/+39
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-51694 Add a resharding utility function to determine whether a write s...Vishnu Kaushik2020-11-231-4/+33
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+1
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-96/+102
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-2/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-1/+2
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-2/+1
* 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-2/+3
* 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-35209 Remove the CollectionMetadata::getDifferentChunk code and its us...Sarah Zhou2018-06-081-34/+0
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-8/+42
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-131-59/+73
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-27/+22
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-2/+1
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-4/+7
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-1/+2
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-63/+53
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-185/+58
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-387/+175
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-011-31/+37
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-301-1/+1
* SERVER-25665 Make splitChunk and moveChunk commands use 'chunkVersion'Kaloian Manassiev2016-11-021-12/+29
* SERVER-25665 Cleanup chunk cache refreshKaloian Manassiev2016-10-271-35/+30
* SERVER-25665 Remove cloneSplit and cloneMerge from CollectionMetadataKaloian Manassiev2016-10-101-247/+0
* SERVER-26471 Always incrementally refresh metadata after committing chunk mig...Kaloian Manassiev2016-10-071-102/+0
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-5/+5
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1