summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-2415-57/+52
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-247-11/+11
* SERVER-62783 Move the version parsing for ShardCollectionType out of ChunkVer...Kaloian Manassiev2022-01-243-10/+15
* SERVER-62855 MigrationDestinationManager should not blindly dereference _sess...Jordi Serra Torrens2022-01-241-2/+6
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-222-3/+2
* SERVER-62586 Defragmentation error handling should wait for all outstanding a...Allison Easton2022-01-213-91/+227
* SERVER-62463 Parallelise multiple migrations within a single collection defra...Paolo Polato2022-01-212-48/+147
* SERVER-62332 Make RefineCollectionShardKeyCoordinator disallow migrations whi...Jordi Serra Torrens2022-01-217-35/+155
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-2037-50/+38
* SERVER-62757 Rename balancerShouldMergeChunks command parameterTommaso Tocci2022-01-209-20/+20
* SERVER-61727: implementation of Collection defragmentation Phase 2Paolo Polato2022-01-2014-146/+933
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-192-17/+24
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-194-20/+21
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-182-1/+5
* SERVER-61755 Migration recovery should handle refined shard keyAllison Easton2022-01-181-1/+5
* SERVER-62583 Unset collection-specific balancer fields upon setFCV < 5.3Pierlauro Sciarelli2022-01-182-0/+53
* SERVER-62282 Migration recovery should be retried until successAntonio Fuschetto2022-01-183-6/+35
* SERVER-61760 Stop migrations in sharded collections before executing a collMo...Marcos José Grillo Ramirez2022-01-174-28/+77
* SERVER-62462 Add throttling to merge/split commands issued by the defragmenta...Paolo Polato2022-01-172-0/+21
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-162-5/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-142-1/+5
* SERVER-61726 disallow committing auto-splits for collections under defragment...Pierlauro Sciarelli2022-01-149-44/+139
* SERVER-62580 When migration commit fails, donor should not tell recipient to ...Jordi Serra Torrens2022-01-141-5/+5
* SERVER-62233 Filter Rewritten No-Op Oplogs Outside Chunk Range In handleWrite...Luis Osta2022-01-1410-23/+406
* SERVER-62178 Clear filtering metadata on recipient shard primary for temporar...Matt Boros2022-01-132-15/+17
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is fin...Marcos José Grillo Ramirez2022-01-134-16/+50
* SERVER-61558 Rename configureCollectionAutosplitter commandr5.3.0-alpha0Tommaso Tocci2022-01-135-25/+25
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-59689 Prevent setting FCV < 5.3 in case of ongoing defragmentationPierlauro Sciarelli2022-01-121-0/+9
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-124-4/+266
* SERVER-60479 Implement split chunks routine Phase IIIAllison Easton2022-01-125-32/+477
* SERVER-62424 _configsvrRemoveShard must wait for majority before returningPierlauro Sciarelli2022-01-111-0/+5
* SERVER-61533 Make the balancer defragmentation policy resilient to non-retrya...Allison Easton2022-01-113-50/+178
* SERVER-62065 Make the CPP name of '_flushRoutingTableCacheUpdates' more user-...Kaloian Manassiev2022-01-115-16/+20
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-112-27/+23
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-4/+3
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-01-105-59/+136
* SERVER-62072 Reshard command waits for cleanup to be majority committedBrett Nawrocki2022-01-071-0/+2
* SERVER-61735 Add a new timing log step in MigrationDestinationManager to trac...Jordi Serra Torrens2022-01-071-3/+5
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-079-95/+257
* SERVER-61105 Fixed log spam in moveChunk session migrationMatt Boros2022-01-061-9/+8
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-054-6/+6
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-056-6/+6
* SERVER-60109 Ensure vector clock is recovered on step-upPierlauro Sciarelli2022-01-041-3/+3
* SERVER-62160 Remove TODO listed in SERVER-62061Tommaso Tocci2022-01-031-2/+0
* SERVER-62162 Get rid of TODO referencing a closed ticketKaloian Manassiev2021-12-312-58/+30
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-303-24/+44
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-303-0/+36
* SERVER-62128 Do not assume FCV stability when filtering writesSergi Mateo Bellido2021-12-284-13/+18
* SERVER-62207 Make ReshardCollectionCoordinator store an owned BSON object for...Jordi Serra Torrens2021-12-282-1/+5