summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67393 Sharding DDL coordinators implicitely translate to sharded bucke...Tommaso Tocci2022-07-051-2/+25
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-9/+0
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-2/+50
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-68/+155
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may i...Allison Easton2022-05-161-2/+15
* SERVER-63955 Ensure movePrimary works when user write blocking is enabledJordi Serra Torrens2022-03-281-0/+9
* SERVER-61783 Use the session pool with the internal transaction APISanika Phanse2022-03-181-1/+1
* SERVER-62208 Implement upgrade/downgrade behaviour for collMod coordinatorRui Liu2022-01-251-0/+4
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is fin...Marcos José Grillo Ramirez2022-01-131-0/+4
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-071-13/+0
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-241-2/+2
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-0/+9
* SERVER-61416 Indefinitely retry errors in rename coordinatorPierlauro Sciarelli2021-11-191-1/+9
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-261-0/+4
* SERVER-58766 Add session pool for internal sessionsJonathan Lee2021-10-131-21/+4
* SERVER-59500 DDL coordinators must not release dist locks on stepdownPierlauro Sciarelli2021-08-271-1/+1
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-0/+3
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-0/+12
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-6/+72
* SERVER-57649 DDL coordinator dist lock acquisition must be resilient to CSRS ...Tommaso Tocci2021-06-161-2/+6
* SERVER-55150 Add whitelist of errors that will not be retried on rename colle...Marcos José Grillo Ramirez2021-05-281-0/+1
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-4/+0
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-3/+4
* SERVER-55551 Add recoverable critical section in create collection pathMarcos José Grillo Ramirez2021-04-191-0/+4
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-1/+1
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-291-0/+1
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-1/+6
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-54945 Make drop database resilient to stepdowns on sharded clusterTommaso Tocci2021-03-221-0/+1
* SERVER-55387 Expose completion future in ShardingDDLCoordinatorTommaso Tocci2021-03-221-2/+14
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-1/+5
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-0/+56
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-2/+2
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-1/+3
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-0/+51