summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-72535 Disallow creating the 'admin', 'local', and 'config' databases w...Jordi Serra Torrens2023-01-162-2/+107
* 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-112-0/+50
* SERVER-69890 Concurrent movePrimary and removeShard can move database to a no...Antonio Fuschetto2023-01-092-3/+17
* SERVER-71609 `splitOrMarkJumbo` must not over-split chunksPierlauro Sciarelli2023-01-091-2/+10
* SERVER-71597 Fix race condition on createDatabase for case sensitive dbNameTommaso Tocci2023-01-051-1/+1
* SERVER-71479 Merging chunks must not set `validAfter` to the current wall timeSilvia Surroca2023-01-034-46/+70
* SERVER-70768 Balancer use wrong chunk size for jumbo chunksSilvia Surroca2022-12-202-9/+22
* SERVER-70237 Chunks merge commit must not create a BSON object too largeTommaso Tocci2022-12-073-93/+138
* SERVER-71666 Reduce number of scanned index entries on chunk migration commitPierlauro Sciarelli2022-11-301-18/+17
* SERVER-68541 Serialize the removeShard and commitMovePrimary commands to prev...Antonio Fuschetto2022-11-083-0/+157
* SERVER-66913 make configureCollectionBalancing() return NamespaceNotSharded o...Pierlauro Sciarelli2022-10-142-10/+12
* SERVER-66078 Make config.system.sessions balanceable by data size criteriaPaolo Polato2022-10-141-6/+7
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-10-142-98/+106
* SERVER-66208 Remove chunk creation for shard collection with existing dataPierlauro Sciarelli2022-10-142-5/+16
* SERVER-68139: Test resharding success with limited memorynandinibhartiyaMDB2022-09-213-6/+38
* SERVER-68094: Use $replaceRoot instead of $projectnandinibhartiyaMDB2022-09-142-35/+27
* SERVER-69167: Verify that FCV has been initialized before cluster parameter f...Varun Ravichandran2022-09-131-0/+5
* SERVER-67296 Mark the OpCtx of the configsvr commands used to commit chunk-re...Silvia Surroca2022-08-082-0/+37
* SERVER-68513 The _configsvrRunRestore command should restore databases with u...Gregory Wlodarek2022-08-031-5/+20
* SERVER-66336 ConfigsvrCoordinators initial checkpoint may incur in DuplicateK...Silvia Surroca2022-06-083-9/+32
* SERVER-66565 Create config.transactions partial index in setFCVJack Mulrow2022-05-241-0/+2
* SERVER-66029 Fix lifetime of timers in refineCollectionShardKey transaction c...Jack Mulrow2022-05-021-42/+43
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-281-18/+18
* SERVER-65386 Change add shard behavior to absorb shard cluster's parameters w...Marcos José Grillo Ramirez2022-04-273-32/+217
* SERVER-62266: Serialize setClusterParameter and drop cluster parameter collec...Varun Ravichandran2022-04-223-36/+50
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-134-4/+20
* SERVER-59922: Use FCV check with feature flag in replica set setClusterParameterAdam Rayner2022-04-121-15/+15
* SERVER-65407 fix database name when invoking commit chunk transactionAndrew Shuvalov2022-04-111-1/+1
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-114-32/+139
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-114-5/+22
* SERVER-65358 Add epoch/timestamp on the mergeChunks pathKaloian Manassiev2022-04-114-36/+83
* Revert "SERVER-63606 Serialize setClusterParameter with add/remove shard and ...auto-revert-processor2022-04-094-139/+32
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-084-32/+139
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-073-2/+6
* SERVER-65204 Remove usages of StaleEpoch from the merge pathKaloian Manassiev2022-04-061-17/+0
* SERVER-64486 + SERVER-64363 moveRange honors secondary throttle and cluster m...Pierlauro Sciarelli2022-04-061-6/+2
* SERVER-63870 Integrate replica set setClusterParameter into POS with replay p...Marcos José Grillo Ramirez2022-04-054-5/+162
* SERVER-63725 Block FCV downgrade on User Write Block ModeSpencer Jackson2022-04-054-11/+42
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-053-3/+4
* SERVER-65047 Strengthen guarantees for resharding aborting across FCVsBrett Nawrocki2022-04-011-0/+7
* SERVER-64502 Suspend the defragmentation when sh.stopBalancer is invokedPaolo Polato2022-04-012-3/+3
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-4/+1
* SERVER-64943 Ensure replay safety for _shardsvrSetUserWriteBlockMode commandJordi Serra Torrens2022-03-297-16/+105
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-03-281-1/+1
* SERVER-63634 ReshardingMetricsNew restores common metadata metricsBrett Nawrocki2022-03-251-0/+5
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-242-90/+411
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-234-0/+227
* SERVER-63621 Push user write blocking state onto newly added shards in the ad...Jordi Serra Torrens2022-03-224-18/+187