summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75916 Update missed clusterRole checksJack Mulrow2023-04-101-3/+7
* SERVER-75753 Remove autosplit references from CSRSPierlauro Sciarelli2023-04-072-5/+0
* Revert "SERVER-75753 Remove autosplit references from CSRS"Sviatlana Zuiko2023-04-062-0/+5
* SERVER-70688 add periodic task to clean-up placementHistoryEnrico2023-04-061-3/+3
* SERVER-75753 Remove autosplit references from CSRSPierlauro Sciarelli2023-04-062-5/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+4
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-9/+9
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-5/+2
* SERVER-74079 Implement hidden collections cluster level checkTommaso Tocci2023-03-295-97/+96
* SERVER-73068 Implement MovePrimaryRecipientService kCloning/kApplying stateAbdul Qadeer2023-03-105-8/+21
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-048-26/+26
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-267-16/+14
* SERVER-74237 Get rid of defragmentation's split chunk phasePierlauro Sciarelli2023-02-221-1/+1
* SERVER-65332 Get rid of ClusterChunksResizePolicySilvia Surroca2023-02-172-7/+0
* SERVER-70005 SetIndexVersion in CollectionType should not be able to change c...Allison Easton2023-02-131-1/+4
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+9
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-6/+0
* SERVER-73752 Remove active shards check from ShardingCatalogClient::getShards...Paolo Polato2023-02-091-136/+79
* SERVER-73581 Add option to enable/disable auto-merging on a per-collection basisPierlauro Sciarelli2023-02-082-2/+7
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-083-19/+21
* SERVER-73052 ShardingCatalogClient::getShardsThatOwnData...AtClusterTime() me...Enrico Golfieri2023-02-076-95/+229
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-3/+5
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ...Marcos José Grillo Ramirez2023-02-034-1/+252
* SERVER-72282 Don't fully disable catalog shard feature flagJack Mulrow2023-01-281-2/+2
* SERVER-72872 Introduce configsvr command to query placementHistory in control...Paolo Polato2023-01-275-215/+288
* SERVER-72669 Get collections sorted by namespace directly from the configsvrPol Pinol Castuera2023-01-245-7/+18
* SERVER-72849 Log mergeAllChunkOnShard operation on the changelogSilvia Surroca2023-01-242-0/+6
* Revert "SERVER-72849 Log mergeAllChunkOnShard operation on the changelog"Pierlauro Sciarelli2023-01-232-6/+0
* SERVER-72849 Log mergeAllChunkOnShard operation on the changelogSilvia Surroca2023-01-232-0/+6
* SERVER-71252 Add functionality to iterate through the global indexes separate...Marcos José Grillo Ramirez2023-01-101-0/+8
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-0/+6
* SERVER-72360 Make sure `history` ChunkType field is not empty when `onConcurr...Silvia Surroca2022-12-291-21/+37
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-285-0/+78
* SERVER-71615 Add top-level `onCurrentShardSince` field to `config.chunk` entriesSilvia Surroca2022-12-213-14/+89
* Revert "SERVER-55398 Dropping a database should also drop all its associated ...Pol Pinol Castuera2022-12-215-79/+0
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-2/+20
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-20/+2
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-2/+20
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-195-0/+79
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-152-94/+86
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-1/+2
* SERVER-71297 Coverity analysis defect 134120: Fix VersionType::currentVersion...Tommaso Tocci2022-11-221-1/+1
* SERVER-71433 primary shard always returned in case of collectionEnrico Golfieri2022-11-181-72/+48
* SERVER-68888 Remove deprecated fields from config.versionTommaso Tocci2022-11-127-663/+40
* SERVER-67103 Add global index copy when migrating a chunkMarcos José Grillo Ramirez2022-11-081-2/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+0
* SERVER-70097 Define a new method to query historical placement data at cluste...Enrico Golfieri2022-10-255-94/+116
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-5/+4
* SERVER-68755 Implement ChunkManagerTargeter outputting chunk rangesIsrael Hsu2022-10-172-0/+16
* SERVER-70096 implement getShardsThatOwnDataForDbAtClusterTimeEnrico Golfieri2022-10-145-134/+258