summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only ↵Pierlauro Sciarelli2022-04-281-1/+1
| | | | one document
* SERVER-64970 Start generating new v2 resume token format for all events by ↵Arun Banala2022-04-2820-368/+459
| | | | default
* SERVER-66008 fix undefined function bug in cluster.jsPaolo Polato2022-04-281-3/+4
|
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-2856-718/+836
|
* Import wiredtiger: 77b525f40021c118b3dafdbfd58167c2bcf7da38 from branch ↵Etienne Petrel2022-04-282-2/+2
| | | | | | | | | mongodb-master ref: fc005cf9a1..77b525f400 for: 6.1.0-rc0 WT-9205 Correct transaction warning text in documentation
* Import wiredtiger: fc005cf9a1c5727fb92a931c7e4166b746c4f4c6 from branch ↵Etienne Petrel2022-04-2810-38/+150
| | | | | | | | | mongodb-master ref: 35458555c2..fc005cf9a1 for: 6.1.0-rc0 WT-9153 Add support to verify tiered storage contents to tiered_abort
* Import wiredtiger: 35458555c25dafd8a5eef313e1a7a4e3db333daf from branch ↵Etienne Petrel2022-04-282-1/+7
| | | | | | | | | mongodb-master ref: 59de07270f..35458555c2 for: 6.1.0-rc0 WT-9134 Document WiredTiger expectations for transaction progress
* Import wiredtiger: 59de07270f0f63bcc0c50dca3a70cd12a733d398 from branch ↵Etienne Petrel2022-04-283-56/+70
| | | | | | | | | mongodb-master ref: 1c2766eda6..59de07270f for: 6.1.0-rc0 WT-9038 Correctly handle overflow blocks that are being discarded in VLCS salvage
* Import wiredtiger: 1c2766eda64f2113b41429bd2d2315e55dbd3c39 from branch ↵Etienne Petrel2022-04-289-135/+32
| | | | | | | | | mongodb-master ref: a41ab8d3cd..1c2766eda6 for: 6.1.0-rc0 WT-9177 Fix deadlock with checkpoint waiting for transactions to complete
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-2815-15/+416
|
* SERVER-66009 Avoid use of mongo process interface if search is in an update ↵Ted Tuckman2022-04-282-1/+5
| | | | pipeline
* SERVER-65300 multiversion jstests fix.Suganthi Mani2022-04-272-0/+4
|
* SERVER-64628 Remove leftover empty fileVesselina Ratcheva2022-04-271-0/+0
|
* SERVER-64194 Add test coverage for refreshFromStorageIfNeeded() for a ↵Sanika Phanse2022-04-271-0/+113
| | | | retryable internal transaction with write statements with kUninitializedStmtId
* SERVER-65895 Also create applier metrics for donor shards with no progress ↵Randolph Tan2022-04-272-25/+89
| | | | document
* SERVER-65993 Make internal transaction concurrency workloads create test ↵Cheahuychou Mao2022-04-271-0/+2
| | | | collection in the setup phase with w: majority
* SERVER-65998 Fix expected document in random_moveChunk_update_shard_key.jsCheahuychou Mao2022-04-271-2/+3
|
* SERVER-64628 Add more targeted tests for adding nodes to sharded setsVesselina Ratcheva2022-04-275-0/+188
|
* SERVER-65835: Refactor how task timeouts are determinedDavid Bradford2022-04-274-103/+179
|
* SERVER-54107 compile_commands.json should have an order-only dependency on ↵Tausif Rahman2022-04-273-3/+6
| | | | generated-sources
* SERVER-66001 Remove `isEphemeral` check in `AllDurableTimestamp` testGregory Noma2022-04-271-5/+0
|
* SERVER-65240 Remove `requires_wiredtiger` tag from `tags.js`Gregory Noma2022-04-271-4/+0
|
* SERVER-66013 change CSFLE ARM build host from x86 to ARMJon Streets2022-04-271-1/+1
|
* SERVER-65944 Add csfle build and push to Ent RHEL 8 x86Jon Streets2022-04-271-0/+5
|
* SERVER-64338 Log clusterTime for each state in ↵Arun Banala2022-04-271-6/+15
| | | | random_moveChunk_multi_update_delete_change_streams.js
* SERVER-64177 Verify $lookup pushdown works in transactionsRui Liu2022-04-271-1/+67
|
* SERVER-65927 Annotate switch fallthrough in `bson_validate_old.cpp`Gregory Noma2022-04-271-1/+1
|
* SERVER-64332 skip macos notarization for archives which don't exist.Daniel Moody2022-04-271-4/+8
|
* SERVER-65997 Add diagnostics to `DBClientConnection::call`Amirsaman Memaripour2022-04-271-0/+11
|
* SERVER-65958: Ensure consistent names for multiversion suitesDavid Bradford2022-04-271-1/+1
|
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-04-274-28/+209
|
* SERVER-63864 Add tests to validate change stream namespace and operationType ↵Arun Banala2022-04-274-74/+939
| | | | rewrites for newly added events
* SERVER-65897 Remove SBE plan cache entries from the corresponding collection ↵Ruoxin Xu2022-04-272-23/+69
| | | | when an index filter is set or cleared
* SERVER-65386 Change add shard behavior to absorb shard cluster's parameters ↵Marcos José Grillo Ramirez2022-04-275-59/+325
| | | | when promoting first RS to shard
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a ↵Denis Grebennicov2022-04-273-14/+34
| | | | refineCollectionShardKey operation
* Import wiredtiger: a41ab8d3cdb7d7a5e00c119e06cf2c4bca8843ca from branch ↵Chenhao Qu2022-04-274-79/+278
| | | | | | | | | mongodb-master ref: 19f2d419cb..a41ab8d3cd for: 6.1.0-rc0 WT-9052 Implement parser for WiredTiger.export file
* Import wiredtiger: 19f2d419cb57566d56712a969b78c119e2c51ff5 from branch ↵Chenhao Qu2022-04-274-287/+2
| | | | | | | | | | mongodb-master ref: d99fef1989..19f2d419cb for: 6.1.0-rc0 Reverted ticket(s): WT-9179 Timestamp verification for fast-delete information
* Import wiredtiger: d99fef19890cd1d7400d26c959ef8083ac1f4d4d from branch ↵Chenhao Qu2022-04-276-15/+181
| | | | | | | | | mongodb-master ref: b37584cfc4..d99fef1989 for: 6.1.0-rc0 WT-9049 Implement special backup cursor: backup:export
* Import wiredtiger: b37584cfc4d461d107d0221aab0eef0882a7d34d from branch ↵Chenhao Qu2022-04-2713-25/+146
| | | | | | | | | mongodb-master ref: d49187b688..b37584cfc4 for: 6.1.0-rc0 WT-9089 Define a new remove operation function in the cpp testing
* Import wiredtiger: d49187b688033a7d20115853149858da5753f2b5 from branch ↵Chenhao Qu2022-04-272-4/+32
| | | | | | | | | mongodb-master ref: a7e6f71c76..d49187b688 for: 6.1.0-rc0 WT-9147 No need to walk the whole update chain in __wt_rec_upd_select except for metadata
* Import wiredtiger: a7e6f71c7610ca7df554781c24c0a9fc9beda656 from branch ↵Chenhao Qu2022-04-2715-322/+18
| | | | | | | | | mongodb-master ref: 406855114b..a7e6f71c76 for: 6.1.0-rc0 WT-9122 Remove support for internal tiered manager thread
* Import wiredtiger: 406855114b113a55f3bc3b6f9a8a09b2a08cc328 from branch ↵Chenhao Qu2022-04-274-2/+287
| | | | | | | | | mongodb-master ref: ea81029e03..406855114b for: 6.1.0-rc0 WT-9179 Timestamp verification for fast-delete information
* SERVER-65929 Avoid profiling overhead in aggregation over SBE find when not ↵Irina Yatsenko2022-04-261-1/+3
| | | | actually profiling
* SERVER-65145 Use inject_tenant_prefix override in split passthroughMatt Broadstone2022-04-265-44/+134
|
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ↵Yuhong Zhang2022-04-262-4/+54
| | | | the `prepareUnique` option commits
* SERVER-65922 Disallow `unique` and `prepareUnique` to exist in the index ↵Yuhong Zhang2022-04-263-7/+33
| | | | spec together
* SERVER-65151 Remove `ephemeralForTest`Gregory Noma2022-04-2622-11132/+0
|
* SERVER-65959 Remove `ephemeralForTest` from `SConscript`sGregory Noma2022-04-264-7/+0
|
* SERVER-65923 Run `OpMsgFuzzer` with `wiredTiger`Gregory Noma2022-04-262-1/+2
|
* SERVER-65988 Make TransactionCoordinator log full session idsCheahuychou Mao2022-04-262-20/+20
|