summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/drop_collection_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58143 shardsvrDropCollectionParticipant should be killable on stepdownJordi Serra Torrens2021-07-061-6/+5
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-1/+2
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-28/+6
* SERVER-47372 config.cache collections can remain even after collection has be...Antonio Fuschetto2021-06-301-0/+24
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-16/+73
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-37/+10
* SERVER-56495 Remove TODO already addressed by SERVER-56560Marcos José Grillo Ramirez2021-05-101-1/+0
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-2/+3
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-35/+6
* SERVER-55149 Remove wrong TODO on the drop collection coordinatorTommaso Tocci2021-04-011-2/+0
* SERVER-55616 Throw on NotPrimaryError and ShutdownError categories in Shardin...Marcos José Grillo Ramirez2021-03-301-13/+9
* SERVER-55388 Bring back ShardingLogging calls to the drop collectionAntonio Fuschetto2021-03-301-16/+21
* 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-2/+2
* SERVER-55387 Expose completion future in ShardingDDLCoordinatorTommaso Tocci2021-03-221-29/+6
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-64/+190
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-12/+5
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-1/+1
* SERVER-53106 Preserve chunks entries upon sharded collection renamePierlauro Sciarelli2021-02-081-16/+9
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-11/+2
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-1/+10
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-31/+3
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-0/+167