summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/create_collection_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+3
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-23/+22
* SERVER-69775 Rename builder function for DDL phase handlersPaolo Polato2022-11-161-1/+1
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2022-11-151-1/+3
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2022-10-281-4/+15
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-2/+9
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+3
* SERVER-70653 Call checkIfCollectionIsAlreadySharded without acquiring the col...Paolo Polato2022-10-241-5/+29
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-3/+3
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-3/+5
* SERVER-68927 Store placement changes into config.placementHistory when a shar...Paolo Polato2022-10-171-24/+97
* SERVER-70006 CreateCollectionCoordinator should not release the acquired Crit...Tommaso Tocci2022-10-051-43/+60
* SERVER-62356 Fix multiversion suitesPaolo Polato2022-09-161-13/+24
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-3/+6
* SERVER-62356 Serialise the creation of sharded Timeseries collection with oth...Paolo Polato2022-09-141-141/+471
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+3
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-241-13/+8
* SERVER-67885 shardCollection with a mismatched UUID on a capped collection wi...Faustoleyva542022-08-011-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* Revert "SERVER-62356 Serialize creation of sharded and unsharded Timeseries c...Paolo Polato2022-07-271-126/+132
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-62356 Serialize creation of sharded and unsharded Timeseries collectionsPaolo Polato2022-07-261-132/+126
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-111-1/+1
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-23/+2
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-171-13/+5
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-48/+12
* SERVER-64720 Remove CreateCollectionPre60CompatibleMarcos José Grillo Ramirez2022-06-081-42/+5
* SERVER-65798 Remove enableShardingOptional feature flagTommaso Tocci2022-06-011-24/+0
* SERVER-63437 Expose all events on 'system.resharding' collections when 'showS...Bernard Gorman2022-05-271-37/+2
* SERVER-66208 Remove chunk creation for shard collection with existing dataPierlauro Sciarelli2022-05-251-1/+2
* Revert "SERVER-62356 Move timeseries translation logic into create collection...Rui Liu2022-05-181-199/+103
* SERVER-62356 Move timeseries translation logic into create collection coordin...Rui Liu2022-05-161-103/+199
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-35/+44
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64822 Clear filtering metadata if createCollection commit failsKaloian Manassiev2022-04-071-77/+57
* SERVER-65284 Create collection coordinator should always perform cleanup on s...Tommaso Tocci2022-04-071-9/+5
* SERVER-64559 Simplify critical section reason for create collection coordinatorTommaso Tocci2022-03-221-21/+28
* SERVER-64721 Drain incompatible createCollectionCoordinator on FCV downgradeTommaso Tocci2022-03-211-0/+17
* SERVER-64542 shardCollection no-op oplog can be written even when command ult...Randolph Tan2022-03-181-1/+1
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields opt...Randolph Tan2022-03-181-3/+3
* SERVER-64519 Filter fields attached to the CritSec reason when creating a col...Marcos Jose Grillo Ramirez2022-03-161-3/+15
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-03-141-7/+21
* SERVER-61888 Add shardCollection change streams eventMisha Tyulenev2022-03-101-3/+1
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-0/+2
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-3/+2
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-2/+2
* SERVER-60926 Make enableSharding command optionalTommaso Tocci2022-02-281-17/+22
* SERVER-61887 add oplog noop event for shardCollection commandMisha Tyulenev2022-02-221-1/+42
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-101-6/+6