summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65407: Use admin database for applyOpsKshitij Gupta2022-04-222-2/+2
* SERVER-64171 Resize Cluster Chunks when downgrading to 5.xPaolo Polato2022-04-122-0/+7
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-6/+2
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-2/+6
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-6/+2
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-076-95/+94
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-023-19/+23
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-12/+37
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-241-1/+1
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-239-319/+178
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-1/+1
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-114-157/+227
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-8/+2
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-021-0/+4
* SERVER-62512 Unify max chunk size type with estimated chunk size typeAllison Easton2022-02-022-7/+21
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-7/+16
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-283-37/+0
* SERVER-62756 Add second mergeChunks phase to the defragmentation algorithmPaolo Polato2022-01-261-1/+2
* SERVER-62757 Rename balancerShouldMergeChunks command parameterTommaso Tocci2022-01-202-6/+6
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-122-2/+3
* SERVER-62095 Update phase transitions for balancer defragmentation policyAllison Easton2021-12-171-0/+1
* SERVER-61555 Link the defragmentation policy to ConfigureCollectionAutoSplitAllison Easton2021-12-022-1/+3
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-022-12/+6
* SERVER-61694 Clear estimated size field in config.chunks when committing spli...Paolo Polato2021-11-242-0/+6
* SERVER-61531 Create balancer infrastructure for collection defragmentationAllison Easton2021-11-242-1/+17
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-221-0/+1
* SERVER-57310 record creation date of mongosIsrael Hsu2021-11-103-0/+47
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-042-0/+12
* SERVER-60925 rename chunk estimated size fieldPaolo Polato2021-10-262-4/+4
* SERVER-60489 Handle potential exceptions in balancer recovery phaseAntonio Fuschetto2021-10-182-5/+16
* SERVER-58908 Add mergeChunks configuration to configureCollectionAutoSplitterSimon Graetzer2021-10-142-1/+10
* SERVER-60494 Add size estimate field to ChunkTypeSimon Graetzer2021-10-112-0/+15
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-086-32/+39
* SERVER-60074 Add feature flag for configureCollectionAutoSplitter commandSimon Graetzer2021-09-222-2/+2
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-2114-97/+90
* SERVER-59803 Set maxTimeMs for catalog cache refresh aggregationJordi Serra Torrens2021-09-061-0/+7
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-299-128/+116
* SERVER-58575 Replace the logic that decides whether the SSCCL should use name...Antonio Fuschetto2021-08-181-0/+1
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-162-9/+17
* SERVER-51881 Remove dropped field from CollectionTypeMarcos José Grillo Ramirez2021-08-105-30/+2
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-063-2/+38
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-3/+12
* SERVER-58389 Removed $maxTimeMS for updates performed by shards on the config...Matt Walak2021-08-046-6/+64
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-120/+12
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-024-9/+9
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-303-1/+25
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-1/+2
* SERVER-58860 Remove unused failApplyChunkOps fail pointTommaso Tocci2021-07-271-10/+0
* SERVER-53033 Investigate usages on "not master" error messages in sharding un...Allison Easton2021-07-022-6/+6
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-0/+1