summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-021-4/+6
* SERVER-61760 Stop migrations in sharded collections before executing a collMo...Marcos José Grillo Ramirez2022-01-171-2/+14
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-5/+7
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-7/+5
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-5/+7
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-6/+9
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-0/+15
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-6/+30
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-171-1/+1
* SERVER-57703 Move sharding_ddl_util.cpp into sharding_catalog_manager targetPierlauro Sciarelli2021-06-151-5/+0
* SERVER-56595 Add function to serialize cache refreshes after writes on the co...Jordi Serra Torrens2021-05-121-0/+6
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-51/+2
* SERVER-56672 Use catalog to get UUID on new create collection pathMarcos José Grillo Ramirez2021-05-101-0/+6
* SERVER-56021 Support rename between DBs in new DDL pathPierlauro Sciarelli2021-04-141-0/+10
* SERVER-56060 Add write concern parameter to the recoverable critical section ...Sergi Mateo Bellido2021-04-131-7/+10
* SERVER-55494 Retake the collection critical section on step up (in drain mode)Sergi Mateo Bellido2021-03-301-0/+7
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 2)Pierlauro Sciarelli2021-03-291-4/+5
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-1/+9
* SERVER-55148 Extend DDL Utils that acq/rel the collection criticalSergi Mateo Bellido2021-03-251-5/+35
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-0/+10
* SERVER-52758 Fit movePrimary in the DDL coordinator/participant modelPierlauro Sciarelli2021-03-011-0/+6
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-0/+5
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-191-0/+11
* SERVER-53106 Preserve chunks entries upon sharded collection renamePierlauro Sciarelli2021-02-081-4/+9
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-0/+14
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-1/+3
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-0/+6
* SERVER-53903 Temporarily rename sharded metadata without a transactionPierlauro Sciarelli2021-01-201-7/+4
* SERVER-53418 Rename preconditions for sharded collectionsPierlauro Sciarelli2021-01-131-0/+10
* SERVER-53384 Enclose sharded collection metadata rename logic in a transactionPierlauro Sciarelli2020-12-221-0/+50