summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsserver-62322-setWindowFields-empty-objNicholas Zolnierz2022-01-192-4/+16
|
* Import wiredtiger: aab21d5814193dc1943d9f5e62fd40ad6973475a from branch ↵Chenhao Qu2021-12-292-3/+3
| | | | | | | | | mongodb-master ref: 79c2e12ea7..aab21d5814 for: 5.3.0 WT-8610 Fix counter use
* Import wiredtiger: 79c2e12ea706ff1653154e87b2b51fe437be79a7 from branch ↵Chenhao Qu2021-12-298-9/+120
| | | | | | | | | mongodb-master ref: 936b411d68..79c2e12ea7 for: 5.3.0 WT-8561 Error if restoring a backup with metadata verification on
* Import wiredtiger: 936b411d686b30f2b68d050914689ded27744ee5 from branch ↵Chenhao Qu2021-12-293-7/+128
| | | | | | | | | mongodb-master ref: 7307e981cd..936b411d68 for: 5.3.0 WT-8600 Make recovery with no stable timestamp not drop history
* Import wiredtiger: 7307e981cd95ae93ce14862e73301ce121ceefa4 from branch ↵Chenhao Qu2021-12-292-1/+2
| | | | | | | | | mongodb-master ref: 791e2fa364..7307e981cd for: 5.3.0 WT-8606 Set project-level exec_timeout_secs in evergreen.yml
* Import wiredtiger: 791e2fa364918cb072e0ff7bad199ee738449e87 from branch ↵Chenhao Qu2021-12-292-5/+5
| | | | | | | | | mongodb-master ref: 7b3e2832d6..791e2fa364 for: 5.3.0 WT-8602 Move s_version package.spec to autoconf
* Import wiredtiger: 7b3e2832d653ed8a13fb8b670cccebdfe29d8837 from branch ↵Chenhao Qu2021-12-292-11/+8
| | | | | | | | | mongodb-master ref: c5db3e1d67..7b3e2832d6 for: 5.3.0 WT-7709 Unused variable tmp in __wt_rec_upd_select()
* SERVER-62235 Add an experimental VS 2022 builder in C++17 modeAndrew Morrow2021-12-291-0/+54
|
* SERVER-61725 Change symbolizer to use production serverr5.3.0-alphaJasur Nurboyev2021-12-282-2/+2
|
* SERVER-62128 Do not assume FCV stability when filtering writesSergi Mateo Bellido2021-12-285-15/+22
|
* SERVER-62207 Make ReshardCollectionCoordinator store an owned BSON object ↵Jordi Serra Torrens2021-12-282-1/+5
| | | | for the command
* SERVER-62146 [SBE] Fix use-after-free bug with $arrayElemAt, $first, and $lastDrew Paroski2021-12-271-6/+21
|
* SERVER-62133 Fix multiversion issue in ↵Rishab Joshi2021-12-261-1/+1
| | | | change_stream_pre_image_lookup_whole_db_whole_cluster.js.
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-249-29/+48
|
* SERVER-61069 Check that operations fail with network errorReo Kimura2021-12-231-6/+3
|
* SERVER-62248 Add requires_fcv_51 tag to load_balanced_server_status_metrics.jsVojislav Stojkovic2021-12-231-1/+1
|
* SERVER-61671 temporarily remove tests for FCV 5.3jonstreets2021-12-2320-42/+67
|
* SERVER-62212 Don't run dbcheck_write_concern.js in multiversion testsLouis Williams2021-12-231-0/+2
|
* SERVER-62247 Avoid making copies of the vector in ↵Yuhong Zhang2021-12-232-20/+10
| | | | TargetedWriteBatch::getWrites()
* SERVER-58153 Enable Feature flag for Remove Faulty Mongos From Cluster TopologyAndrew Shuvalov2021-12-231-1/+2
|
* SERVER-61732 Prevent threads spawned outside ThreadContextTest from updating ↵Vojislav Stojkovic2021-12-231-12/+39
| | | | test counters
* SERVER-58035 Remove leftover codeBlake Oler2021-12-231-6/+0
|
* SERVER-59241 Allow mongosymb.py to stream from stdinJasur Nurboyev2021-12-231-9/+58
|
* SERVER-61385 Fix initialization of cursor in RollbackSourceImpl::findOneByUUID()David Storch2021-12-231-0/+1
|
* Import wiredtiger: c5db3e1d6752826db91c41026bd4eed3c04e32a0 from branch ↵Alison Felizzi2021-12-235-50/+24
| | | | | | | | | mongodb-master ref: 22d1d1ebe7..c5db3e1d67 for: 5.3.0 WT-8591 WT_READ_DELETED_SKIP and WT_READ_DELETED_CHECK cleanup
* Import wiredtiger: 22d1d1ebe7f449d8971874968c5384d35683f9fd from branch ↵Alison Felizzi2021-12-232-2/+1
| | | | | | | | | mongodb-master ref: e29560bb09..22d1d1ebe7 for: 5.3.0 WT-8293 Re-enabling empty_value python test
* Import wiredtiger: e29560bb0960e89d3edf62695257190a4e749f8f from branch ↵Alison Felizzi2021-12-234-42/+71
| | | | | | | | | mongodb-master ref: a9197f1480..e29560bb09 for: 5.3.0 WT-8542 s_version generates CMake version config file
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-223-23/+226
| | | | | The dbCheck command accepts a `batchWriteConcern` option in the form of a writeConcern document. The default behavior is w:1 with no wtimeout.
* SERVER-62185: Make backup cursor Fetcher a unique_ptr memberChristopher Caplinger2021-12-222-28/+40
|
* SERVER-62126 Disable the rollback resumable index build test on the slow variantYuhong Zhang2021-12-221-0/+3
|
* SERVER-62226 Don't run dbcheck_no_history_on_secondary.js on ephemeralForTestLouis Williams2021-12-221-0/+1
|
* SERVER-62225 FTSSpec::fixSpec() attempts to convert number outside the range ↵Gregory Wlodarek2021-12-221-1/+1
| | | | of representable values of type 'int'
* SERVER-61184 Add limit to number of compound 2dsphere index keys we may generateHenrik Edin2021-12-228-138/+353
| | | | Co-authored-by: Henrik Edin<henrik.edin@mongodb.com>
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-2241-183/+949
|
* SERVER-61996 Reserve memory for MutableDocument in BucketUnpacker::getNext()Dan Larkin-York2021-12-221-1/+25
|
* SERVER-62174 Refactored health check intervalsAndrew Shuvalov2021-12-227-48/+149
|
* SERVER-62210 Fix dbCheck progress meter for dropped and recreated collectionsJosef Ahmad2021-12-221-3/+8
|
* Import wiredtiger: a9197f1480f65355eaf9e16812e5fd7e8f591eab from branch ↵Chenhao Qu2021-12-224-17/+39
| | | | | | | | | mongodb-master ref: 7feed3f635..a9197f1480 for: 5.3.0 WT-8566 Implement timing stress in compact
* Import wiredtiger: 7feed3f6351bbb3164538a2510bf5ce39e36133f from branch ↵Chenhao Qu2021-12-227-8/+6
| | | | | | | | | mongodb-master ref: f8f4afb7ff..7feed3f635 for: 5.3.0 WT-8465 Resolve all stale FIXME comments
* Import wiredtiger: f8f4afb7ff5e17966bfc2d9ea39cbfea9aa6cfbe from branch ↵Chenhao Qu2021-12-223-112/+1
| | | | | | | | | mongodb-master ref: 267bc7dbff..f8f4afb7ff for: 5.3.0 WT-8581 Remove one of the many-dhandle-stress-test in evergreen.yml
* Import wiredtiger: 267bc7dbff53702921e0c1b7a14ba0a50b4caafb from branch ↵Chenhao Qu2021-12-223-2/+99
| | | | | | | | | mongodb-master ref: 741977b480..267bc7dbff for: 5.3.0 WT-8595 Fix assertion during recovery if snapshot has > 255 txns
* Import wiredtiger: 741977b48041935e4333e4c0c036fb710c96c41a from branch ↵Chenhao Qu2021-12-222-2/+2
| | | | | | | | | mongodb-master ref: d8655389b4..741977b480 for: 5.3.0 WT-8596 Remoev comment about verifying history store
* Import wiredtiger: d8655389b4b750ec8d209f18d3245371b4dfb392 from branch ↵Chenhao Qu2021-12-222-2/+2
| | | | | | | | | mongodb-master ref: 5ded496704..d8655389b4 for: 5.3.0 WT-8593 Let UBSAN hosts abort and dump core instead of simply exiting
* Import wiredtiger: 5ded49670426c2ba9b4efed250f9bee228d2c69f from branch ↵Chenhao Qu2021-12-224-16/+12
| | | | | | | | | mongodb-master ref: 883889e71c..5ded496704 for: 5.3.0 WT-8379 Do not disable eviction during shutdown
* Import wiredtiger: 883889e71c4cbc77e820a4a62a02528ce6a16fde from branch ↵Chenhao Qu2021-12-2214-27/+150
| | | | | | | | | mongodb-master ref: eaf625d02f..883889e71c for: 5.3.0 WT-8426 Clean up csuite test artifacts on test success
* Revert "SERVER-61732 Prevent threads spawned outside ThreadContextTest from ↵auto-revert-processor2021-12-221-42/+12
| | | | | | updating test counters" This reverts commit ff375f0ae47b960f46a8606d0f5fd6558230709b.
* SERVER-61870 Retry loading oplog entries on CappedPositionLost in ↵Jack Mulrow2021-12-221-2/+28
| | | | retryable_internal_transaction_test.js
* SERVER-62113 Ignore IndexBuildAborted errors when building indexes in ↵Jennifer Peshansky2021-12-221-1/+2
| | | | find_flip_sbe_enabled.js
* SERVER-62200 Do not run cached_plan_trial_does_not_discard_work.js in ↵Justin Seyster2021-12-211-0/+1
| | | | parallel with fsyncLock tests
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2021-12-216-1/+99
|