summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/drop_database_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73391 Add recoverable critical section to drop database commandMarcos José Grillo Ramirez2023-03-271-1/+4
* SERVER-70831 Relying on the critical section for dropCollectionSergi Mateo Bellido2023-02-231-0/+9
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-0/+2
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-2/+0
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-1/+1
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-5/+2
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-28/+8
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-0/+4
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-3/+0
* SERVER-60731 Postpone database critical section release in drop database coor...Allison Easton2021-10-261-0/+4
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-0/+7
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-2/+4
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-1/+1
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-1/+0
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-54945 Make drop database resilient to stepdowns on sharded clusterTommaso Tocci2021-03-221-5/+39
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-1/+1
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-4/+0
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-0/+51