summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-151-15/+16
* SERVER-70682 persist placement document updates when nss.renameCollection() g...Paolo Polato2022-12-071-35/+113
* SERVER-68930 Add placement history entry when a collection is removed from co...Paolo Polato2022-11-281-8/+86
* SERVER-71085 Generate a single oplog entry from the primary shard when _shard...Paolo Polato2022-11-251-9/+17
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-3/+3
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-2/+30
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-70101 Implement token bucket rate limited sampling inside query analyzerCheahuychou Mao2022-10-111-1/+1
* SERVER-69150 implement configureQueryAnalyzer on mongodIsrael Hsu2022-10-031-1/+36
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-3/+3
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+3
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+2
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-3/+3
* SERVER-67725 check uuid consistency over all participants for renameCollectionEnrico Golfieri2022-07-291-0/+105
* SERVER-65010 Remove FCV guards for user write blockingSpencer Jackson2022-07-151-4/+1
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-081-9/+0
* SERVER-67325 Collection creation must be disallowed for collections undergoin...Silvia Surroca2022-06-271-0/+6
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-171-10/+2
* SERVER-67269 Remove deprecated multiversion code from renameCollection coordi...Tommaso Tocci2022-06-151-8/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65802 Return NamespaceExists when dropTarget=false but unsharded targe...Pierlauro Sciarelli2022-04-201-1/+1
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-051-5/+1
* SERVER-63724 ShardingDDLCoordinators should forward the WriteBlockBypass flag...Jordi Serra Torrens2022-03-221-0/+5
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-1/+1
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-021-3/+11
* SERVER-61760 Stop migrations in sharded collections before executing a collMo...Marcos José Grillo Ramirez2022-01-171-25/+43
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-6/+8
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-1/+0
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-8/+6
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-6/+8
* SERVER-60632 return NamespaceExists from mongos when dropTarget=falsePierlauro Sciarelli2021-11-151-1/+1
* SERVER-59903 Do not wipe out renamed tags on resuming the rename of sharded m...Pierlauro Sciarelli2021-09-131-3/+0
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-26/+38
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-15/+70
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-39/+79
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-171-1/+18
* SERVER-57703 Move sharding_ddl_util.cpp into sharding_catalog_manager targetPierlauro Sciarelli2021-06-151-17/+0
* SERVER-57280 ShardRegistry must be initialized before DDL coordinators contac...Pierlauro Sciarelli2021-06-081-0/+10
* SERVER-56490 Replace expensive ddl_utils calls to catalog client with batched...Pierlauro Sciarelli2021-06-041-6/+4
* SERVER-56490 Replace expensive ddl_utils calls to catalog client with batched...Pierlauro Sciarelli2021-06-041-42/+67
* SERVER-57307 Improve deletion of config.chunks entries with hint and retriesPierlauro Sciarelli2021-05-311-2/+8
* SERVER-56595 Add function to serialize cache refreshes after writes on the co...Jordi Serra Torrens2021-05-121-0/+13
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-323/+0
* SERVER-56672 Use catalog to get UUID on new create collection pathMarcos José Grillo Ramirez2021-05-101-0/+4
* SERVER-56566 Add logging in the recoverable critical sectionSergi Mateo Bellido2021-05-051-4/+64
* SERVER-55151 Implement rename participant primary only servicePierlauro Sciarelli2021-04-281-7/+21
* SERVER-56104 Retake critical section on step up can invariant because of Repl...Pierlauro Sciarelli2021-04-161-2/+12
* SERVER-56021 Support rename between DBs in new DDL pathPierlauro Sciarelli2021-04-141-0/+14