summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-2914-49/+52
|
* SERVER-67725 check uuid consistency over all participants for renameCollectionEnrico Golfieri2022-07-293-2/+120
|
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-298-10/+0
|
* SERVER-67112 Create ReshardingCumulativeMetrics subclassBrett Nawrocki2022-07-2817-1153/+1345
|
* SERVER-68126 Check constraints for maxChunkSize param in auto/splitVector ↵Paolo Polato2022-07-282-10/+12
| | | | commands
* SERVER-67899 fix the logic to reset the maxChunkSize param for the ↵Paolo Polato2022-07-285-21/+72
| | | | config.system.sessions collection
* SERVER-68354 Set `whenToClean` to `now` when marking range deletion task as ↵Pierlauro Sciarelli2022-07-281-1/+3
| | | | processing
* SERVER-67861 Change strictness of CompactStructuredEncryptionDataState to ↵Erwin Pe2022-07-281-1/+1
| | | | non-strict
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-2757-194/+197
|
* SERVER-67301 Balancer may perform one unnecessary migration for a completely ↵Silvia Surroca2022-07-271-1/+1
| | | | balanced collection
* SERVER-67778 Lock collection via UUID rather than namespace in the range-deleterPierlauro Sciarelli2022-07-272-66/+42
|
* Revert "SERVER-62356 Serialize creation of sharded and unsharded Timeseries ↵Paolo Polato2022-07-278-455/+213
| | | | | | collections" This reverts commit ab2ced056ac09ea256cc4ff00fb2cbd0344f622a.
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-2656-87/+86
|
* SERVER-68154 Race in destruction of Resharding metrics can lead to calling ↵Randolph Tan2022-07-2611-65/+123
| | | | pure virtual function
* SERVER-68042 Registration of duplicate range deletion task must return ↵Pierlauro Sciarelli2022-07-263-20/+35
| | | | original completion future
* SERVER-62356 Serialize creation of sharded and unsharded Timeseries collectionsPaolo Polato2022-07-268-213/+455
|
* SERVER-68287 Add Timestamp to versioning section of the sharding ↵Allison Easton2022-07-261-25/+27
| | | | architecture guide
* SERVER-66595 remove calls to getGlobalServiceContext in POS derived classesTyler Brock2022-07-259-23/+67
|
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-251-1/+10
|
* SERVER-67686 collMod coordinator must block migration on bucket nss (2nd ↵Tommaso Tocci2022-07-256-17/+62
| | | | attempt)
* SERVER-68193 Sharding DDL coordinator can lock itself out in distlock retry loopTommaso Tocci2022-07-211-2/+9
|
* SERVER-67084 make setState in ReshardingMetrics privateTyler Brock2022-07-211-6/+6
|
* SERVER-68137 Refactor shard registry initializationTommaso Tocci2022-07-212-2/+3
|
* SERVER-68120: Convert ReshardingOplogApplierMetrics counters to atomicnandinibhartiyaMDB2022-07-202-19/+19
|
* SERVER-67108 Create Resharding Cumulative Metrics Field Name ProviderBrett Nawrocki2022-07-203-0/+280
|
* SERVER-68161 Do not wait for ShardRegistry reload at startupTommaso Tocci2022-07-201-3/+2
|
* SERVER-68083 Allow the acquisition of a CriticalSection on view namespaces ↵Paolo Polato2022-07-191-17/+23
| | | | by secondary nodes
* SERVER-61985 SERVER-67193 Make reshardingPauseCoordinatorBeforeCompletion ↵Abdul Qadeer2022-07-181-2/+9
| | | | failpoint pause conditionally
* SERVER-67729 Reject new migrations when the ActiveMigrationsRegistry is lockedPaolo Polato2022-07-185-35/+70
|
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of ↵Tommaso Tocci2022-07-151-0/+1
| | | | CSRS stepdowns
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-152-9/+0
|
* SERVER-65010 Remove FCV guards for user write blockingSpencer Jackson2022-07-153-20/+1
|
* SERVER-67110 Create Global Index Cumulative Metrics Field Name ProviderBrett Nawrocki2022-07-153-0/+105
|
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-1515-21/+23
|
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-158-5/+27
|
* SERVER-67088: Create the FieldNameProvider classesnandinibhartiyaMDB2022-07-1419-165/+618
| | | | | Create the base class ShardingDataTransformInstanceMetricsFieldNameProvider & the derived GlobalIndexMetricsFieldNameProvider, ReshardingMetricsFieldNameProvider classes
* SERVER-67556 Implement global index clonerRandolph Tan2022-07-145-0/+473
|
* SERVER-66997 Remove NoChangeStreamEventsDueToOrphans feature flagAntonio Fuschetto2022-07-141-1/+0
|
* SERVER-67107 Create SDT Cumulative Metrics Field Name Provider BaseBrett Nawrocki2022-07-135-44/+214
|
* SERVER-67896 Remove uncessary ShardRegistry reload retry logicTommaso Tocci2022-07-131-10/+12
|
* SERVER-67845 Acquire critical section in rename "check preconditions" phase ↵Pierlauro Sciarelli2022-07-131-18/+20
| | | | only if target not sharded
* Revert "SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case ↵Tommaso Tocci2022-07-121-1/+0
| | | | | | of CSRS stepdowns" This reverts commit 0c74d8baaef7d7c6d0e84401c1066b658f8c7bb2.
* SERVER-66357 Add the Transaction API section to the sharding architecture guideSanika Phanse2022-07-121-0/+14
|
* SERVER-67730 CSRS stepdown during rename must not leave orphned entries in ↵Enrico Golfieri2022-07-121-0/+12
| | | | `config.chunks`
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-113-6/+6
|
* SERVER-67460 Change BasicCommandWithRequestParser to use DatabaseNameFernando Lisboa2022-07-111-1/+1
|
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-5/+6
|
* SERVER-64393 Adapt ReshardingMetrics JS tests to C++ unit testsBrett Nawrocki2022-07-111-129/+187
|
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-5/+0
|
* SERVER-67779 Refactor `deleteRangeInBatches` to don't require an executorPierlauro Sciarelli2022-07-112-103/+115
|