summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/create_collection_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-1/+1
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-021-0/+5
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-281-19/+0
* SERVER-62454 Add `collectionUUID` parameter to `shardCollection` commandGregory Noma2022-01-241-0/+8
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-15/+3
* SERVER-61968 Fixing FCV-related conditionSergi Mateo Bellido2021-12-101-3/+4
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-1/+1
* SERVER-59806 Change upsert for insert when writing chunks in create sharded c...Marcos Jose Grillo Ramirez2021-11-101-33/+30
* SERVER-60420 Release the critical section early in the shard collection slow ...Marcos José Grillo Ramirez2021-10-151-6/+16
* SERVER-58367 Create Feature flag for PM-2384Antonio Fuschetto2021-10-041-8/+12
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-1/+1
* SERVER-59094 Implicitly create timeseries collections with shardCollectionAlya Berciu2021-09-171-15/+60
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-09-101-1/+1
* SERVER-54584 Get rid of nss in SplitPolicyParams after 5.0 has branched outAllison Easton2021-09-031-1/+1
* SERVER-57566 Implement sharding admin commands for time-series collectionsRui Liu2021-09-021-5/+24
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-58574 Modify the setFCV command to set/unset the long names flagAntonio Fuschetto2021-08-261-1/+9