summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager_collection_operations.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67899 fix the logic to reset the maxChunkSize param for the config.sys...Paolo Polato2022-07-281-7/+61
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-5/+0
* SERVER-67296 Mark the OpCtx of the configsvr commands used to commit chunk-re...Silvia Surroca2022-06-301-0/+4
* SERVER-65397 Remove featureFlagInternalTransactionsErin Liang2022-06-281-91/+11
* SERVER-66913 make configureCollectionBalancing() return NamespaceNotSharded o...Paolo Polato2022-06-071-2/+1
* SERVER-66078 Make config.system.sessions balanceable by data size criteriaPaolo Polato2022-06-011-6/+7
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-05-101-88/+92
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66029 Fix lifetime of timers in refineCollectionShardKey transaction c...Jack Mulrow2022-04-281-42/+43
* SERVER-64502 Suspend the defragmentation when sh.stopBalancer is invokedPaolo Polato2022-04-011-1/+1
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-231-0/+39
* SERVER-64080 ConfigsvrConfigureCollectionBalancing should not call tellShards...Allison Easton2022-03-031-29/+30
* SERVER-63905 ConfigureCollectionBalancing command should refresh collection r...Allison Easton2022-02-251-2/+5
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+0
* SERVER-63170 Replace usages of configure auto split with configure collection...Allison Easton2022-02-021-2/+2
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-2/+3
* SERVER-62134 Ensure Phase 3 is executed before ending defragmentationAllison Easton2022-01-281-5/+9
* SERVER-61938 ConfigureCollectionAutoSplit should check maxChunkSize in MBAllison Easton2022-01-261-10/+10
* SERVER-62757 Rename balancerShouldMergeChunks command parameterTommaso Tocci2022-01-201-5/+5
* SERVER-61726 disallow committing auto-splits for collections under defragment...Pierlauro Sciarelli2022-01-141-5/+0
* SERVER-61558 Rename configureCollectionAutosplitter commandr5.3.0-alpha0Tommaso Tocci2022-01-131-9/+9
* SERVER-59689 Prevent setting FCV < 5.3 in case of ongoing defragmentationPierlauro Sciarelli2022-01-121-0/+9
* SERVER-62065 Make the CPP name of '_flushRoutingTableCacheUpdates' more user-...Kaloian Manassiev2022-01-111-1/+1
* SERVER-62162 Get rid of TODO referencing a closed ticketKaloian Manassiev2021-12-311-8/+4
* SERVER-62080 Make read and write concern configurable for internal transactio...Jack Mulrow2021-12-201-0/+9
* SERVER-59664 Implement merge chunks routine Phase IAllison Easton2021-12-071-2/+2
* SERVER-61555 Link the defragmentation policy to ConfigureCollectionAutoSplitAllison Easton2021-12-021-0/+2
* SERVER-58759 Internal transaction API supports owned synchronous transactionsJack Mulrow2021-11-301-10/+113
* SERVER-61531 Create balancer infrastructure for collection defragmentationAllison Easton2021-11-241-2/+9
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-58908 Add mergeChunks configuration to configureCollectionAutoSplitterSimon Graetzer2021-10-141-10/+17
* SERVER-60161 Make _kChunkOpLock and _kZoneOpLock acquisitions interruptableJordi Serra Torrens2021-10-011-4/+4
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-22/+10
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-17/+4
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-1/+81
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-3/+6
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-1/+2
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-171-0/+38
* SERVER-57524 Make refine and resharding not write epoch/timestamp to the chun...Kaloian Manassiev2021-06-161-9/+5
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-7/+1
* SERVER-54283 Move the legacy dropDatabase/Collection path to execute from the...Kaloian Manassiev2021-02-091-216/+0
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-061-3/+3
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-34/+75
* SERVER-54071 Deduplicate `BatchedCommandRequest build*Op` methods in the code...Pierlauro Sciarelli2021-01-271-54/+15
* SERVER-53868 Update the timestamp of docs in config.chunks when refining a sh...Sergi Mateo Bellido2021-01-201-6/+15
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-191-1/+2
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-34/+0