96666 Commits

Author SHA1 Message Date
Militsa Sotirova
4fd7879c5f SERVER-87466 Pass around DeleteStageParams by-value instead of via unique_ptr (#48089)
GitOrigin-RevId: 48a6d8cd19cb2c750c2cfe490ca766d257412caa
2026-03-05 22:08:42 +00:00
Moustafa Maher
940ca43158 SERVER-117311 OpObserverRegistry should use input opAccumulator (#49117)
GitOrigin-RevId: 4f951f175f2b2d71ec04219fd86c116b34cc2f00
2026-03-05 21:27:29 +00:00
Ivan Fefer
ba0df36a89 SERVER-120977: Micro optimize plan cache write path (#49082)
GitOrigin-RevId: f9820bdfcd1879090fd726298205969abbd1ea2b
2026-03-05 21:10:41 +00:00
Will Buerger
af2f089690 SERVER-119056: Provide view pipeline to MongoExtensionAggStageAstNodeVTable::bind_view_info() (#48500)
GitOrigin-RevId: 9facf0071f9f3f569598c9a4ec50ba77149dae73
2026-03-05 20:23:36 +00:00
Mike Nugent
e4ae80dc32 SERVER-120797: Handle timeouts for Shutdown and ForceFlush (#49094)
GitOrigin-RevId: 4c75e24dd23580691144bcaca263d03ed1766c9e
2026-03-05 19:59:04 +00:00
erinzhu001
704402c8cd SERVER-118946 Add query stats to sharded passthroughs (#48410)
Co-authored-by: Charlie Swanson <charlie.swanson@mongodb.com>
GitOrigin-RevId: df4f999a1e6414e9f5c0b9b1497fe72784aef5a7
2026-03-05 19:41:59 +00:00
Projjal Chanda
116b33ef63 SERVER-120991 Reduce max recursion depth in HHJ to 1 (#49091)
GitOrigin-RevId: 75756d881dd0ceea1eb0c145b7abfdad3b052969
2026-03-05 19:41:41 +00:00
Projjal Chanda
d4b3ece936 SERVER-115390 Add bloom filter optimisation to skip probe side records (#46360)
GitOrigin-RevId: b554a63aa98bd5a88eb336faaaf146ca4e603f53
2026-03-05 19:41:23 +00:00
Benjamin Pearce
844a34ac90 SERVER-120257 Create GeoData Timeseries PBT (#48759)
GitOrigin-RevId: 573f1105ed3b6d96d3a6bd2b7a5e55d2d1ccbc25
2026-03-05 19:41:05 +00:00
Charlie Swanson
8c2021e4f8 SERVER-118560 Add concurrency mongot suite and test flag toggle (#48987)
GitOrigin-RevId: 61ed0d124c014723e08b864c048625b3796a8790
2026-03-05 19:05:05 +00:00
mongodb-matthew-normyle
98137d823a SERVER-120981: Iceberg: parallel evergreen tests, streaming reads, use DictionaryArray for buildDeleteFile, log num partitions in insert (#49088)
GitOrigin-RevId: a04045be9bd3a1789ee8a316ded495f30ce38e7a
2026-03-05 19:04:49 +00:00
Joseph Prince
4444cb8390 SERVER-120724 Require that connections from the proxy unix socket expect a proxy protocol header (#48944)
GitOrigin-RevId: f865d92ffab5183c28a37a912f676ddc5e581a05
2026-03-05 18:38:51 +00:00
Joshua Siegel
b02099ac90 SERVER-120904 Pre-size MutableDocument in exec::expression::evaluate (#48999)
Co-authored-by: Erin Liang <erin.liang@mongodb.com>
GitOrigin-RevId: e67edace3a97dde837315d4cc39d78931ea2958a
2026-03-05 18:04:22 +00:00
Yujin Kang Park
93a6cf5d73 SERVER-120240 Add core_sharding to jscore sharding suites which do not include it (#48582)
GitOrigin-RevId: 96e24e9766329466993697b65cbd4d5079b3a0d7
2026-03-05 18:04:05 +00:00
Billy Donahue
a25ea05bca SERVER-120574 use std::chrono::duration in cost_based_ranker (#49057)
GitOrigin-RevId: 5a175c60af36ccf7b4ccbd214ec4bc04dc93be91
2026-03-05 17:58:32 +00:00
Daniel Moody
1c497ec30e SERVER-121007 remove old EOL versions from package testing (#49096)
GitOrigin-RevId: 9a4d1647b413c4835799298650749dc18c5dfba4
2026-03-05 17:58:14 +00:00
Billy Donahue
b80ecb8c34 SERVER-119589 sigaltstack_location_test disable core dump (#49097)
GitOrigin-RevId: c2f107e9662d6634fc018465b05038c7e0fa37de
2026-03-05 17:57:57 +00:00
Finley Lau
5aff5ad798 SERVER-118963 Add ResolvedNamespaceMap to handleView() (#47628)
GitOrigin-RevId: 8b2a18da019b3ad37eae2c0b50330178df2b8c29
2026-03-05 17:26:36 +00:00
Rustam Gusein-zade
c3b272450b SERVER-105690: Locker::lockGlobal timeout calculation fix (#49006)
GitOrigin-RevId: cb65df1f6217f2575cac5ea8ec35c671810194dc
2026-03-05 17:16:17 +00:00
wolfee
fc387a2d76 SERVER-120435 Provide a way to mark internal operations as non-deprioritizable (#48763)
Co-authored-by: Allison Easton <allison.easton@mongodb.com>
GitOrigin-RevId: 4142bee9d847236186c53cdc7e0fecaeb8a4e9b3
2026-03-05 17:16:00 +00:00
Sean Lyons
a3fb189c5f SERVER-120023 Add bazel targets for release-critical, query resmoke suites (#48597)
GitOrigin-RevId: 0dd010a1ffb8b12b826201462e4c01bee5aa70a2
2026-03-05 17:00:22 +00:00
Joshua Siegel
13283db061 SERVER-120932 Pin 2dsphereIndexVersion to v3 in timeseries 2dsphere tests
GitOrigin-RevId: 942c92afd49b1616b7348b1f3a31ac52cdd3eb8a
2026-03-05 16:43:46 +00:00
Allison Easton
04299cdb04 SERVER-120889 Use the priority port in runCmdOnPrimaryAndAwaitResponse (#48971)
GitOrigin-RevId: fea31a5f30bc33d37c2fff6985e9bc9915744b9a
2026-03-05 16:23:20 +00:00
Jason Hills
c3e4533364 SERVER-116213, SERVER-117626, SERVER-117790: Enhance SBOM automation with private folder support, team automation and branch filtering (#48555)
Co-authored-by: Mathias Stearn <mathias@mongodb.com>
GitOrigin-RevId: 0ed281764f145dc335b24cc49112f018a921f94b
2026-03-05 16:13:59 +00:00
Marcos Grillo
b3b8da53ce SERVER-120972 Remove flaky test case of ticket_semaphore unittests (#49075)
GitOrigin-RevId: 862dcf8aa8042b0f8efd066d4a90378852c8d5a4
2026-03-05 16:13:43 +00:00
Mike Nugent
7cb72dd8f4 SERVER-119907: Create Opentelemetry exporter to write files in Prometheus format (#48778)
GitOrigin-RevId: 0bed4a7232321bd56437b4b4d48a4ec78ae9e9cc
2026-03-05 15:45:01 +00:00
Marcos Grillo
a323aea851 SERVER-85346 Verify shardKeyPattern compatibility in collmod only if setting prepareUnique to true, allowing to always ramp off (#49014)
GitOrigin-RevId: 57de0a60f7855961b99c76e2b6cc692c7e7bcf41
2026-03-05 13:37:54 +00:00
Tommaso Tocci
3dc3eafc93 SERVER-118465 Introduce sharded suite with fcv upgrade/downgrade and retryable writes (#48760)
Co-authored-by: Meryama <meryama.nadim@mongodb.com>
GitOrigin-RevId: 42c1a8a69763a4b6db9f2af50c98bd573729f66d
2026-03-05 13:03:56 +00:00
Rustam Gusein-zade
f1f3f2f128 SERVER-106508: Refactor stats recalculation logic in collection catalog (#48913)
GitOrigin-RevId: 1f0b9b7128584525d7dd1dd452c16ff99dd0bd28
2026-03-05 12:39:10 +00:00
Enrico Golfieri
e427f60c59 SERVER-120897: Always capture non-enumerable _mongo property by the Multi-Router (#48989)
GitOrigin-RevId: b4e149a50bbd185b5407d3f876dfd0992e2753c2
2026-03-05 12:38:49 +00:00
Silvia Surroca
7f48f1dc62 SERVER-120905: recordIdsReplicated field should be deleted before deduplicating $listCatalog entries on ValidateCollections hook (#48996)
GitOrigin-RevId: 7c5ff326800f4fea86c301167ac566722e602103
2026-03-05 11:56:49 +00:00
mongo-pr-bot[bot]
6bb2adff4e SERVER-110427 Update profiling data (#49073)
Co-authored-by: mongo-pr-bot[bot] <230616009+mongo-pr-bot[bot]@users.noreply.github.com>
GitOrigin-RevId: f821e9b6365b09a7e97c347a3f2f4c67f8b56dd1
2026-03-05 11:56:32 +00:00
Vesko Karaganev
dfa0f64483 SERVER-119380 DescribesDocumentTransformation for DocumentSource and projections (#48232)
GitOrigin-RevId: 231e48deab60c6b60e6b903aafc2705bd8961637
2026-03-05 11:37:53 +00:00
Henri Nikku
16f0579a91 SERVER-119838 Add golden test for the dependency graph (#48258)
Co-authored-by: Vesko Karaganev vesko.karaganev@mongodb.com
GitOrigin-RevId: c5238b33b099d6ae9038b3a945625a8e7ca36ee5
2026-03-05 10:25:01 +00:00
Alberto Massari
6e42dfdd0c SERVER-120666 Detect fields used in dotted paths as coming from joined source (#49027)
GitOrigin-RevId: e520c726f8eb1492349ffe19d56684c396733ae6
2026-03-05 07:58:13 +00:00
nandinibhartiyaMDB
e320852fbd SERVER-120917: Workaround to prevent resharding from hanging in the cloning phase. (#49046)
GitOrigin-RevId: 17a991408c39359ea9210e5261d8a06705158526
2026-03-05 04:09:50 +00:00
Zack Winter
0930cf4d20 SERVER-120948: Remove unnecessary otel flags (#49060)
GitOrigin-RevId: 766f1dfb7e9b8597d8fac30c57edeab874a62607
2026-03-05 00:21:01 +00:00
Steve McClure
078b39c657 SERVER-120941: Re-enable lint_fuzzer_sanity_patch (#49056)
GitOrigin-RevId: 4f4b02ed2ab2e525d4c05eee48b475b9f99a4316
2026-03-04 23:36:21 +00:00
wt-vendoring-bot[bot]
5a5b250f9c Import wiredtiger: e1f6d5cf4193382b8d2d858b089d17fb33b3ee56 from branch mongodb-master (#48973)
Co-authored-by: wt-vendoring-bot <wt-vendoring-bot@mongodb.com>
GitOrigin-RevId: bd0fbf08116889623aaed557209890aed59b6782
2026-03-04 23:36:03 +00:00
Daniel Segel
3fef01fe5a SERVER-120938 Fix extensions_verify_visibility task on dynamic and sanitizer build variants
GitOrigin-RevId: e940b3763988822ffc36b030480c0b7740fe4e19
2026-03-04 23:35:46 +00:00
Felipe Farinon
0b50ea103e SERVER-117622 Disallow hashed index from SERVER-99889 from running in new executor, using engine selection (#48869)
Co-authored-by: Matthew Boros <matt.boros@mongodb.com>
GitOrigin-RevId: 39662237882fb49ce2651b12de66bd04f820dda4
2026-03-04 23:19:13 +00:00
Gil Alon
31c8b232b7 SERVER-120254 Add Claude Code hook to only allow writes to authorized files (#48903)
GitOrigin-RevId: 8d465bb8e3998cbf583310d2c0836fbf6cf4eafb
2026-03-04 22:27:11 +00:00
Zack Winter
daa98e188f SERVER-120931: Add GraphQL-based Batching and S3 Cache for Deduplication to Merge Queue Metrics Script (#48960)
GitOrigin-RevId: 336f435b787ce52554caf4f20057e4297243a80d
2026-03-04 22:26:54 +00:00
Daniel Segel
af77af452f SERVER-120068 Support streamType stage constraint for extensions (#49012)
GitOrigin-RevId: cfdc1e7c477dddc6873f667e1dd88b589af27934
2026-03-04 21:24:45 +00:00
Steve McClure
03edbc1501 SERVER-120924: Polish and cleanup extension for v1.0.0 (#49023)
GitOrigin-RevId: 345025f6cd5d7a69cf971c32766425ae87a55554
2026-03-04 20:43:55 +00:00
Haley Connelly
bffe099a32 SERVER-120528 Write 'valid-as-of' timestamp to fast count config.metadata_store (#48940)
GitOrigin-RevId: ba5b33b39d2a87533fda4cd26c15f6c217c555c2
2026-03-04 20:43:37 +00:00
Zack Winter
a73ae35f13 SERVER-120871: Add Release Smoke Test Alias (#48952)
GitOrigin-RevId: e7980dab20c10cf77ebc1896daa056bc8fe5e157
2026-03-04 20:43:19 +00:00
Billy Donahue
c32287f2af SERVER-120290 BSONObj threadsafety docs (#48936)
GitOrigin-RevId: 6849dd2248dd2c11554c23d425529bf7efcfa817
2026-03-04 20:43:02 +00:00
mongodb-matthew-normyle
9e8f03f0df SERVER-120686: Iceberg: remove old spark code, make tests run faster, add updates microbenchmark (#48982)
GitOrigin-RevId: 29874f6bbafd76c18b3abb7f9244178542bc31ad
2026-03-04 19:26:49 +00:00
Damian Wasilewicz
3edfbbde26 SERVER-120612 Skip starting/stopping the replicated fast count manager background thread when running modal validate (#48850)
GitOrigin-RevId: b5e54b17bfe1731e6dd8c9539ab53b88a0181ee2
2026-03-04 19:26:31 +00:00