0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

58030 Commits

Author SHA1 Message Date
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
Luke Chen
3c3e009805 Import wiredtiger: 3e3be1bd985dcec489ebc5b5ea74df2bd5868737 from branch mongodb-5.0
ref: af5b324dd2..3e3be1bd98
for: 5.0.0

WT-7296       Merge default configuration with supplied test configuration in test framework
2021-05-17 06:58:55 +00:00
David Percy
01f296f4a6 SERVER-55464 Optimize pipelines with $sort after $setWindowFields 2021-05-17 01:28:49 +00:00
Gregory Wlodarek
6043c0153b SERVER-56978 Add 'CommandNotSupported' as an ignorable background validation hook error 2021-05-17 00:53:52 +00:00
Benety Goh
f856bd9d8e SERVER-53661 re-enable disable index_commit_currentop_slow.js
This reverts commit beb176da79.
2021-05-16 15:30:27 +00:00
Sergi Mateo Bellido
6d2e673bd7 SERVER-56788 Extend the in-memory collection critical section to keep track of the ongoing operation 2021-05-16 12:06:04 +00:00
Benety Goh
ca69b62fe5 SERVER-53661 fix latch name in index_commit_currentop_slow.js 2021-05-16 10:23:26 +00:00
Jacob Evans
4452664400 SERVER-56986 Remove last TODO for Won't Fixed ticket 2021-05-15 22:39:22 +00:00
Benety Goh
beb176da79 SERVER-53661 temporarily disable index_commit_currentop_slow.js 2021-05-15 14:06:03 +00:00
Vishnu Kaushik
4a1556eb83 SERVER-56975 tenant_all_database_cloner_test.cpp stops at the wrong stage 2021-05-15 00:03:06 +00:00
Anton Korshunov
17e610aea7 SERVER-56968 SBE memory leak 2021-05-14 23:31:13 +00:00
Samy Lanka
ac8ca77178 SERVER-56962 Disable mode_merge_insert.js and mode_keep_existing_insert.js if featureFlagDefaultWriteConcernMajority is enabled 2021-05-14 23:09:23 +00:00
Joel Redman
ffb78b55cf SERVER-54243 Desugar \$shift window function to \$first with a one doc window 2021-05-14 21:29:35 +00:00
James Wahlin
2bc171077d SERVER-53637 Add internal $lookup sub-pipeline collation 2021-05-14 20:51:18 +00:00
Huayu Ouyang
5f03cd3d5c SERVER-55707 Test workflow we expect users to go through to migrate getLastErrorDefaults to CWWC 2021-05-14 20:48:39 +00:00
Wenbin Zhu
5d7d2fa25e SERVER-56964 Use {w: majority} for createCollection command in ddl_op_behind_transaction_fails_in_shutdown.js 2021-05-14 20:47:31 +00:00
Huayu Ouyang
989723a08f SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfig 2021-05-14 20:26:03 +00:00
Luis Osta
4099baf595 SERVER-53661 SessionCatalog mutex is level 0 and is held while acquiring the FutureResolution mutex 2021-05-14 19:50:08 +00:00
Ruoxin Xu
bffe722953 SERVER-56755 Collect and expose statistics for insert and updates with dots and dollars fields 2021-05-14 19:33:20 +00:00
Max Hirschhorn
1ab98f5e38 SERVER-56937 Restore authentication state before upgrading primary. 2021-05-14 19:28:56 +00:00
Spencer Jackson
c51f7e9c15 SERVER-54781 Describe multiple authentication in architecture guide 2021-05-14 19:08:20 +00:00
Shreyas Kalyan
47d9962185 SERVER-55964 Replace "blacklist" in all code and comments 2021-05-14 19:07:16 +00:00
Pavi Vetriselvan
97ff562f33 SERVER-56914 exclude insert1.js from tenant migration stepdown passthrough 2021-05-14 18:43:48 +00:00
Richard Samuels
0e524b6b1c SERVER-55626 Fix push task 2021-05-14 17:52:29 +00:00
Jacob Evans
1219aa90bc SERVER-56864 Remove TODOs for Won't Fixed ticket 2021-05-14 17:02:54 +00:00
Tommaso Tocci
4ceb271d22 SERVER-56555 Enable drop_collection_sharded.js FSM workload in stepdown suites 2021-05-14 16:39:59 +00:00
Simon Gratzer
2b53c513a8 SERVER-48648 Return updated ShardVersion in _configsvrCommitChunkMerge to avoid blind metadata refresh 2021-05-14 16:39:01 +00:00
Tommaso Tocci
d424434cec SERVER-56910 Skip Recoverable CS opObserver actions during recovery 2021-05-14 16:37:12 +00:00
Kaloian Manassiev
13e28eb1e3 SERVER-56779 Allow multiple concurrent merges for the same collection across the cluster 2021-05-14 15:51:57 +00:00
Dan Larkin-York
d766d30923 SERVER-56926 Temporarily disable timeseries_retryable_write_downgrade_oplog_rollover.js 2021-05-14 15:32:15 +00:00
Jack Mulrow
42669a4ef2 SERVER-56938 Continuous tenant migration hook should retry dropping tenant dbs on write concern errors 2021-05-14 15:31:12 +00:00
Mark Benvenuto
b82d718c17 SERVER-55747 MongoDB 4.4.x on Windows service related log lines issues 2021-05-14 15:10:24 +00:00
Yuhong Zhang
3ef04ccf23 SERVER-48528 ValidateTests can fail sporadically due to KeyString hashing 2021-05-14 14:46:37 +00:00
Daniel Gottlieb
9fe221be9a SERVER-56563: Downconvert needsRetryImage oplog entries for chunk migrations. 2021-05-14 14:44:26 +00:00
Mikhail Shchatko
7462cb443b SERVER-56948 Check that evergreen version has buildvariants map 2021-05-14 14:14:25 +00:00
Mikhail Shchatko
cf277bd500 SERVER-56951 Fix github oath token in setup multiversion 2021-05-14 13:52:47 +00:00
Robert Guo
0653110f8b SERVER-56949 enable test only commands for resmoke e2e tests 2021-05-14 13:32:40 +00:00
Antonio Fuschetto
aeb430b261 SERVER-56875 sh.status() and printShardingStatus() no longer output chunks 2021-05-14 13:03:39 +00:00
Benety Goh
b02a6546d9 SERVER-56811 server_read_concern_metrics waits for all writes, including internal writes from primary services, before starting session 2021-05-14 12:41:13 +00:00
Benety Goh
e5b8f87d4f SERVER-56810 dropdatabase_respect_maxtimems.js waits for all writes, including internal writes from primary services, before starting session 2021-05-14 12:04:08 +00:00
Jordi Serra Torrens
bcbba91285 SERVER-56908 Changing at which time the ComparableChunkVersion object is created on lookupCollection to avoid breaking causal consistency 2021-05-14 12:03:06 +00:00
Benety Goh
3c84c16341 SERVER-56453 fix LocalOplogInfo namespace to match new header location 2021-05-14 11:31:18 +00:00