Commit Graph

64711 Commits

Author SHA1 Message Date
sergey.galtsev
8d64bcb59b SERVER-66488 Update selinux tests to use shell from archive_dist_test
(cherry picked from commit 08e5f964cdb3fd71f7e7d1691797c4ece29ea1d8)
2022-05-18 16:55:24 -07:00
Cheahuychou Mao
79e48dd8b0 SERVER-66526 Hang upon restart when there is a prepared internal transaction for retryable findAndModify executed with storeFindAndModifyImagesInSideCollection=true to reconstruct
(cherry picked from commit 13a610d118)
2022-05-18 22:22:33 +00:00
Randolph Tan
8035d1b6c1 SERVER-66264 shardsvrDropIndex should use timeseries namespace in the shardVersionRetry loop
(cherry picked from commit d5a929be4f)
2022-05-18 13:17:23 -04:00
David Bradford
d9c20985e2 SERVER-66518: Include packaging as part of powercycle dependencies
(cherry picked from commit 2bca294623)
2022-05-17 15:04:53 -04:00
Rachita Dhawan
ce47119ff1 SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command Interrupted In _parseCommand
(cherry picked from commit 38e4a5516d)
r6.0.0-rc6
2022-05-17 15:48:13 +00:00
James Wahlin
387db2d0f7 Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"
This reverts commit 252235fda4.
2022-05-17 15:24:59 +00:00
Andrii Dobroshynski
df8faf83a1 SERVER-65152 Update change_stream_null_existence_eq_rewrite_test.js for newly-added events
(cherry picked from commit 5a611b4f0d)
2022-05-17 14:08:19 +00:00
Jordi Serra Torrens
c900fa624c SERVER-65947 MigrationDestinationManager must recover if an error occurs during release of the critical section
(cherry picked from commit 5bd946b1fc)
2022-05-17 13:24:50 +00:00
Mindaugas Malinauskas
7aa9056354 SERVER-66075 Make change_streams_pre_image_removal_job.js tolerate transient CappedPositionLost errors when reading the oplog
(cherry picked from commit 7de665954a)
2022-05-17 13:20:37 +00:00
David Bradford
5c8894d8e0 SERVER-65937: Support different fcv tags for lts and continuous multiversion tests
(cherry picked from commit 3b4067a108)
2022-05-17 12:57:34 +00:00
Allison Easton
1a44e197ee SERVER-65930 DDL coordinators and rename participant initial checkpoint may incur in DuplicateKey error 2022-05-17 12:03:40 +00:00
Pierlauro Sciarelli
76fce4412c SERVER-66031 fix fcv document retrieval in jstests/sharding/rename_sharded.js 2022-05-17 10:22:33 +00:00
Paolo Polato
ede5f0da8f SERVER-66377 make ClusterChunksResizePolicy resilient to renameCollection() with dropTarget
(cherry picked from commit 46c54afca7)
2022-05-17 09:12:08 +00:00
Mohammad Dashti
dd511e9140 SERVER-66498 Disable Baseline JIT for MozJS
(cherry picked from commit 13ec926abf)
2022-05-17 05:15:08 +00:00
Mark Benvenuto
33f01c2958 SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing messages
(cherry picked from commit ad2271e4c9)
2022-05-17 03:25:41 +00:00
Erwin Pe
86483f603c SERVER-65999 Fix the sharding test for two simultaneous compacts
(cherry picked from commit a86cebf1f3)
2022-05-17 03:02:21 +00:00
Mihai Andrei
7ed364e892 SERVER-66445 Make the classic engine the default execution engine
(cherry picked from commit 40109e237a)
2022-05-17 02:38:30 +00:00
ruslan.abdulkhalikov
252235fda4 SERVER-65884 $lookup from ts optimize $sequentialCache
(cherry picked from commit a672dcd565)
2022-05-17 02:02:30 +00:00
Varun Ravichandran
4ad4646e08 SERVER-66082: Propagate cluster server parameters to new nodes during file-copy based initial sync
(cherry picked from commit 33ced84ad3)
2022-05-16 22:59:43 +00:00
Tausif Rahman
c7801e8a9c Revert "SERVER-64332 added macos binary signing to push task"
(cherry picked from commit dff7548def)
2022-05-16 22:37:26 +00:00
Kyle Suarez
807371ef59 SERVER-65699 delete test-only 'sbe' command 2022-05-16 21:03:13 +00:00
Kyle Suarez
5cc18bcd68 SERVER-65859 Enable filtering of 'fromMigrate' change steam events for individual operations within applyOps array 2022-05-16 20:19:29 +00:00
Henrik Edin
04e49a5d48 SERVER-66139 Disable oplog visibility in standalone mode
(cherry picked from commit fbdcf79b38)
2022-05-16 19:19:55 +00:00
Pierlauro Sciarelli
feb2dfc188 SERVER-66031 rename must succeed on all shards when UUIDs provided for C2C 2022-05-16 17:39:57 +00:00
Paolo Polato
5b39b570b4 SERVER-66383 Persist the progress of ClusterChunksResizePolicy without holding the state mutex
(cherry picked from commit bbd45c53cc)
2022-05-16 16:59:50 +00:00
Paolo Polato
34b7213aee SERVER-65956 fix minor bugs in defragmentation source code/tests
(cherry picked from commit 4afa98e3a4)
2022-05-16 16:58:35 +00:00
Paolo Polato
4ad560df78 SERVER-65956 Skip split phase of collection defragmentation based on feature flag
(cherry picked from commit 7e7e34fb67)
2022-05-16 16:58:35 +00:00
Matthew Russotto
fa5d029fd8 SERVER-66089 Initial sync should do transaction table read with a later afterClusterTime.
(cherry picked from commit 878b6bb324)
2022-05-16 16:35:44 +00:00
Mihai Andrei
6501f4a1e5 SERVER-66354 Additional $search metadata pipeline should use separate ExpressionContext (cherry picked from commit d3d37be21f) 2022-05-16 15:13:13 +00:00
Antonio Fuschetto
082481b93b SERVER-66423 Set the fromMigrate flag of DurableReplOperation entries only when FCV is 6.0 or greater 2022-05-16 10:23:19 +00:00
Haley Connelly
1099c28828 SERVER-65916 Prevent batched_multi_deletes_failover.js from stalling on failpoint
(cherry picked from commit d7cf7fead4)
2022-05-16 09:39:30 +00:00
Andrew Morrow
3972a090fa SERVER-64352 Don't attempt to notarize the test shell
(cherry picked from commit 1d4d6b6f83)
2022-05-13 15:30:08 +00:00
Sergi Mateo Bellido
f9bf6f1799 SERVER-64433 Recovering the topology tick points on startup/init sync
(cherry picked from commit cc33146088)
2022-05-13 13:33:42 +00:00
David Storch
94ebb3709d SERVER-66389 Fix $where parameter bind-in optimization
(cherry picked from commit 48acc21bc9)
2022-05-13 08:01:47 +00:00
Alexander Neben
3645d402d7 SERVER-64352 mongo shell no longer built by default
(cherry picked from commit f59190ee55876c17de0ba92aaae9d2b369cdf901)
2022-05-13 01:48:10 +00:00
Davis Haupt
465ca1e459 SERVER-66366 remove encryptionInformation after rewriting update and delete requests for explain commands 2022-05-13 00:21:27 +00:00
Vesselina Ratcheva
1abb269878 SERVER-64628 Add more targeted tests for adding nodes to sharded sets
(cherry picked from commit 181a405baf)
2022-05-12 22:22:28 +00:00
Amirsaman Memaripour
e1d4cd0bff SERVER-59400 Revert "SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggregation planner"
This reverts commit 663e90bbe8.

(cherry picked from commit 81fa710687)
2022-05-12 19:37:55 +00:00
Cheahuychou Mao
d8d9369e77 SERVER-65641 Add test coverage for reaping a session with active TransactionParticipant and TransactionRouter yielders
(cherry picked from commit 879d439c78)
2022-05-12 18:36:31 +00:00
Brian McCarthy
364c14723d SERVER-66386 Update AMI images for package tests
(cherry picked from commit 558e2dfd2c)
2022-05-12 14:40:04 +00:00
Paolo Polato
0add35fc62 Revert "SERVER-65831 Use ScopedTaskExecutor to speed up BalancerCommandsScheduler stop()"
This reverts commit 00275096d6.
2022-05-12 11:45:12 +00:00
Antonio Fuschetto
5b9077c974 SERVER-66312 Tests on batched operations do not involve orphaned documents 2022-05-12 11:19:46 +00:00
Antonio Fuschetto
8c9ceb09f2 SERVER-65858 Mark the applyOps entries when the operations involves orphaned documents 2022-05-12 10:21:06 +00:00
Luke Chen
7dc5d8f8ef Import wiredtiger: c2a7ed8278fa29430cd51d5e6ae9815f9fba2850 from branch mongodb-6.0
ref: 799bf81c4b..c2a7ed8278
for: 6.0.0-rc6

WT-9251       Perform log flush before the metadata checkpoint
2022-05-12 07:39:43 +00:00
Luke Chen
eb236125bc Import wiredtiger: 799bf81c4b6546b4edccaaa985077de8e69a4e99 from branch mongodb-6.0
ref: ed5f8423a8..799bf81c4b
for: 6.0.0-rc6

WT-9304       Fix checkpoint not to read deleted pages into cache
2022-05-12 07:39:43 +00:00
Luke Chen
8e4809dbac Import wiredtiger: ed5f8423a825c363f913be25c52a4ffdfc59d679 from branch mongodb-6.0
ref: 50aa449b70..ed5f8423a8
for: 6.0.0-rc6

WT-9176       Set operation rate to 10ms for update threads in operations_test
2022-05-12 07:39:43 +00:00
Luke Chen
23bea78e48 Import wiredtiger: 50aa449b701f987e5c5379379cc2c99054872b2a from branch mongodb-6.0
ref: ba455f3c9b..50aa449b70
for: 6.0.0-rc6

WT-8152       Remove stat_db_size runtime check from operations_test and rename cpp evergreen tasks
2022-05-12 07:39:42 +00:00
Benety Goh
3ea669ee44 SERVER-66319 dbcheck_no_history_on_secondary.js waits for dbCheck hasher to start
(cherry picked from commit 3ba08e75e5)
2022-05-12 00:02:40 +00:00
Jack Mulrow
27c9677322 SERVER-66316 Make transactions API interact better with Client Side Operation Timeout
(cherry picked from commit 2102f99116)
2022-05-11 22:18:10 +00:00
Benety Goh
5bef21c71b SERVER-66319 use bulk inserts to speed up dbcheck test
(cherry picked from commit 2daf151f5a)
2022-05-11 21:35:57 +00:00