summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-73863 allow cluster admin to reset telemetry store to 0 bytesMaddie Zechar2023-03-161-11/+20
|
* SERVER-74942 Ban $_internalShardServerInfo from running in CQFDavis Haupt2023-03-161-0/+2
|
* Revert "SERVER-71490: Move steady state replication constraint relaxation ↵Samy Lanka2023-03-167-306/+16
| | | | | | opCounters to logs" This reverts commit fca10770f9698b4c1a43197bdc3ff7576c6e8bf2.
* SERVER-73819 Allow internal errors to escape DBDirectClientBlake Oler2023-03-162-1/+21
|
* SERVER-73766 Introduce kLocalCatalogOnlyWithPotentialDataLoss placement concernKaloian Manassiev2023-03-165-108/+232
|
* SERVER-74569 Start with number of CPU cores for throughput probingGregory Noma2023-03-165-5/+30
|
* SERVER-74895 Expect command errors in validation when querying $collStatsDianna Hohensee2023-03-161-1/+3
|
* SERVER-74776 Use several `ExecutorFuture` rather than future chain in ↵Pierlauro Sciarelli2023-03-161-23/+18
| | | | `mergeAllChunksOnShardInTransaction`
* SERVER-72803 cache hinted sbe queryZixuan Zhuang2023-03-1615-154/+170
|
* SERVER-74721 Enable CheckMetadataConsistency hook on kill primary and ↵Tommaso Tocci2023-03-161-1/+1
| | | | stepdown suites
* SERVER-73062 Implement kInitializing Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-1617-100/+562
|
* SERVER-73599 Only handle ENOENT error when not able to open a checkpoint cursorYuhong Zhang2023-03-161-1/+1
|
* SERVER-74667 Use lock-free read approch for checkMetadataConsistency commandTommaso Tocci2023-03-161-16/+27
|
* SERVER-74849: Don't re-parse NamespaceString and copy it repeatedlyColin Stolley2023-03-162-10/+11
|
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-157-20/+27
|
* SERVER-72081 Change the access blocker registry data structure to key on ↵mathisbessamdb2023-03-1515-216/+254
| | | | TenantId objects
* SERVER-74882 Add diagram for CollectionTruncateMarkersHaley Connelly2023-03-152-5/+18
|
* SERVER-74224 Add code references in repl arch guide - Rollbackkauboy262023-03-151-27/+33
|
* SERVER-73615 [CQF] Update Cascades properties based on ConstEval inlining ↵Svilen Mihaylov2023-03-153-32/+83
| | | | decisions
* SERVER-74864 Remove `OperationContext*` from `TicketHolder::resize`Gregory Noma2023-03-154-26/+20
|
* SERVER-74830 Ensure agg and views unit tests that set tenantIds behave ↵jannaerin2023-03-157-3/+26
| | | | correctly when multitenancySupport enabled
* SERVER-61359 remove driverOIDTest commandJohn Liu2023-03-152-91/+0
|
* SERVER-74483 Remove unused InsertDeleteOptions fieldsYu Jin Kang Park2023-03-154-11/+0
|
* SERVER-74151 Create a new reads tags command for QE tagsMark Benvenuto2023-03-158-11/+464
|
* SERVER-74831 Ensure DatabseClonerTest passes tenantIds correctly with ↵jannaerin2023-03-151-2/+5
| | | | multitenancySupport enabled
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-1514-1169/+7
|
* SERVER-73995 Implement v2 changes to Queryable Encryption finds using ↵Shreyas Kalyan2023-03-156-102/+428
| | | | collScanMode
* SERVER-70835 Set an upper limit for configureQueryAnalyzer's sampleRateCheahuychou Mao2023-03-151-6/+18
|
* SERVER-74773 Make analyzeShardKey command use the most compatible index to ↵Cheahuychou Mao2023-03-141-4/+14
| | | | calculate cardinality and frequency metrics
* SERVER-74823 IndexCatalog initialization should not assume all non-ready ↵Gregory Wlodarek2023-03-141-4/+12
| | | | indexes are two-phase index builds
* SERVER-73331 Abort index builds on step-up if there are skipped recordsYu Jin Kang Park2023-03-1410-36/+186
|
* SERVER-74469 Generate the validAfter time in the CSRS on chunk migration commitPaolo Polato2023-03-146-69/+52
|
* SERVER-74361 Add $median accumulator that desugars to $percentileGil Alon2023-03-143-2/+95
|
* SERVER-74496 Suppoprt nested documents in Wildcard Projections and fix _id ↵Alexander Ignatyev2023-03-142-12/+22
| | | | processing
* SERVER-74763 [CQF] Split parallelism test from physical rewriter testsSvilen Mihaylov2023-03-144-558/+500
|
* SERVER-74829 Use tenantId to construct placeholder namespace in PipelineExecutorjannaerin2023-03-143-1/+14
|
* SERVER-74710 Reduce race with storage engine shutdown and RandomCursor ↵Gregory Wlodarek2023-03-141-0/+9
| | | | destructor
* SERVER-74730: Use BoolExpr for ResidualRequirements typesHana Pearlman2023-03-1411-180/+273
|
* SERVER-66544 TASSERT if an unknown command is reached.Sebastien Mendez2023-03-141-2/+2
|
* SERVER-72610 Refactor BucketCatalog to improve testabilityDan Larkin-York2023-03-1420-2893/+3151
|
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ↵Yu Jin Kang Park2023-03-1410-122/+189
| | | | error
* SERVER-67874: Remove config server code which upconverts all writeConcern to ↵wenqinYe2023-03-143-22/+9
| | | | majority
* SERVER-74311: Add sanity check assertions that only a config server has ↵wenqinYe2023-03-142-0/+31
| | | | config shard identity
* SERVER-70055 Make TTL monitor pick up config changes immediatelyJordi Olivares Provencio2023-03-143-10/+53
|
* SERVER-52287 Enable feature flag for Compound Wildcard IndexesAlya Berciu2023-03-147-24/+44
|
* SERVER-74539 [CQF] Remove some assumptions about Sargable disjunctionDavid Percy2023-03-148-106/+230
|
* SERVER-73079 Skip unowned bucket or track write to orphaned bucketYoonsoo Kim2023-03-143-5/+90
|
* SERVER-73078 Implement MovePrimaryMetricsBrett Nawrocki2023-03-1452-583/+1330
| | | | | | | This commit also includes a partial refactor of ShardingDataTransformInstanceMetrics and its children in general, breaking down some elements of monolithic classes into mixins that are more easily composable.
* SERVER-74282 Require all internal server data cleanup be completed before ↵Huayu Ouyang2023-03-145-66/+179
| | | | allowing transition to upgraded for replica sets
* SERVER-74442 [CQF] Assume cardinality 1 for equality predicates on _idJennifer Peshansky2023-03-142-4/+75
|