summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-73998: Fix perf.ymlBACKPORT-14790-perfdalyd2023-02-151-2/+4
| | | | (cherry picked from commit 638f348aea94c7fa0d26ffcaeb4380430a54d5e6)
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ↵Nicholas Zolnierz2023-02-1410-126/+494
| | | | | | expression (cherry picked from commit f15f2bf8958557b4e8fccc6e8e1c7c8c5834d209)
* SERVER-72868 Remove checks at cluster.js because listCollections and ↵Pol Pinol Castuera2023-02-142-51/+0
| | | | | | listIndexes automatically retry on NotWritablePrimary errors. (cherry picked from commit f1134e89296bd57a014af29d02aa1cb93ac864d2)
* SERVER-73368 Evergreen push task is failing to update v6.0-latest tarball in S3Juan Gu2023-02-131-2/+2
|
* SERVER-73719 Comment out legacy sys-perf buildvariants v6.0dalyd2023-02-131-751/+751
|
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ↵Matthew Russotto2023-02-1310-7/+167
| | | | | | before trying slow path (cherry picked from commit 0c0f80372c2adee56c16c106ec2711d39ea6b45f)
* SERVER-72815: Track document count and duration for updateMany and ↵Adi Zaimi2023-02-133-58/+198
| | | | deleteMany calls (v6.0)
* SERVER-72512 SERVER-73636 Ensure validate surfaces index key inconsistencies ↵Dan Larkin-York2023-02-102-80/+139
| | | | | | | if they exist (cherry picked from commit c0e1438cad31e00372a9f9edaee80f9db5a4e8ed) (cherry picked from commit 2d90115a227572cc0f46b309ceb47dda6b740da3)
* SERVER-73706 Save WTRecordStoreUassertOutOfOrder fail point state to prevent ↵Gregory Wlodarek2023-02-101-3/+3
| | | | | | concurrency bugs in testing (cherry picked from commit 237c050c840b906a8d4b4cd48e7e71e219f72df4)
* SERVER-73481 Ensure validate detects out-of-order keys with {full: false}Gregory Wlodarek2023-02-103-9/+47
| | | | (cherry picked from commit 288fee69456c966751a49870eefead1b7fa6ae76)
* SERVER-71950 Fail and log the operation when out-of-order keys are detected ↵Gregory Wlodarek2023-02-101-10/+9
| | | | | | in WiredTiger (cherry picked from commit b2085e2d422278733bb6925614eb0c2f36348034)
* SERVER-73852 Enable bounded-sort optimization on FCV 5.0David Percy2023-02-102-13/+6
| | | | | | | | | | | | | Once we backport this feature to 5.0, you should be able to upgrade from 5.0 to 6.0 while using this feature. That means as you transition through these cases, the feature should stay on: - 5.0 binary with FCV 5.0 - 6.0 binary with FCV 5.0 -- this is the case we need to enable. - 6.0 binary with FCV 6.0 This commit changes the 6.0 binary to enable this feature even when FCV is 5.0.
* SERVER-73745 Zero initialize IndexKeyBucket structGregory Wlodarek2023-02-101-2/+2
| | | | (cherry picked from commit ceb331a7471e03038f72d9ba7d9d3ac9f9d80ada)
* SERVER-72825 [v6.0] Remove Outdated/Duplicate Entries for Multiversion Testsjames-hippler2023-02-101-12/+12
|
* SERVER-38232 Add RuntimeDirectory to mongod.serviceRyan Egesdahl2023-02-1010-39/+29
| | | | | (cherry picked from commit 1e5c67d6b9c80eda789fece2e1973a7f7c6cb7b0) (cherry picked from commit 8d463a6789d68e2fc39b93346152e1b4a626e14a)
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-02-105-11/+53
| | | | (cherry picked from commit 40c93f028e36f78c06756f4bfd358d240bdd9b34)
* SERVER-73216 Upgrade BlackDuck to Detect v8Mark Benvenuto2023-02-094-3/+32
| | | | (cherry picked from commit 5935850dae716e5f482ff11b0dc9bd9e317c6e17)
* SERVER-73232 Change the default log-verbosity for `_killOperations`Amirsaman Memaripour2023-02-091-1/+2
| | | | (cherry picked from commit cada8ff2bdf32b38170488f574d072a8a9c89545)
* SERVER-73183 Skip storageEngine option sanitization for inMemory modeYu Jin Kang Park2023-02-091-1/+2
| | | | (cherry picked from commit 1041a35afa2d66094e6b51894871f990b0f9f0f3)
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-02-0915-5/+211
| | | | (cherry picked from commit ef120ac5552574fb9b84d36d842ead8519588c31)
* Import wiredtiger: 6d5a0660a2fde923e7d40871b7b7ef32c919240a from branch ↵Luke Chen2023-02-093-5/+78
| | | | | | | | | mongodb-6.0 ref: 4d08414fdb..6d5a0660a2 for: 6.0.5 WT-10461 Fix key out of order in skip list on weakly ordered architecture
* SERVER-71969 Change sys-perf dsi compile-variant expansion v6.0dalyd2023-02-082-14/+14
|
* SERVER-70427 Remove Chef+Kitchen package test infrastructureRyan Egesdahl2023-02-0813-843/+0
| | | | (cherry picked from commit 09ca39216efd0c28c71144d25f55b72a9bba24a4)
* SERVER-73534 Fix crash in serialization of SBE ArraySet to KeyStringDavid Storch2023-02-062-1/+13
| | | | (cherry picked from commit 7d633d3c72a5cffb8889632e5cfb545002514ebb)
* SERVER-70219 fix spill_to_disk_secondary_readZixuan Zhuang2023-02-061-3/+7
|
* SERVER-71751 Skip core/transaction_too_large_for_cache.js in non-WT storage ↵Yu Jin Kang Park2023-02-061-0/+7
| | | | | | engines (cherry picked from commit 761037636e047c810f1285396323920262232894)
* SERVER-71750 Revert writeConflictRetry refactor into ↵Yu Jin Kang Park2023-02-062-17/+10
| | | | | | handleWriteConflictException (cherry picked from commit 552afb106b2cdc485db67087ce24e7d33e8cbabb)
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2023-02-0611-25/+344
| | | | (cherry picked from commit 9ddbd3512044ca6508cb72d9a321391d45c18140)
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-0326-64/+316
| | | | | | | | This commit does 2 things: 1. Make sure that we register the migration source op observer hook in all paths where transactions transitions into prepare. 2. If we don't have the post image doc, fetch the latest doc from storage. (cherry picked from commit 2f708612dc39780410bf40d31a404cb121f653a9)
* SERVER-73009 Compute clustered scan direction when plan is hinted or cachedAlyssa Wagenmaker2023-02-023-64/+102
|
* SERVER-73176: Only print actual error message in getHostFQDNs (v6.0)Adi Zaimi2023-02-021-2/+4
|
* SERVER-73266 Avoid retaking RSTL without timeout at index build commitGregory Noma2023-02-011-2/+3
| | | | (cherry picked from commit 35370b26c155a89a540137fe168da98175a431bf)
* SERVER-72185 Update TSBS repo to `mongodb-forks/tsbs`Gregory Noma2023-02-011-2/+2
| | | | (cherry picked from commit 175c2549371b77d89af4afa208061782592d9a17)
* Import wiredtiger: 4d08414fdb3ed3d7d16169b803b29524313eb9f6 from branch ↵Luke Chen2023-02-013-1/+3
| | | | | | | | | mongodb-6.0 ref: 7762ac8f08..4d08414fdb for: 6.0.5 WT-10506 Introduce stable toolchain cmake files that point to the latest
* Import wiredtiger: 7762ac8f08262d1b032a17372b3099bd0c49b9d3 from branch ↵Luke Chen2023-02-019-13/+73
| | | | | | | | | mongodb-6.0 ref: 4dff67dd81..7762ac8f08 for: 6.0.5 WT-8848, WT-10027, WT-9774 and WT-9879 v6.0 Backport
* Import wiredtiger: 4dff67dd815aeaecb3f2987afa9bb63766b8c888 from branch ↵Luke Chen2023-02-014-12/+55
| | | | | | | | | mongodb-6.0 ref: d31db8f8be..4dff67dd81 for: 6.0.5 WT-8981 Enable evergreen testing for RHEL8 on PPC
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-01-317-14/+103
|
* SERVER-70747 Change coll name in BUS extended range testJoel Redman2023-01-311-3/+2
|
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2023-01-312-2/+239
|
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2023-01-318-94/+383
|
* SERVER-67950 Make stronger assertions in ↵samontea2023-01-311-1/+5
| | | | bucket_unpacking_with_sort_granularity_change.js
* SERVER-65990 Test BUS w/ changing BucketMaxTimeSpansamontea2023-01-311-0/+102
|
* SERVER-70321 Collmod coordinator must not resume migrations on retriable errorsAllison Easton2023-01-315-83/+136
|
* SERVER-67111 clustered_cappted_utils.js fix TTL deletes not visible with ↵Yu Jin Kang Park2023-01-3114-76/+87
| | | | majority writeconcern
* SERVER-73398 always invoke moveChunk when both bounds are setPierlauro Sciarelli2023-01-301-2/+1
|
* SERVER-72620 ensure shard added to $indexStats for unsharded collectionsTyler Brock2023-01-304-8/+12
|
* SERVER-71368 Stop excluding tests that drop collection/database in sharded ↵Tommaso Tocci2023-01-3017-60/+22
| | | | | | suites (cherry picked from commit 2acc4aa5e1007b96de0b12bdf43c07951703e987)
* SERVER-73389 Checkpoint vector clock in drop database coordinatorTommaso Tocci2023-01-301-0/+5
| | | | (cherry picked from commit 7766e574b039922351d2b89c1c8b2cd7a6daf08b)
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-2734-369/+212
|
* SERVER-73264 Fix wrong invariant in MigrationChunkClonerSource::commitCloneRandolph Tan2023-01-271-1/+1
| | | | (cherry picked from commit dac5e7c0e8552d1fd261201e9238534a4a5d9156)