summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-56060 Add write concern parameter to the recoverable critical section ...Sergi Mateo Bellido2021-04-131-153/+181
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+6
* SERVER-55494 Retake the collection critical section on step up (in drain mode)Sergi Mateo Bellido2021-03-301-0/+35
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 2)Pierlauro Sciarelli2021-03-291-16/+23
* SERVER-55148 Extend DDL Utils that acq/rel the collection criticalSergi Mateo Bellido2021-03-251-9/+178
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-0/+15
* SERVER-55115: Delete config.collections entry before deleting config.chunks o...Jordi Serra Torrens2021-03-101-2/+2
* SERVER-52758 Fit movePrimary in the DDL coordinator/participant modelPierlauro Sciarelli2021-03-011-0/+17
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-0/+21
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-1/+0
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-191-0/+17
* SERVER-54579: Complete TODO listed in SERVER-53105Jordi Serra Torrens2021-02-171-37/+0
* SERVER-53106 Preserve chunks entries upon sharded collection renamePierlauro Sciarelli2021-02-081-24/+68
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-0/+29
* SERVER-52781 Implement the new rename collection path in `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-041-11/+52
* SERVER-54113 Complete TODO listed in SERVER-53871 (remove stale comment)Pierlauro Sciarelli2021-02-031-1/+0
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-6/+12
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-0/+28
* SERVER-54071 Deduplicate `BatchedCommandRequest build*Op` methods in the code...Pierlauro Sciarelli2021-01-271-54/+0
* SERVER-53903 Temporarily rename sharded metadata without a transactionPierlauro Sciarelli2021-01-201-56/+46
* SERVER-53418 Rename preconditions for sharded collectionsPierlauro Sciarelli2021-01-131-0/+39
* SERVER-53384 Enclose sharded collection metadata rename logic in a transactionPierlauro Sciarelli2020-12-221-0/+161