Gregory Wlodarek
|
6d7cbdb9b4
|
SERVER-57041 Disable disk_wiredtiger suite on ASAN
|
2021-05-18 18:35:13 +00:00 |
|
Wenbin Zhu
|
d07bc9ff9b
|
SERVER-56983 Shutdown and join oplog applier's writer pool on replication coordinator shutdown.
|
2021-05-18 18:14:48 +00:00 |
|
Pierlauro Sciarelli
|
af26789cd6
|
Revert "SERVER-57027 Fix calls to renameCollection shell helper containing full NS"
This reverts commit 6aaf03fa58 .
|
2021-05-18 17:39:53 +00:00 |
|
Huayu Ouyang
|
2d9191c633
|
SERVER-56901 Update unit tests for getDefaultWriteConcernSource
|
2021-05-18 17:18:29 +00:00 |
|
Daniel Gottlieb
|
3340c93c28
|
Revert "SERVER-56953: Allow testing for new-style retryable findAndModify for basic operations."
This reverts commit 162e0d14fe .
|
2021-05-18 16:57:00 +00:00 |
|
Jamie Anderson
|
70c9397a81
|
SERVER-54780: Remove unused variables in resharding's insertCoordDocAndChangeOrigCollEntry()
|
2021-05-18 15:05:03 +00:00 |
|
Pierlauro Sciarelli
|
6aaf03fa58
|
SERVER-57027 Fix calls to renameCollection shell helper containing full NS
|
2021-05-18 14:43:30 +00:00 |
|
Alya Berciu
|
1e6e3b3c41
|
SERVER-52307 Enable dots and dollars feature flag
|
2021-05-18 14:13:29 +00:00 |
|
Jordi Serra Torrens
|
5c9288ff2d
|
SERVER-56956 ScopedShardVersionCriticalSection can leave critical section held if filtering metadata refresh fails
|
2021-05-18 13:52:44 +00:00 |
|
Yuhong Zhang
|
f62706daa8
|
SERVER-56766 External sorter can reuse temp files from previous startups
|
2021-05-18 13:51:30 +00:00 |
|
Gregory Noma
|
79b4b66a43
|
SERVER-56720 Ensure original primary steps back up in timeseries_retryable_write_downgrade.js
|
2021-05-18 13:30:42 +00:00 |
|
Samy Lanka
|
6d9cb8ed5b
|
Revert "SERVER-55690 Check default write concern during replica set reconfig if CWWC is not set"
This reverts commit 9ebb4355dc .
|
2021-05-18 12:19:20 +00:00 |
|
Pierlauro Sciarelli
|
3ce2c1f02f
|
SERVER-57021 Release locks before DB refresh in rename coordinator
|
2021-05-18 11:02:42 +00:00 |
|
Milena Ivanova
|
593376ad56
|
SERVER-56422 Collect and expose usage statistics for aggregate expressions
|
2021-05-18 09:31:25 +00:00 |
|
Pierlauro Sciarelli
|
b4f1a63544
|
SERVER-57001 Range deletion snapshotting must always start from a clean state
|
2021-05-18 08:20:21 +00:00 |
|
Tommaso Tocci
|
9e2ddc556e
|
SERVER-56789 Enable stepdown suites on sharded DDL FSM workloads
|
2021-05-18 07:18:57 +00:00 |
|
Luke Chen
|
052066841c
|
Import wiredtiger: cd498c9ee924e49661e70ca78ec384e8c9081bb8 from branch mongodb-5.0
ref: a400fcf1e7..cd498c9ee9
for: 5.1.0
WT-7381 Cache btree's ckptlist between checkpoints
|
2021-05-18 06:57:33 +00:00 |
|
Luke Chen
|
732cebd665
|
Import wiredtiger: a400fcf1e786100b3b71353bc9c67c05f73d3418 from branch mongodb-5.0
ref: 372fb3a16b..a400fcf1e7
for: 5.1.0
WT-7546 Coverity: Minor issues in CppSuite test harness
|
2021-05-18 06:57:33 +00:00 |
|
Luke Chen
|
be0469158b
|
Import wiredtiger: 372fb3a16b09a3113680ff109ed257eede35f35c from branch mongodb-5.0
ref: ab61cd3d26..372fb3a16b
for: 5.1.0
WT-7204 Update cursor-backward walks key instantiation support
|
2021-05-18 06:57:33 +00:00 |
|
Luke Chen
|
e7750f4c2e
|
Import wiredtiger: ab61cd3d26e1308db70c5fb69643ceabbfb113ce from branch mongodb-5.0
ref: 6097d9b38a..ab61cd3d26
for: 5.1.0
WT-7407 test/format failure classifier
|
2021-05-18 06:57:33 +00:00 |
|
Luke Chen
|
860bf6e9d8
|
Import wiredtiger: 6097d9b38a4523b06ffd087400c77af5b18b0646 from branch mongodb-5.0
ref: 5abe3cff01..6097d9b38a
for: 5.1.0
WT-7446 Fix incorrect duration_seconds value in test framework
|
2021-05-18 06:57:33 +00:00 |
|
Daniel Gottlieb
|
162e0d14fe
|
SERVER-56953: Allow testing for new-style retryable findAndModify for basic operations.
|
2021-05-18 02:58:27 +00:00 |
|
Simon Gratzer
|
b0e213e963
|
SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avoid blind metadata refresh
|
2021-05-17 23:15:36 +00:00 |
|
Martin Neupauer
|
0e0b306c05
|
SERVER-52799 enable slot-based execution engine by default
This commit also switches the "SBE on" build variant in Evergreen to
"SBE off", to maintain test coverage of the classic engine.
|
2021-05-17 22:54:47 +00:00 |
|
Jack Mulrow
|
5fd52b1e50
|
SERVER-56981 Block writes to a tenant's data before selecting the block timestamp
|
2021-05-17 22:32:10 +00:00 |
|
Ali Mir
|
e1972cd78a
|
SERVER-56998 Dynamically split slow replica_sets* tasks on evergreen
|
2021-05-17 21:22:50 +00:00 |
|
Andrii Dobroshynski
|
20019cf4ac
|
SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predicate, leading to missing query results
|
2021-05-17 21:21:42 +00:00 |
|
Svilen Mihaylov
|
0e4ff78d3c
|
SERVER-57005 Fix unpackbucket rewrite after optimizeEndOfPipeline
|
2021-05-17 20:59:54 +00:00 |
|
Ian Boros
|
fcdc972cd6
|
SERVER-56869 Various fixes for use-after-free bugs in SBE
|
2021-05-17 20:58:49 +00:00 |
|
Ruoxin Xu
|
e37ca4e197
|
SERVER-56775 Remove temporary flag for disabling window functions that aren't supported in removable windows
|
2021-05-17 20:27:20 +00:00 |
|
Richard Samuels
|
4165013286
|
SERVER-55626 Extract set up remote credentials function
|
2021-05-17 20:06:28 +00:00 |
|
Gregory Noma
|
ef9f9abf5f
|
SERVER-56927 Retry oplog check on CappedPositionLost error in timeseries_retryable_write_downgrade_oplog_rollover.js
|
2021-05-17 18:56:07 +00:00 |
|
Ethan Zhang
|
12aad79fda
|
SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online Archive
|
2021-05-17 18:25:37 +00:00 |
|
Mihai Andrei
|
61f662b283
|
SERVER-56928 Fix bug with findOne() query that uses $near operator
|
2021-05-17 16:31:55 +00:00 |
|
Pavi Vetriselvan
|
c01fe15176
|
SERVER-56959 crud_ops_do_not_throw_locktimeout_on_ticket_exhaustion.js should not use db.currentOp() helper
|
2021-05-17 16:30:45 +00:00 |
|
Ali Mir
|
9ebb4355dc
|
SERVER-55690 Check default write concern during replica set reconfig if CWWC is not set
|
2021-05-17 16:29:43 +00:00 |
|
LaMont Nelson
|
ead70eb7f5
|
SERVER-56320: increase txn timeout
|
2021-05-17 16:06:08 +00:00 |
|
Jack Mulrow
|
6ad2f86475
|
SERVER-53407 Ensure tenant migrations provide causal consistency with a lagged donor
|
2021-05-17 15:31:29 +00:00 |
|
Jason Zhang
|
97bd3bc33d
|
SERVER-56967 Make a deepcopy of shell_options in the tenant migration passthrough suite
|
2021-05-17 15:10:43 +00:00 |
|
Tommaso Tocci
|
325a6e9d0d
|
SERVER-56994 Do not interrupt ShardingDDLCoordinator instances before releasing distributed locks
|
2021-05-17 14:51:14 +00:00 |
|
Samy Lanka
|
23c40392fd
|
SERVER-56963 Prevent secondaries from waiting for write concern when they've taken write locks
|
2021-05-17 14:21:33 +00:00 |
|
Richard Samuels
|
b8801c6b9c
|
SERVER-55626 Fix missing ext expansion
|
2021-05-17 14:20:18 +00:00 |
|
David Storch
|
66a536d56c
|
SERVER-56792 Fail query in SBE cached planner and subplanner if an index is dropped during yield
|
2021-05-17 13:59:21 +00:00 |
|
Anton Korshunov
|
77c25b4ef2
|
SERVER-56991 SBE regex memory leak
|
2021-05-17 12:14:11 +00:00 |
|
Jordi Serra Torrens
|
98b60eb0d7
|
SERVER-55111 When using a nested shard key, a delete in a txn to a chunk that has moved is not throwing MigrationConflict
|
2021-05-17 07:59:21 +00:00 |
|
Luke Chen
|
d635bacee7
|
Import wiredtiger: 5abe3cff013c14f7285f0db4eb04dd8a388478c9 from branch mongodb-5.0
ref: fee51ab6b3..5abe3cff01
for: 5.0.0
WT-6576 Fix the aborted on-disk prepared key
|
2021-05-17 06:58:55 +00:00 |
|
Luke Chen
|
4df8d2d8e2
|
Import wiredtiger: fee51ab6b3550d3fb2a183ba7c1cee17bde38112 from branch mongodb-5.0
ref: 70feccf80d..fee51ab6b3
for: 5.0.0
WT-7416 Imported table requires full copy between incremental backups
|
2021-05-17 06:58:55 +00:00 |
|
Luke Chen
|
daf562452a
|
Import wiredtiger: 70feccf80df7a0ffdf2f587018c4dd40cc8ba43c from branch mongodb-5.0
ref: 7684c23d31..70feccf80d
for: 5.0.0
WT-6403 Restore format non-timestamp transactional testing
|
2021-05-17 06:58:55 +00:00 |
|
Luke Chen
|
967ca6c23f
|
Import wiredtiger: 7684c23d3158df0649e465f4a45bc35e7f20b68a from branch mongodb-5.0
ref: f66921dc67..7684c23d31
for: 5.0.0
WT-7382 Refactor of database validation in test framework
|
2021-05-17 06:58:55 +00:00 |
|
Luke Chen
|
9d1c6d3350
|
Import wiredtiger: f66921dc67934d1d4d9f9329cf6c65bc8e722a7d from branch mongodb-5.0
ref: 3e3be1bd98..f66921dc67
for: 5.0.0
WT-7525 Add key order check right after history store insert
|
2021-05-17 06:58:55 +00:00 |
|