summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/create_collection_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2022-10-281-1/+1
* SERVER-68927 Store placement changes into config.placementHistory when a shar...Paolo Polato2022-10-171-1/+3
* SERVER-62356 Serialise the creation of sharded Timeseries collection with oth...Paolo Polato2022-09-141-14/+22
* Revert "SERVER-62356 Serialize creation of sharded and unsharded Timeseries c...Paolo Polato2022-07-271-12/+8
* SERVER-62356 Serialize creation of sharded and unsharded Timeseries collectionsPaolo Polato2022-07-261-8/+12
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-4/+2
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-171-1/+1
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-27/+12
* SERVER-64720 Remove CreateCollectionPre60CompatibleMarcos José Grillo Ramirez2022-06-081-38/+0
* Revert "SERVER-62356 Move timeseries translation logic into create collection...Rui Liu2022-05-181-7/+1
* SERVER-62356 Move timeseries translation logic into create collection coordin...Rui Liu2022-05-161-1/+7
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-0/+3
* SERVER-64822 Clear filtering metadata if createCollection commit failsKaloian Manassiev2022-04-071-9/+11
* SERVER-64559 Simplify critical section reason for create collection coordinatorTommaso Tocci2022-03-221-2/+24
* SERVER-64721 Drain incompatible createCollectionCoordinator on FCV downgradeTommaso Tocci2022-03-211-2/+20
* SERVER-64519 Filter fields attached to the CritSec reason when creating a col...Marcos Jose Grillo Ramirez2022-03-161-1/+1
* SERVER-62454 Add `collectionUUID` parameter to `shardCollection` commandGregory Noma2022-01-241-0/+5
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-4/+0
* SERVER-60420 Release the critical section early in the shard collection slow ...Marcos José Grillo Ramirez2021-10-151-1/+6
* SERVER-59094 Implicitly create timeseries collections with shardCollectionAlya Berciu2021-09-171-1/+1
* SERVER-56650 Make createCollection resilient to network partitionsJordi Serra Torrens2021-07-071-1/+6
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-2/+4
* SERVER-57185 Remove noexcept to _finalize function on create sharded collecti...Marcos José Grillo Ramirez2021-05-251-1/+1
* SERVER-56787 Move the uuid and empty fields of create sharded collection logg...Marcos José Grillo Ramirez2021-05-131-2/+7
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-2/+0
* SERVER-56432 Add start logging for new create collection pathMarcos José Grillo Ramirez2021-05-101-0/+7
* SERVER-56560 Avoid thread scheduling deadlock in create collection coordinatorTommaso Tocci2021-05-031-7/+0
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-1/+2
* SERVER-55551 Add recoverable critical section in create collection pathMarcos José Grillo Ramirez2021-04-191-0/+10
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-1/+0
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-291-13/+47
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-1/+1
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-0/+103