summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57312 Pin transitive Python dependencies and use the pinned file for ↵5.2Mikhail Shchatko2022-01-056-17/+17
| | | | installation in Evergreen
* Import wiredtiger: 44f59f255cd2894489339ffe9f3c853ba7e5117e from branch ↵Chenhao Qu2022-01-058-6/+130
| | | | | | | | | mongodb-master ref: b4eabd7093..44f59f255c for: 5.3.0 WT-8290 Adding a new API to the session to return the rollback reason
* Import wiredtiger: b4eabd7093752f76dafb2cbee9f3ad03da56cbb5 from branch ↵Chenhao Qu2022-01-0512-1713/+1974
| | | | | | | | | mongodb-master ref: 265e20d6a6..b4eabd7093 for: 5.3.0 WT-8473 Power8 vector intrinsic CRC32 implementation
* Import wiredtiger: 265e20d6a6d8173a54b1ada48308dd80e290bc1a from branch ↵Chenhao Qu2022-01-058-9/+29
| | | | | | | | | mongodb-master ref: bb8f47dc3f..265e20d6a6 for: 5.3.0 WT-7147 Extend s_string utility to .cxx files
* Import wiredtiger: bb8f47dc3f3cb527c2e1aac2e7c9019b30334645 from branch ↵Chenhao Qu2022-01-052-82/+56
| | | | | | | | | mongodb-master ref: 9d325522ed..bb8f47dc3f for: 5.3.0 WT-8499 Create a function to execute tests from the cpp suite in evergreen.yml
* Import wiredtiger: 9d325522ed0d1fd99266a90b0440970bbf16e940 from branch ↵Chenhao Qu2022-01-052-29/+22
| | | | | | | | | mongodb-master ref: 4e5a6281ae..9d325522ed for: 5.3.0 WT-8505 Create a compatibility test function in Evergreen
* Revert "SERVER-62333 use std::ptrdiff_t to avoid UB in MurmurHash3"auto-revert-processor2022-01-051-4/+2
| | | | This reverts commit 863684a584bfa5b4beeffb8d2a79e735299c1de7.
* SERVER-61819 Fix SBE yielding bug around capped collectionsIan Boros2022-01-052-2/+63
| | | | | | Previously, if SBE was reading from a capped collection, it was possible to fall off the capped collection without returning a CappedPositionLost error.
* SERVER-62357 Increase the default health check progress monitor intervalAndrew Shuvalov2022-01-053-3/+9
|
* SERVER-62333 add missing include for windowsMatt Broadstone2022-01-051-0/+1
|
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-049-405/+30
|
* SERVER-62101 Check whether the database was dropped before accessing the ↵Dianna Hohensee2022-01-042-4/+14
| | | | ViewCatalog in the aggregate command; and use a lock-free compatible collection lookup in ViewCatalog::resolveView()
* SERVER-62173 Wait for no index builds to be in progress on ↵Gregory Noma2022-01-041-8/+45
| | | | BackgroundOperationInProgressForNamespace during steady state replication with FCV less than 5.2
* SERVER-62019: Remove flag guard from linearFillMaddie Zechar2022-01-045-14/+26
|
* SERVER-62192 Check feature flag for sharding timeseries collection on shards ↵Rui Liu2022-01-041-2/+6
| | | | in implicit sharding accessed collections
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-0416-119/+95
|
* SERVER-61400 Add new docker compose for 1 shard configurationtrahman13182022-01-0415-53/+441
|
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2022-01-047-0/+103
|
* SERVER-62333 use std::ptrdiff_t to avoid UB in MurmurHash3Matt Broadstone2022-01-041-2/+4
|
* SERVER-58281 hang analyzer unable to load BSON librarytrahman13182022-01-041-0/+2
|
* SERVER-62319 Allow different errors thrown by different collMod implementationRui Liu2022-01-041-3/+4
|
* SERVER-60109 Ensure vector clock is recovered on step-upPierlauro Sciarelli2022-01-045-33/+29
|
* Import wiredtiger: 4e5a6281aeca1bcc78639fb8ff7f05f2c54fde41 from branch ↵Etienne Petrel2022-01-042-3/+4
| | | | | | | | | mongodb-master ref: d1e3d80d51..4e5a6281ae for: 5.3.0 WT-8617 Temporary fix for transaction snapshot assert.
* Import wiredtiger: d1e3d80d51130e3ff7003a88dc1e388090761f63 from branch ↵Etienne Petrel2022-01-042-1/+112
| | | | | | | | | mongodb-master ref: 58aba8adea..d1e3d80d51 for: 5.3.0 WT-6004 Create a python test that validates turtle file format
* SERVER-62160 Remove TODO listed in SERVER-62061Tommaso Tocci2022-01-031-2/+0
|
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-3133-90/+89
|
* SERVER-62162 Get rid of TODO referencing a closed ticketKaloian Manassiev2021-12-312-58/+30
|
* SERVER-62159 Get rid of TODO referencing a closed ticketKaloian Manassiev2021-12-312-4/+4
|
* SERVER-59813 Simplify ServerParameter construction and add formal readonly ↵Sara Golemon2021-12-3013-89/+36
| | | | parameters
* SERVER-62292: Validate commit messages do not reference internal ticketsDavid Bradford2021-12-306-155/+268
|
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ↵Jordi Serra Torrens2021-12-305-24/+133
| | | | to be recovered
* SERVER-62296 MoveChunk should recover any unfinished migration before ↵Jordi Serra Torrens2021-12-305-0/+121
| | | | starting a new one
* Import wiredtiger: 58aba8adeaf57b85bdd869d55a519286628ecff8 from branch ↵Luke Chen2021-12-307-58/+146
| | | | | | | | | mongodb-master ref: 06f6747bcb..58aba8adea for: 5.3.0 WT-8543 Rollback-to-stable should detect a prepared transaction as an active transaction and fail
* Import wiredtiger: 06f6747bcb94bc81936dd97f763483464247ec97 from branch ↵Luke Chen2021-12-302-20/+2
| | | | | | | | | mongodb-master ref: 562f6d57d3..06f6747bcb for: 5.3.0 WT-8611 Use system timing stress function for compact
* Import wiredtiger: 562f6d57d38b218c7a5c12e8ddee39a87df71b03 from branch ↵Luke Chen2021-12-303-5/+55
| | | | | | | | | mongodb-master ref: aab21d5814..562f6d57d3 for: 5.3.0 WT-8609 Return an error if there's an attempt to prepare a logged object rather than asserting
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-3036-2263/+2012
| | | | This reverts commit 4cfcc10775e2cab05a6e30c2516994ab67b9bd7d.
* SERVER-62157 Explicitly link rpc_test to authSara Golemon2021-12-291-0/+1
|
* SERVER-61617 Restrict actionType/matchType combinations on serverlessSara Golemon2021-12-295-25/+316
|
* SERVER-58701 Enabling new migration protocol by defaultSergi Mateo Bellido2021-12-291-1/+2
|
* SERVER-62283 stop gap measure to prevent underflow assertingRushan Chen2021-12-292-8/+22
|
* 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