summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71387 Add missing typecheck for range-based windowv5.0David Percy2023-05-172-2/+43
|
* SERVER-76056 Rename range deleter's docs deleted statistic from ↵Marcos José Grillo Ramirez2023-05-164-7/+9
| | | | | | | countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter (cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae) (cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)
* SERVER-74471 Prune change stream perf tests to reduce variability of the ↵Mindaugas Malinauskas2023-05-161-18/+0
| | | | performance measurements
* SERVER-73662 tlsClusterCAFile is not being used to validate client ↵Adrian Gonzalez2023-05-162-0/+62
| | | | certificates on Windows
* SERVER-77028 tlsClusterCAFile is not being used to validate client ↵Adrian Gonzalez2023-05-151-1/+2
| | | | certificates on macOS
* SERVER-76983 Shutdown and join the CatalogCached's thread pool when mongos ↵Antonio Fuschetto2023-05-151-0/+8
| | | | terminates
* SERVER-77074 Always shutdown and join the CatalogCached's thread pool when ↵Antonio Fuschetto2023-05-151-1/+1
| | | | mongod terminates
* SERVER-76180 Remove TemporarilyUnavailable which does not exist in 5.0 from ↵Yu Jin Kang Park2023-05-151-4/+3
| | | | jstest
* SERVER-77039 Re-denylist map_reduce_drop.js from SERVER-71368 changesPol Piñol Castuera2023-05-154-0/+16
|
* SERVER-67732 mongod shutdown procedure doesn't shutdown the ↵Antonio Fuschetto2023-05-123-3/+21
| | | | Grid::getExecutorPool()
* SERVER-76826 Fix invariant failure for $merge with dollar fieldsRui Liu2023-05-123-3/+141
| | | | (cherry picked from commit f59655be727acb3c33b4183d2d70ceebb96fede2)
* SERVER-76955 remove a . typo from fsm_workloads/map_reduce_drop.js test tagsDianna Hohensee2023-05-111-1/+1
|
* SERVER-76948 Allow shard key fields to contain DBRefsCheahuychou Mao2023-05-104-7/+28
| | | | (cherry picked from commit ab5ca44eae30dba87f77d9533629322345ffb357)
* SERVER-73943 Pin program code segments in memory on startupJason Chan2023-05-109-3/+219
| | | | | | (cherry picked from commit 85878215714ad3851e6067fce5c080dc8fe00bda) This also includes a subset backport of errno_util from 4b4a334
* SERVER-75789 Require WT engine for read_ticket_exhaustion_with_stepdown testMatt Kneiser2023-05-101-0/+1
|
* SERVER-76955 Add a multiversion_incompatible flag to ↵Dianna Hohensee2023-05-101-0/+3
| | | | fsm_workloads/map_reduce_drop.js
* SERVER-76278 Log extra migration information at the end of the operationr5.0.18-rc2r5.0.18Marcos José Grillo Ramirez2023-05-102-0/+32
| | | | (cherry picked from commit 41cfc87e3cc05ed15df9029cdb694de17267572c)
* SERVER-76619 Add setParameter to enable libcurl's verbose loggingMark Benvenuto2023-05-105-4/+171
| | | | (cherry picked from commit bf9e8a4844e720b90cc6a939b23e08f7aeb0df20)
* SERVER-74344 Ban use of sparse indexes on internal comparison expression ↵Ruoxin Xu2023-05-0911-98/+235
| | | | | | | unless explicitly hinted (cherry picked from commit 317650c717dcc6d720259bcc21ae65012f1d1da4) (cherry picked from commit d0134bd27f82dbcdd9d3cb057677113b7d28737f)
* SERVER-75479 Fixed red ssl tests on macsAlexander Neben2023-05-081-1/+2
| | | | (cherry picked from commit f72360f2f7f8176580b3ed6afc8cabb17e95f86d)
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2023-05-0848-268/+468
| | | | (cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)
* SERVER-76721: Robustify plan_cache_stats_shard_and_host.js to count plan ↵Adityavardhan Agrawal2023-05-051-7/+26
| | | | cache entries only for specific plan cache key
* SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retryMark Benvenuto2023-05-042-10/+50
| | | | (cherry picked from commit f872d0b4efeba4f45961fca175e9bb3c65675d5f)
* SERVER-76179 Add RuntimeDirectory to mongod.service for RPMr5.0.18-rc1Alexander Neben2023-05-041-0/+1
| | | | (cherry picked from commit e968d9507a2d038004de32250ea62edaa627d39e)
* SERVER-76600 Increase timeouts for aggregation_timeseries_fuzzer on tsan/asanMilitsa Sotirova2023-05-041-1/+4
|
* SERVER-66009 Avoid use of mongo process interface if search is in an update ↵Militsa Sotirova2023-05-032-1/+5
| | | | pipeline
* SERVER-76767 remove v4.0 in version upgrade testsJiawei Yang2023-05-032-0/+10
|
* SERVER-75369 Fix the overflow of total possible enumeration count in ↵Ruoxin Xu2023-05-033-6/+37
| | | | | | LockstepOr enumeration strategy (cherry picked from commit 6bb0a27e70d7484f4dc9532c35dc1f0c7be873a3)
* SERVER-76695 initial_sync_nodes_maintain_and_gossip_commit_point.js should ↵Kaitlin Mahar2023-05-021-7/+13
| | | | | | wait longer for initial sync node to advance commit point (cherry picked from commit 2595c52e7ebbe72a41d541214f60828dcdf0d18b)
* SERVER-76378 Estimate metadata sizeSara Golemon2023-05-026-2/+150
| | | | (cherry picked from commit a759429a26c33a176a7b85c2e240934d471f7c6e)
* Revert "SERVER-76690 Special handling for PYTHONPATH when activate venv"Juan Gu2023-05-021-12/+1
| | | | This reverts commit d35ce8621f542a4479eb5cd91a8da1d39dd62c3d.
* Revert "SERVER-75626 added venv site-packages path to sys.path at macos host"Juan Gu2023-05-023-5/+2
| | | | This reverts commit dfab5c3daef6f4fed0054f8b3e804300050a3868.
* SERVER-76718 Add RHEL 7 PPC to mongocryptd and packages in evergreen.ymlr5.0.18-rc0Britt Snyman2023-05-021-0/+2
|
* SERVER-76690 Special handling for PYTHONPATH when activate venvJuan Gu2023-05-011-1/+12
| | | | (cherry picked from commit d32ee090853a65079d5c0b0b311309b918e3c361)
* SERVER-75626 added venv site-packages path to sys.path at macos hostJuan Gu2023-05-013-2/+5
| | | | (cherry picked from commit 0a4aea3b6980c208e5d9f0256daba00133127c07)
* SERVER-75987 Synchronize the connection and server threads in ↵Blake Oler2023-05-011-4/+5
| | | | | | `transport_layer_test` (cherry picked from commit a78040a9e614a92220c31ec12360d6d47b8a8fbd)
* Import wiredtiger: 574253ac34c21f61156ba2f8e1327b7e528bcd44 from branch ↵Luke Chen2023-05-012-18/+4
| | | | | | | | | mongodb-5.0 ref: 4c136b654b..574253ac34 for: 5.0.18 Revert "WT-10062 Fix checkpoint cleanup not to skip internal pages
* Import wiredtiger: 4c136b654b665f8c9520fa21ced665768cce34ef from branch ↵Luke Chen2023-05-013-1/+147
| | | | | | | | | mongodb-5.0 ref: 48ee474ec2..4c136b654b for: 5.0.18 WT-10551 Load backup block mod information into base checkpoints.
* SERVER-76063 Always report FreeMonitoring as disabledSara Golemon2023-04-284-27/+25
| | | | (cherry picked from commit 70d26d65a1e55e4da104f4f150bdc8b6d2ae5b65)
* SERVER-76599 Exclude jstests/sharding/balancer_collection_status.js from ↵Antonio Fuschetto2023-04-271-1/+5
| | | | step-down suites
* SERVER-76516 Fix concurrent access of clock in Resharding TestBrett Nawrocki2023-04-276-5/+21
|
* Import wiredtiger: 48ee474ec2074b3e2724c32ed3435a708927de25 from branch ↵Luke Chen2023-04-272-3/+1
| | | | | | | | | mongodb-5.0 ref: c75c517bea..48ee474ec2 for: 5.0.18 WT-10932 Remove many collection test
* Import wiredtiger: c75c517bea4f1a361b4eb1e40d7cd0974b3e72fb from branch ↵Luke Chen2023-04-272-8/+8
| | | | | | | | | mongodb-5.0 ref: d0b5944467..c75c517bea for: 5.0.18 WT-8689 Switch Evergreen zSeries builder to RHEL distro (v5.0 backport)
* Import wiredtiger: d0b59444672462b26323e5132fb4975cfea7092c from branch ↵Luke Chen2023-04-274-25/+25
| | | | | | | | | mongodb-5.0 ref: 6632af1c97..d0b5944467 for: 5.0.18 WT-8702 Limit oldest ID to recovered checkpoint snapshot in recovery
* Import wiredtiger: 6632af1c977e9d47386c7cc451be418ac1814317 from branch ↵Luke Chen2023-04-274-2/+184
| | | | | | | | | mongodb-5.0 ref: b09743bdf8..6632af1c97 for: 5.0.18 WT-8570 Do not increase oldest ID during recovery
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog ↵Moustafa Maher Khalil2023-04-2616-55/+334
| | | | application failures
* SERVER-76498: update push task to run on rhel8.7dylrich2023-04-261-1/+1
|
* SERVER-75360 Add number of results from mongot to slow query log lineTed Tuckman2023-04-262-0/+6
|
* SERVER-72686: Support collstats in agg pipeline for timeseries collectionAdityavardhan Agrawal2023-04-257-148/+279
| | | | (cherry picked from commit 01beeb4c2895153914158b1b5691c8c8cd60356a)
* SERVER-75082 Make balancer migrations throttling configurableSilvia Surroca2023-04-252-9/+16
|