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

58137 Commits

Author SHA1 Message Date
Luke Chen
34db617f40 Import wiredtiger: 3971a04feede04cbe930babd6038dfae7b5d3a1c from branch mongodb-5.0
ref: 54f80e05d9..3971a04fee
for: 5.1.0

WT-7379       Disable column store tests in compatibility test
2021-05-20 07:42:04 +00:00
Mohammad Dashti
dfaa8ca5b0 SERVER-53760 Fixed the sort_spill_estimate_data_size.js test to become more determistic 2021-05-20 07:03:12 +00:00
Yoonsoo Kim
6a66dcf61e SERVER-57073 Robustify indexed_insert_text.js in read concern: local write concern: 1 scenario 2021-05-20 01:33:30 +00:00
Rishab Joshi
e53e42046e SERVER-56696: Introduce a new change stream stage to handle the topology
change event.
2021-05-20 00:55:21 +00:00
Samy Lanka
189c806cc7 SERVER-53439 Enable the feature flag for changing the default write concern to majority by default 2021-05-20 00:17:10 +00:00
Wenbin Zhu
13c42031f1 SERVER-54202 Remove startup warning encouraging eMRC=false for PSA architecture. 2021-05-19 23:06:21 +00:00
Amirsaman Memaripour
fb92ba9cf4 SERVER-55800 Reduce the number of futures in executeCommand 2021-05-19 22:43:31 +00:00
Jack Mulrow
bd3a9d4b52 SERVER-57069 Make tenant migration donor also check instance token when checking abort token 2021-05-19 22:42:28 +00:00
Jack Mulrow
3a4705bd74 SERVER-57066 Fix typo in tenant migration donor blocking state timeout log 2021-05-19 22:21:02 +00:00
Ian Boros
9f8a8398ba SERVER-56131 Add early return when all candidate plans have exited early (SBE) 2021-05-19 21:41:50 +00:00
Gregory Wlodarek
eb72efa7a0 SERVER-50745 Remove feature flag for resumable index builds 2021-05-19 21:40:47 +00:00
Gregory Wlodarek
7bc97b15b0 SERVER-50745 Remove ResumableIndexBuildTest::resumableIndexBuildsEnabled() 2021-05-19 21:40:47 +00:00
Gregory Wlodarek
cdac0163d9 SERVER-50745 Remove resumable_index_build_downgrade.js 2021-05-19 21:40:47 +00:00
XueruiFa
8fe57ad378 SERVER-55466: Run ping command at end of tenant migration txn passthrough tests 2021-05-19 21:19:18 +00:00
Ruslan Abdulkhalikov
5bf7431c61 SERVER-56724 change tassert to uassert in $integral window function 2021-05-19 20:52:43 +00:00
Moustafa Maher
a04e6daade SERVER-57010 Check default write concern during replica set reconfig When the feature flag is enabled 2021-05-19 20:31:00 +00:00
Jamie Anderson
f99bf23e8e SERVER-56771: Change resharding_disallow_writes.js and resharding_disallow_drop.js tests to allow ExceededTimeLimitError instead of specifying a maxTimeMS error. 2021-05-19 20:05:30 +00:00
Max Hirschhorn
28dd7c948c SERVER-57068 Reduce resmoke.py --jobs for some tasks on PowerPC. 2021-05-19 19:44:18 +00:00
Jamie Anderson
bddc8a8263 SERVER-55684: Remove resharding's RecipientStateEnum::kSteadyState state 2021-05-19 19:37:14 +00:00
Lingzhi Deng
576e2a257c SERVER-55883: Allow retrying commitTransaction across back-to-back migrations 2021-05-19 19:12:06 +00:00
Ted Tuckman
b43ec74870 SERVER-57024 Fix SpillableCache writes to disk across getMore requests 2021-05-19 19:11:02 +00:00
Wenbin Zhu
532a6a8ae7 SERVER-55343 Include temp collections for tenant migration DBHash check. 2021-05-19 18:51:52 +00:00
Kyle Suarez
7a80d3c27c SERVER-53944 remove core_sbe and aggregation_sbe test suites
The slot-based execution engine is now on by default, so these test
suites are now redundant.
2021-05-19 18:47:24 +00:00
Benety Goh
bc095d5cef SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multikey paths for readers and writers 2021-05-19 18:25:10 +00:00
Randolph Tan
d9a3800783 SERVER-56659 Use local write concern when acquiring and releasing resumable critical section in resharding recipient 2021-05-19 18:17:28 +00:00
Gregory Noma
fdb2110862 SERVER-57038 Fix stack-use-after-scope of TransactionParticipant in write_ops_exec::performAtomicTimeseriesWrites 2021-05-19 17:48:04 +00:00
Gregory Wlodarek
eef9d3863e SERVER-57065 access_collection_in_transaction_after_catalog_changes.js should expect the NoMatchingDocument error code when an index build is aborted 2021-05-19 17:27:31 +00:00
Benety Goh
54f015ab1b SERVER-56877 add js test for validating multikey compound index after restarting
This test checks that the multikey paths for a compound index remain consistent
despite some failed writes. The test uses a compound index with two indexed fields
that are updated separately by different write operations. A hashed index provides
an easy way to fail a write operation due to a constraint on field values in a hashed
index.

This initial version of the test characterizes a defect in multikey tracking that shows
up as validation errors after the server restarts.
2021-05-19 17:06:49 +00:00
Alya Berciu
06a9abcf1a SERVER-57054 Remove index_stats.js from tenant_migration_jscore_passthrough 2021-05-19 17:04:35 +00:00
Richard Samuels
0fa43bd601 SERVER-57036 Pin MarkupSafe==1.1.0 to prevent s390x and PPC64LE install errors 2021-05-19 16:44:06 +00:00
Marcos Jose Grillo Ramirez
29213e1785 SERVER-57023 Add retriable error categories into ddl coordinator retry logic 2021-05-19 16:41:55 +00:00
Randolph Tan
149d35fe8a SERVER-54291 remove dependency on scanning replica set monitor in dbclient_rs_test 2021-05-19 16:13:36 +00:00
Blake Oler
f7e43413cd SERVER-56008 Ensure abortThread is joined before shardingTest is shut down in resharding_abort_command.js 2021-05-19 16:12:35 +00:00
Sebastien Mendez
049142ab3b SERVER-56388 Remove default RestoreType constructor 2021-05-19 15:52:08 +00:00
A. Jesse Jiryu Davis
a628cf2db5 SERVER-56925 Make requireApiVersion a test-only server param 2021-05-19 15:42:08 +00:00
XueruiFa
3192123cbc SERVER-56919: Add validation for memberIndex to reconfigToPSASet() shell helper 2021-05-19 15:02:34 +00:00
Pierlauro Sciarelli
31f3ac2f55 SERVER-56296 Uniform fromNss == toNss rename behavior between rs and sharded cluster 2021-05-19 14:33:41 +00:00
Louis Williams
432608f082 SERVER-57030 Wait for index build parallel shell to exit in
reconstruct_prepared_transactions_initial_sync_index_build.js
2021-05-19 14:32:29 +00:00
Louis Williams
1e826d571c SERVER-57029 Create collection with majority write concern in
query_yields_catch_index_corruption.js
2021-05-19 14:29:12 +00:00
Randolph Tan
f38801670d SERVER-50694 Ensure that resharding operations have finished before beginning downgrade 2021-05-19 14:06:53 +00:00
Jordi Serra Torrens
eb4e1c293e SERVER-57039 Legacy-path DDL operations are not interrupted on stepdown 2021-05-19 13:35:22 +00:00
Jordi Serra Torrens
2b39c0a52b SERVER-57025 Ensure shard is primary shard for db on DDL operation legacy paths 2021-05-19 13:34:22 +00:00
Paolo Polato
6d621b35c3 SERVER-56565 improve format in disable tags section 2021-05-19 13:08:03 +00:00
Nick Zolnierz
be41c9d532 SERVER-55786 Update PartitionIterator memory usage when documents are released
This commit also handles the inflation of Documents as expressions are
evaluated due to the internal caching in the Document class.
2021-05-19 12:30:27 +00:00
Denis Grebennicov
d1982e704d SERVER-53303 Make sort and group execution stages report number of spills to disk in explain 2021-05-19 09:55:59 +00:00
Benety Goh
393465e9fe SERVER-56877 add js test for validating multikey index after restarting a re-elected node
This test checks that a full validation runs successfully on a collection with a multikey
index (for a geo 2dsphere index) after some interrupted writes (due to a stepdown). On
restarting, we validate the collection to ensure that the multikey information loaded from
the durable catalog is consistent with the geo documents in the collection.

This initial version of the test characterizes a defect in multikey state tracking that
shows up as validation errors upon server restart.
2021-05-19 09:22:12 +00:00
Pierlauro Sciarelli
d8201e69c3 SERVER-56947 Handle "can't rename a sharded collection" for implicit multiversion variants 2021-05-19 09:20:21 +00:00
Nikita Lapkov
39c04abc9e SERVER-57014 Include all index keys in relevant slots for index filter 2021-05-19 09:00:41 +00:00
Antonio Fuschetto
b91fb0dabf SERVER-57009 Additional debugging information in case of crash during FCV change 2021-05-19 07:57:10 +00:00
Chenhao Qu
96d00d92d7 Import wiredtiger: 54f80e05d9ebdeb54b36443878a65ac00e6738f9 from branch mongodb-5.0
ref: 28841ae4b0..54f80e05d9
for: 5.1.0

WT-7550       Properly check pinned page and fix not resetting cursor if error
2021-05-19 05:55:02 +00:00