summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/drop_collection_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-3/+0
* SERVER-47372 config.cache collections can remain even after collection has be...Antonio Fuschetto2021-06-301-23/+3
* SERVER-57496 Proactively evict cached entries after drop database/collectionSimon Graetzer2021-06-281-0/+4
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-0/+3
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-2/+4
* SERVER-57703 Move sharding_ddl_util.cpp into sharding_catalog_manager targetPierlauro Sciarelli2021-06-151-0/+25
* 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-55387 Expose completion future in ShardingDDLCoordinatorTommaso Tocci2021-03-221-14/+1
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-9/+50
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-1/+0
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-1/+1
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-3/+0
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-1/+0
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-0/+57