summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_coordinator_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74192 execute commit phase of renameCollection in a single transactionEnrico Golfieri2023-05-091-2/+0
* SERVER-68373 Remove Pre-6.1 and Pre-7.0 compatible QE compact coordinatorsErwin Pe2023-04-281-7/+0
* SERVER-72949 Add PrimaryOnlyService for cleanupStructuredEncryptionDataShreyas Kalyan2023-04-261-0/+5
* SERVER-71309 Get rid of DDL coordinator for non-resilient movePrimaryAntonio Fuschetto2023-04-241-6/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74727 Implement v2 changes to QE compaction for sharded clustersErwin Pe2023-04-011-0/+5
* SERVER-74741 Enable database consistency check in FSM with continuous stepdownTommaso Tocci2023-03-101-2/+2
* SERVER-70831 Relying on the critical section for dropCollectionSergi Mateo Bellido2023-02-231-0/+4
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-1/+1
* SERVER-73234 Fix wrong TODO comment pointing to a wrong jira ticketMarcos José Grillo Ramirez2023-02-071-1/+1
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-2/+1
* SERVER-70795 Add sharding index catalog operations to rename collectionMarcos José Grillo Ramirez2023-01-231-0/+2
* SERVER-71200 Implement DDL coordinator skeleton for resilient movePrimaryAntonio Fuschetto2022-11-211-1/+6
* SERVER-71200 Add NoResilient suffix to movePrimary coordinatorAntonio Fuschetto2022-11-181-2/+3
* SERVER-71366 Simplify aggregation to count ShardingDDLCoordinatorTommaso Tocci2022-11-151-11/+2
* SERVER-62356 Serialise the creation of sharded Timeseries collection with oth...Paolo Polato2022-09-141-0/+2
* SERVER-67796 Persist the result of doCompactOperation in the compaction coord...Erwin Pe2022-07-291-0/+2
* SERVER-67686 collMod coordinator must block migration on bucket nss (2nd atte...Tommaso Tocci2022-07-251-0/+2
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-1/+2
* SERVER-62338 Delete ReshardCollectionCoordinator_NORESILIENT once 6.0 branche...Tommaso Tocci2022-07-041-4/+0
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-5/+0
* SERVER-66934 Remove deprecated CollModCoordinatorPre60CompatibleTommaso Tocci2022-06-101-5/+0
* SERVER-64720 Remove CreateCollectionPre60CompatibleMarcos José Grillo Ramirez2022-06-081-4/+0
* SERVER-62850 Delete RefineCollectionShardKeyCoordinator_NORESILIENT once 6.0 ...Tommaso Tocci2022-06-021-4/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-311-0/+5
* SERVER-64826 Upgrade/downgrade for collMod coordinatorRui Liu2022-03-311-0/+5
* SERVER-63724 ShardingDDLCoordinators should forward the WriteBlockBypass flag...Jordi Serra Torrens2022-03-221-4/+5
* SERVER-64721 Drain incompatible createCollectionCoordinator on FCV downgradeTommaso Tocci2022-03-211-0/+4
* SERVER-63523 Drain ongoing sharded DDL operations before enabling write block...Jordi Serra Torrens2022-03-161-0/+16
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-5/+5
* SERVER-62418 Drain recoverable ReshardCollectionCoordinators on FCV downgradeJordi Serra Torrens2022-01-281-23/+29
* SERVER-62208 Implement upgrade/downgrade behaviour for collMod coordinatorRui Liu2022-01-251-0/+25
* SERVER-62332 Make RefineCollectionShardKeyCoordinator disallow migrations whi...Jordi Serra Torrens2022-01-211-0/+4
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is fin...Marcos José Grillo Ramirez2022-01-131-0/+6
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-071-0/+8
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-0/+5
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-5/+0
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-0/+5
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-221-0/+4
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-4/+1
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-1/+4
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-24/+0
* SERVER-57113 Change move primary command to use ShardingDDLCoordinatorMarcos José Grillo Ramirez2021-07-121-0/+4
* SERVER-57114 Change refine collection shard key command to use ShardingDDLCoo...Marcos José Grillo Ramirez2021-06-111-0/+5
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-13/+17
* SERVER-55872 Implement mechanism to wait for ongoing ShardingDDLCoordinators ...Tommaso Tocci2021-04-261-6/+33
* SERVER-56225 Wrong BSONElelment integer conversion in ShardingDDLCoordinatorS...Tommaso Tocci2021-04-211-1/+7
* SERVER-56169 Do not use fastcount to count DDL coordinators on stepUpTommaso Tocci2021-04-201-2/+30