summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/drop_database_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-38/+8
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-4/+15
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-4/+4
* SERVER-63988 Remove reduntant ShardDatabaseTypeTommaso Tocci2022-02-281-2/+2
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-3/+5
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-15/+3
* SERVER-61026 Invert order of shards receiving drop collection participant com...Pierlauro Sciarelli2021-10-271-5/+6
* SERVER-60731 Postpone database critical section release in drop database coor...Allison Easton2021-10-261-2/+39
* SERVER-60811 Drop database could drop new collections after stepdownAllison Easton2021-10-251-9/+9
* SERVER-58720 DropDatabaseCoordinator must not re-execute destructive logic af...Simon Graetzer2021-07-261-20/+37
* Revert "SERVER-58720 DropDatabaseCoordinator must not re-execute destructive ...Pierlauro Sciarelli2021-07-241-37/+20
* SERVER-58749 Drop database coordinator must acquire collection distributed lockPierlauro Sciarelli2021-07-231-3/+11
* SERVER-58720 DropDatabaseCoordinator must not re-execute destructive logic af...Simon Graetzer2021-07-231-20/+37
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-1/+2
* SERVER-58167 Use scoped database critical section during dropDatabasePierlauro Sciarelli2021-07-051-43/+81
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-45/+106
* Revert "SERVER-58012 Serialize implicit create collection with drop database"Pierlauro Sciarelli2021-06-301-17/+0
* SERVER-58012 Serialize implicit create collection with drop databasePierlauro Sciarelli2021-06-251-0/+17
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-2/+3
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-24/+3
* SERVER-57019 Substitute nss parameter of drop database coordinator logsTommaso Tocci2021-05-201-3/+3
* 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-33/+5
* SERVER-55616 Throw on NotPrimaryError and ShutdownError categories in Shardin...Marcos José Grillo Ramirez2021-03-301-16/+12
* SERVER-55494 Retake the collection critical section on step up (in drain mode)Sergi Mateo Bellido2021-03-301-1/+1
* SERVER-55389 Bring back ShardingLogging calls to the drop databaseAntonio Fuschetto2021-03-251-0/+5
* 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-104/+198
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-1/+2
* SERVER-53106 Preserve chunks entries upon sharded collection renamePierlauro Sciarelli2021-02-081-4/+1
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-041-5/+23
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-11/+2
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-3/+12
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-0/+164