summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70580 Data race when accessing the ShardingDDLCoordinator's document m...Enrico Golfieri2022-11-091-0/+3
* SERVER-68328 Add ResumableChangeStreamError label to ReadConcernMajorityNotAv...Vesselina Ratcheva2022-08-251-2/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68592 Rename DDL lock managerTommaso Tocci2022-08-101-3/+3
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-091-18/+2
* SERVER-68384 Drain all DDL coordinators before downgrading to FCV 6.0Tommaso Tocci2022-08-091-4/+6
* SERVER-68553 Add local DDL lock acquisition reasonTommaso Tocci2022-08-051-1/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-68193 Sharding DDL coordinator can lock itself out in distlock retry loopTommaso Tocci2022-07-211-2/+9
* SERVER-67896 Remove uncessary ShardRegistry reload retry logicTommaso Tocci2022-07-131-10/+12
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-1/+2
* SERVER-67393 Sharding DDL coordinators implicitely translate to sharded bucke...Tommaso Tocci2022-07-051-8/+76
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may i...Allison Easton2022-05-161-4/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63955 Ensure movePrimary works when user write blocking is enabledJordi Serra Torrens2022-03-281-1/+3
* SERVER-63523 Drain ongoing sharded DDL operations before enabling write block...Jordi Serra Torrens2022-03-161-0/+14
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-2/+6
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-031-12/+35
* Revert "SERVER-62521 Ensure distributed locks are being released even if a re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-011-8/+18
* SERVER-63207 Speedup very slow move_primary_with_writes.js testTommaso Tocci2022-02-041-4/+16
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is fin...Marcos José Grillo Ramirez2022-01-131-16/+38
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-071-18/+0
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-0/+15
* SERVER-61416 Indefinitely retry errors in rename coordinatorPierlauro Sciarelli2021-11-191-6/+6
* SERVER-61004 Checkpoint the vector clock before removing DDL coordinator docu...Pierlauro Sciarelli2021-11-151-0/+4
* SERVER-58766 Add session pool for internal sessionsJonathan Lee2021-10-131-46/+2
* SERVER-60495 Retry FailedToSatisfyReadPreference in DDL coordinatorsPierlauro Sciarelli2021-10-081-0/+1
* SERVER-60266 Retry WriteConcernError exceptions in DDL coordinatorsPierlauro Sciarelli2021-09-291-0/+1
* SERVER-59500 DDL coordinators must not release dist locks on stepdownPierlauro Sciarelli2021-08-271-7/+25
* SERVER-58749 Drop database coordinator must acquire collection distributed lockPierlauro Sciarelli2021-07-231-3/+3
* SERVER-57113 Change move primary command to use ShardingDDLCoordinatorMarcos José Grillo Ramirez2021-07-121-2/+3
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-1/+3
* SERVER-57859 DDL coordinators must indefinitely retry on CommandNotFound errorPierlauro Sciarelli2021-06-211-1/+2
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-20/+69
* SERVER-57649 DDL coordinator dist lock acquisition must be resilient to CSRS ...Tommaso Tocci2021-06-161-24/+44
* SERVER-56210 Add test to ensure DDL commands are shown on currentOp commandMarcos José Grillo Ramirez2021-06-071-3/+10
* SERVER-57311 Make ShardingDDLCoordiantor retry on ExceededTimeLimit errorsTommaso Tocci2021-06-011-0/+1
* SERVER-55150 Add whitelist of errors that will not be retried on rename colle...Marcos José Grillo Ramirez2021-05-281-3/+3
* SERVER-57023 Add retriable error categories into ddl coordinator retry logicMarcos Jose Grillo Ramirez2021-05-191-4/+7
* SERVER-56994 Do not interrupt ShardingDDLCoordinator instances before releasi...Tommaso Tocci2021-05-171-1/+2
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-2/+0
* SERVER-56560 Avoid thread scheduling deadlock in create collection coordinatorTommaso Tocci2021-05-031-1/+30
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-29/+66
* SERVER-56341 ShardingDDLCoordinator grabs collection distlock even on databas...Tommaso Tocci2021-04-261-1/+1
* SERVER-55551 Add recoverable critical section in create collection pathMarcos José Grillo Ramirez2021-04-191-0/+3
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-3/+41
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-291-1/+2
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-0/+4