summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_coordinator_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63523 Drain ongoing sharded DDL operations before enabling write block...Jordi Serra Torrens2022-03-161-0/+16
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-5/+5
* SERVER-62418 Drain recoverable ReshardCollectionCoordinators on FCV downgradeJordi Serra Torrens2022-01-281-23/+29
* SERVER-62208 Implement upgrade/downgrade behaviour for collMod coordinatorRui Liu2022-01-251-0/+25
* SERVER-62332 Make RefineCollectionShardKeyCoordinator disallow migrations whi...Jordi Serra Torrens2022-01-211-0/+4
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is fin...Marcos José Grillo Ramirez2022-01-131-0/+6
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-071-0/+8
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-0/+5
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-5/+0
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-0/+5
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-221-0/+4
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-4/+1
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-1/+4
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-24/+0
* SERVER-57113 Change move primary command to use ShardingDDLCoordinatorMarcos José Grillo Ramirez2021-07-121-0/+4
* SERVER-57114 Change refine collection shard key command to use ShardingDDLCoo...Marcos José Grillo Ramirez2021-06-111-0/+5
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-13/+17
* SERVER-55872 Implement mechanism to wait for ongoing ShardingDDLCoordinators ...Tommaso Tocci2021-04-261-6/+33
* SERVER-56225 Wrong BSONElelment integer conversion in ShardingDDLCoordinatorS...Tommaso Tocci2021-04-211-1/+7
* SERVER-56169 Do not use fastcount to count DDL coordinators on stepUpTommaso Tocci2021-04-201-2/+30
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-091-3/+61
* Revert "SERVER-54696 Serialize DDL operations on step-up"Tommaso Tocci2021-04-081-58/+3
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-071-3/+58
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-4/+2
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-291-0/+3
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-0/+4
* SERVER-54945 Make drop database resilient to stepdowns on sharded clusterTommaso Tocci2021-03-221-1/+6
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-3/+2
* SERVER-54947 Fix ForwardableOperationMetadata constructionTommaso Tocci2021-03-041-1/+1
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-0/+113