summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager_chunk_operations.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71924 Reduce verbosity of chunk merge change log eventSilvia Surroca2023-01-131-19/+5
* SERVER-71399 Jumbo chunk flag must be cleared following a chunk splitSilvia Surroca2023-01-111-0/+1
* SERVER-71609 `splitOrMarkJumbo` must not over-split chunksPierlauro Sciarelli2023-01-091-2/+10
* SERVER-71479 Merging chunks must not set `validAfter` to the current wall timeSilvia Surroca2023-01-031-8/+18
* SERVER-70768 Balancer use wrong chunk size for jumbo chunksSilvia Surroca2022-12-201-8/+20
* SERVER-70237 Chunks merge commit must not create a BSON object too largeTommaso Tocci2022-12-071-93/+101
* SERVER-71666 Reduce number of scanned index entries on chunk migration commitPierlauro Sciarelli2022-11-301-18/+17
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-10-141-10/+14
* SERVER-67296 Mark the OpCtx of the configsvr commands used to commit chunk-re...Silvia Surroca2022-08-081-0/+33
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-131-4/+7
* SERVER-65407 fix database name when invoking commit chunk transactionAndrew Shuvalov2022-04-111-1/+1
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-1/+4
* SERVER-65358 Add epoch/timestamp on the mergeChunks pathKaloian Manassiev2022-04-111-9/+10
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-35/+105
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-231-0/+59
* SERVER-63240 Ensure only major and minor version is stored when clearing the ...Marcos José Grillo Ramirez2022-02-141-2/+2
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-15/+15
* SERVER-61444 Resharding coordinator state transactions now use w:1Brett Nawrocki2022-01-241-2/+23
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-13/+13
* SERVER-62757 Rename balancerShouldMergeChunks command parameterTommaso Tocci2022-01-201-1/+1
* SERVER-61726 disallow committing auto-splits for collections under defragment...Pierlauro Sciarelli2022-01-141-10/+19
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-121-4/+136
* SERVER-62065 Make the CPP name of '_flushRoutingTableCacheUpdates' more user-...Kaloian Manassiev2022-01-111-5/+7
* SERVER-62162 Get rid of TODO referencing a closed ticketKaloian Manassiev2021-12-311-50/+26
* SERVER-61694 Clear estimated size field in config.chunks when committing spli...Paolo Polato2021-11-241-0/+2
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-041-1/+1
* SERVER-60925 rename chunk estimated size fieldPaolo Polato2021-10-261-4/+4
* SERVER-60494 Add size estimate field to ChunkTypeSimon Graetzer2021-10-111-0/+63
* SERVER-60161 Make _kChunkOpLock and _kZoneOpLock acquisitions interruptableJordi Serra Torrens2021-10-011-8/+8
* SERVER-59770 Use the timestamp to implement the comparison methods of ChunkVe...Allison Easton2021-09-291-1/+1
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-35/+15
* SERVER-59845 selectChunkSplitPoints must rely on the autoSplitVector functionPierlauro Sciarelli2021-09-171-2/+1
* SERVER-59127 Remove the legacy configsvr_merge_chunk_commandPaolo Polato2021-09-141-128/+0
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-122/+64
* SERVER-54979 Let chunkSplit+ splitVector participate in the shard versioning ...Simon Graetzer2021-08-081-1/+2
* SERVER-58994 Prevent querying config.chunks for the shard version during chun...Allison Easton2021-08-041-46/+34
* SERVER-58895 Prevent querying config.chunks for the shard version during chun...Allison Easton2021-08-031-15/+16
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-12/+0
* SERVER-58771 Prevent querying config.chunks for the shard version during chun...Allison Easton2021-08-021-19/+37
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+6
* SERVER-55114 Bump the minor version of the newest chunk on change allowMigrat...Simon Graetzer2021-07-081-71/+66
* SERVER-57790 abort chunk migration while an up/downgrade is in progress.Paolo Polato2021-07-061-0/+10
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-1/+1
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-281-1/+1
* SERVER-57316 Changing a few functions that rely on the presence of epochs/tim...Sergi Mateo Bellido2021-06-161-1/+3
* SERVER-57524 Make refine and resharding not write epoch/timestamp to the chun...Kaloian Manassiev2021-06-161-12/+11
* SERVER-57316 Changing a few functions that rely on the presence of epochs/tim...Sergi Mateo Bellido2021-06-141-168/+202
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-031-28/+49
* SERVER-56786 Ensure that the query on config.collections succeedsPaolo Polato2021-06-021-3/+7