summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-57523 Do not persist epochs and timestamps on config.chunksSergi Mateo Bellido2021-06-151-10/+18
* SERVER-57673 Use vector.reserve() in ShardingCatalogClientImplSimon Graetzer2021-06-141-9/+16
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-039-51/+125
* SERVER-57307 Improve deletion of config.chunks entries with hint and retriesPierlauro Sciarelli2021-05-315-5/+13
* SERVER-57201 applyChunkOpsDeprecated function queries config.chunks always by...Sergi Mateo Bellido2021-05-276-2/+15
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2021-05-201-1/+2
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-231-4/+5
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-221-5/+7
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-221-7/+5
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-212-0/+8
* SERVER-56190: Fix wrong nss in ExpressionContext for CatalogCache refresh agg...Jordi Serra Torrens2021-04-201-1/+1
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-162-0/+17
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-1/+0
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-8/+8
* SERVER-55201: Optimize catalog cache refresh aggregation pipelineJordi Serra Torrens2021-03-251-226/+230
* SERVER-55242 format needs char(&)[N], not char*Billy Donahue2021-03-161-1/+1
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-155-0/+377
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-095-367/+0
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-2/+2
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-085-0/+367
* SERVER-54790 Remove the 'allowMigrations' flag from config.collections when d...Sergi Mateo Bellido2021-03-022-11/+24
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-5/+1
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-172-27/+39
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-165-22/+34
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-013-8/+45
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-302-13/+14
* SERVER-54015 Use catalog cache with a refresh to check if a collection was al...Marcos José Grillo Ramírez2021-01-292-11/+0