summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-61202 remove timing dependency in cluster_ip_allowlist_replsetSERVER-61202Sergey Galtsev2021-11-031-1/+1
|
* SERVER-61202 remove timing dependency in cluster_ip_allowlist_replsetSergey Galtsev2021-11-021-9/+9
|
* SERVER-61124 Remove BSONElement::compareDan Larkin-York2021-11-022-113/+0
|
* SERVER-61055 Do not run check orphans after tests that call removeShardjannaerin2021-11-0221-0/+105
|
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-11-0211-7/+193
|
* SERVER-61169 Inject ResmokeProxyService in MultiversionGenTaskDecoratorMikhail Shchatko2021-11-023-4/+6
|
* SERVER-61178 Use less concurrency in find_cmd_with_indexes_timeseries.jsGregory Wlodarek2021-11-021-1/+1
|
* Import wiredtiger: a5581e759002efc42ac455c3e0a3b8cc58cf569a from branch ↵Luke Chen2021-11-027-23/+76
| | | | | | | | | mongodb-master ref: c531995c03..a5581e7590 for: 5.2.0 WT-5010 Migrate Jenkins “wiredtiger-perf-checkpoint” job to Evergreen
* Import wiredtiger: c531995c033470668561a895e7be2757c507eafe from branch ↵Luke Chen2021-11-025-74/+37
| | | | | | | | | mongodb-master ref: f733d398ba..c531995c03 for: 5.2.0 WT-8314 Fix the block cache returning blocks for the wrong table
* Import wiredtiger: f733d398ba9fbc9802de885912c8d3f34bc6cf62 from branch ↵Luke Chen2021-11-024-3/+41
| | | | | | | | | mongodb-master ref: 6ddfc52f11..f733d398ba for: 5.2.0 WT-8284 Improve verbose logging for transactions when rollback is required
* Import wiredtiger: 6ddfc52f11222bcd47518fce6b5ed458075f9c31 from branch ↵Luke Chen2021-11-026-67/+212
| | | | | | | | | mongodb-master ref: 667eff4002..6ddfc52f11 for: 5.2.0 WT-5008 Migrate Jenkins “wiredtiger-perf-btree” job to Evergreen
* Import wiredtiger: 667eff40028852a989c9295be0e1c8c9d323ba75 from branch ↵Luke Chen2021-11-029-6/+305
| | | | | | | | | mongodb-master ref: bc1c3dc0d4..667eff4002 for: 5.2.0 WT-8285 Simplify CMakes use of third party libraries
* Import wiredtiger: bc1c3dc0d46ea79127697aae7b50e8b6c5afb14d from branch ↵Luke Chen2021-11-028-73/+219
| | | | | | | | | mongodb-master ref: 6873ef7d0c..bc1c3dc0d4 for: 5.2.0 WT-7912 Fix prefix search near optimisation to handle scenarios where the key range is split across pages.
* SERVER-61153 findAndModify on mongos/mongoq handles TenantMigrationAborted ↵mathisbessamdb2021-11-023-2/+17
| | | | by retrying
* SERVER-32927 Assert sharded commands can be accepted after waiting for ↵Sophia Tan2021-11-013-5/+149
| | | | clusterTime
* SERVER-54590 Architecture Guide updates for PM-2189Gregory Wlodarek2021-11-012-14/+39
|
* SERVER-60701 Block reads to local database from user connections while in ↵Matthew Russotto2021-11-013-0/+28
| | | | File Copy Based Initial Sync
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-0113-60/+91
| | | | | | | This avoids underlying SharedBuffer to be shared for KeyString for separate indexes. Allows indexes that need to spill to disk to independently free memory instead of being pinned by unrelated other indexes.
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-0123-60/+341
|
* SERVER-60362 Implement KMIP-based Audit Log EncryptionGabriel Marks2021-11-014-0/+9
|
* SERVER-59925 Stress test time-series insertsGregory Noma2021-11-014-5/+96
|
* SERVER-61157 add feature flag for making an index uniqueBenety Goh2021-11-011-0/+4
|
* SERVER-61087 Prevent sbe_ixscan_explain.js from running in incompatible test ↵Jennifer Peshansky2021-11-012-0/+5
| | | | suites
* SERVER-60179 The 'validate' command should return 'InvalidOptions' instead ↵Gregory Wlodarek2021-11-014-12/+12
| | | | of 'CommandNotSupported' for incompatible options
* SERVER-61036 adding automation test for findAndModifyCmd after migratmathisbessamdb2021-11-011-0/+119
|
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-0115-38/+108
|
* SERVER-61077 Pass mixed_bin_versions from suite definition to TestData objectMikhail Shchatko2021-11-011-0/+4
|
* Import wiredtiger: 6873ef7d0c3f3babc28cdc4a16cc302038e51334 from branch ↵Luke Chen2021-11-012-1/+9
| | | | | | | | | mongodb-master ref: dfc1385ec8..6873ef7d0c for: 5.2.0 WT-8065 Update documentation about cursor and prefix_key configuration
* Import wiredtiger: dfc1385ec8b2aa0d86dfe66890a7e3b95b729d43 from branch ↵Luke Chen2021-11-0136-2236/+3006
| | | | | | | | | mongodb-master ref: 854df2c974..dfc1385ec8 for: 5.2.0 WT-3445 Add multiple tables to format tester.
* Import wiredtiger: 854df2c974559fddb3412f919d6421376f3b0ae7 from branch ↵Luke Chen2021-11-013-30/+170
| | | | | | | | | mongodb-master ref: d3735be6df..854df2c974 for: 5.2.0 WT-8281 Fix out of order handling with history store stop timestamp
* Import wiredtiger: d3735be6dff0b323bb0bc876c65b4e98ad0aed83 from branch ↵Luke Chen2021-11-014-26/+22
| | | | | | | | | mongodb-master ref: 893ff3571a..d3735be6df for: 5.2.0 WT-8283 Use the new verbose API in compact files
* SERVER-60935 Fix disabled repl tests failing due to changing latest release ↵Vesselina Ratcheva2021-10-305-20/+32
| | | | to 5.2
* SERVER-60577 Add logic to check time-series buckets for mixed-schema data at ↵Gregory Wlodarek2021-10-306-24/+298
| | | | index time
* SERVER-60577 Add functionality to detect mixed-schema data in time-series ↵Gregory Wlodarek2021-10-306-0/+188
| | | | bucket collections
* SERVER-61106 Use woCompare to generate timeseries summariesDan Larkin-York2021-10-292-1/+9
|
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-2913-19/+85
|
* SERVER-60121 Enable hint to use the clusterKey of a clustered collectionHaley Connelly2021-10-292-12/+330
|
* SERVER-60199 Attempt to fix Coverity defectGabriel Marks2021-10-291-1/+2
|
* SERVER-61118 TransactionCoordinator unit tests that create a second ↵Cheahuychou Mao2021-10-292-5/+16
| | | | coordinator for a txnNumber should wait for the decision future of the previous coordinator
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2 headersTyler Seip2021-10-294-0/+1133
|
* SERVER-60622 Fix typos in update_driver.cpp error messagesmartin-mueller-cemas2021-10-291-3/+3
|
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest ↵Louis Williams2021-10-292-4/+149
| | | | | | RecordId in a collection This fixes a bug that allows a RecordId to be incorrectly reused during startup recovery's prepared transaction reconstruction.
* SERVER-61108 Remove wtimeout from resharding coordinator write concernLuis Osta2021-10-291-10/+9
|
* SERVER-60927 fix multiversion concurrency testsRobert Guo2021-10-291-2/+0
|
* SERVER-59450 Add a resmoke.py subcommand to invoke minimizer runner ↵trahman13182021-10-294-4/+70
| | | | [evergreen task updates]
* SERVER-61019 Make deep copy in ↵Haley Connelly2021-10-291-3/+4
| | | | ClusteredCollectionUtil.constructFullCreateOptions
* SERVER-60206 add sortArray feature flagNeil Shweky2021-10-291-10/+15
|
* SERVER-60695 Increase wait time after executing resmoke during test_resmoke.pytrahman13182021-10-291-1/+1
|
* SERVER-60870 adding automation test case for read/write access aftermathisbessamdb2021-10-295-59/+108
|
* SERVER-60957 Support change stream pre and post images in a sharded cluster.Rishab Joshi2021-10-298-43/+109
|