summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/create_collection_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-72301 Use ordered:false when inserting chunks in the create collection...Marcos José Grillo Ramirez2023-01-041-0/+5
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-221-0/+7
* Revert "SERVER-70100 Ensure at-least-once emission of oplog entry on shardCol...Paolo Polato2022-12-201-4/+0
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-201-0/+4
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-091-2/+13
* SERVER-66208 Remove chunk creation for shard collection with existing dataPierlauro Sciarelli2022-10-141-1/+2
* SERVER-67885 shardCollection with a mismatched UUID on a capped collection wi...Faustoleyva542022-08-041-2/+2
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-06-021-35/+44
* 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
* SERVER-59602 Get rid of ChunkEntryFormatPierlauro Sciarelli2021-08-261-7/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-58571 shardCollection command should enable the long names support by ...Antonio Fuschetto2021-08-061-0/+6
* SERVER-58652 Remove legacy ConfigsvrShardCollection commandTommaso Tocci2021-07-271-3/+2
* SERVER-54948 Calling `shardCollection` after `enableSharding` from a differen...Pierlauro Sciarelli2021-07-261-3/+3
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-56650 Make createCollection resilient to network partitionsJordi Serra Torrens2021-07-071-48/+111
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-2/+11
* SERVER-57973 CreateCollectionCoordinator should use {multi:true} when deletin...Jordi Serra Torrens2021-06-231-2/+2