summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56341 ShardingDDLCoordinator grabs collection distlock even on databas...Tommaso Tocci2021-04-261-1/+1
* SERVER-55551 Add recoverable critical section in create collection pathMarcos José Grillo Ramirez2021-04-191-0/+3
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-3/+41
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-291-1/+2
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-0/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-55387 Expose completion future in ShardingDDLCoordinatorTommaso Tocci2021-03-221-0/+8
* SERVER-55242 format needs char(&)[N], not char*Billy Donahue2021-03-161-1/+1
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-4/+23
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-16/+72
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-2/+3
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-19/+20
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-1/+2
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-0/+71