Commit Graph

36900 Commits

Author SHA1 Message Date
Cheahuychou Mao
87393ce9bc SERVER-62479 Reap sessions for the same retryable write atomically 2022-04-13 20:53:37 +00:00
XueruiFa
8a6ccfc1ae SERVER-65394: Ensure that old LTS constants are generated with 'kFullyDowngradedTo...' 2022-04-13 20:52:22 +00:00
Daniel Gottlieb
4606b3cd56 SERVER-65454: Reset curop namespace after config.image_collection lookup. 2022-04-13 20:49:59 +00:00
Joel Redman
66cb1dcbee SERVER-65541 Initialize 'hasCompatibleCollation' in CollectionScanNode 2022-04-13 20:18:30 +00:00
Mihai Andrei
58fc2711d0 SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $group
Co-authored-by: Ethan Zhang [ethan.zhang@mongodb.com](mailto:ethan.zhang@mongodb.com)
2022-04-13 19:46:12 +00:00
Frederic Vitzikam
22a3d06c6f SERVER-65246 log for waitInHello only if the fail point is set 2022-04-13 18:56:22 +00:00
Gregory Noma
0cbab484cd SERVER-65219 Run OpObserverTxnParticipantTest with wiredTiger 2022-04-13 18:55:03 +00:00
Benety Goh
9c6dd78a52 SERVER-65547 remove unused CollectionMock constructor 2022-04-13 17:37:30 +00:00
Svilen Mihaylov
c6c8ce4a0e SERVER-65388 Pass PrefixId by reference in optimizeGroup() 2022-04-13 17:36:20 +00:00
Mihai Andrei
ce01958144 SERVER-64443 Verify that replanning works for HashJoin 2022-04-13 16:11:14 +00:00
mathisbessamdb
7cd85c022e SERVER-65455 Constructed ReplSetConfig should always construct the recipientConfig 2022-04-13 15:19:18 +00:00
Svilen Mihaylov
626ecededd SERVER-65419 Fix generation of ABT hashes for types with unordered maps 2022-04-13 14:11:46 +00:00
Alya Berciu
3956cbffd6 SERVER-61656 Extend lastpoint rewrite to $top, $bottom, $topN, $bottomN 2022-04-13 13:46:46 +00:00
auto-revert-processor
17f587da99 Revert "SERVER-64443 Verify that replanning works for HashJoin"
This reverts commit b74d02e64d.
2022-04-13 12:19:04 +00:00
Josef Ahmad
847ed004af SERVER-63039 Add staged documents size target to BatchedDeleteStage 2022-04-13 10:54:26 +00:00
Kaloian Manassiev
19f6bf9166 SERVER-65491 Use the new ChunkVersion format in the positional paths 2022-04-13 10:27:36 +00:00
Pierlauro Sciarelli
5966f1395b SERVER-65215 Make _shardsvrGetStatsForBalancing command accept/return collection UUIDs 2022-04-13 08:29:13 +00:00
Kaloian Manassiev
1f4d545a7c SERVER-64475 Restore the scope of a wrongly moved CollectionDescription 2022-04-13 08:03:05 +00:00
Haley Connelly
7992654313 SERVER-65157 Use WorkingSetMembers to track staged documents in BatchedDeleteStage 2022-04-13 08:01:54 +00:00
Kaloian Manassiev
9a41daf3be SERVER-65438 Use the new ChunkVersion format in appendLegacyWithField 2022-04-13 07:36:12 +00:00
Jason Zhang
d43fcc4063 SERVER-59566 Retry and timeout policy for internal transactions 2022-04-13 06:02:52 +00:00
Chenhao Qu
b3cded481b Import wiredtiger: 7a7d6bf9ab40cd5635ee960fac1b21edf118a007 from branch mongodb-master
ref: 07cee370d8..7a7d6bf9ab
for: 6.0.0-rc0

WT-8998       S3 extension - Uniform coding standards, error handling and logging
2022-04-13 02:12:41 +00:00
Chenhao Qu
583df21242 Import wiredtiger: 07cee370d83fd1c90f4ecf6781331db020960323 from branch mongodb-master
ref: d071d4624a..07cee370d8
for: 6.0.0-rc0

WT-9041       checkpoint can miss transactions with commit times before stable
2022-04-13 02:12:41 +00:00
Chenhao Qu
975b6cf999 Import wiredtiger: d071d4624a0bb5005d9968553dd493c15a3400da from branch mongodb-master
ref: c810eab0f4..d071d4624a
for: 6.0.0-rc0

WT-9003       Fix bug dropping tiered objects
2022-04-13 02:12:41 +00:00
Chenhao Qu
36ca5a0bda Import wiredtiger: c810eab0f47ab0d6e242ff921c179d836b8fd5dc from branch mongodb-master
ref: be1b3ec4be..c810eab0f4
for: 6.0.0-rc0

WT-6356       Change WiredTiger MDB timestamp default to "ordered", remove "always".
2022-04-13 02:12:41 +00:00
Mihai Andrei
b74d02e64d SERVER-64443 Verify that replanning works for HashJoin 2022-04-13 01:25:51 +00:00
David Storch
feedcb7bb0 SERVER-58225 Enable featureFlagSbePlanCache 2022-04-13 01:07:03 +00:00
Eric Cox
116c27a411 SERVER-65420 Take MODE_IS locks when in unittests for HashLookupStage 2022-04-13 01:05:53 +00:00
Mihai Andrei
c106139f4d SERVER-64722 Adjust expected top count in profile_lookup.js depending on status of pushed down $lookup 2022-04-13 00:38:52 +00:00
Sanika Phanse
84467ea62f SERVER-63081 Create a test command for internal transactions 2022-04-12 23:44:20 +00:00
Romans Kasperovics
f285f0af3d SERVER-63208 Make allowDiskUse opt-out rather than opt-in 2022-04-12 22:54:31 +00:00
Adam Rayner
fd75059c83 SERVER-59922: Use FCV check with feature flag in replica set setClusterParameter 2022-04-12 22:30:03 +00:00
Mathias Stearn
851e346893 SERVER-65192 Implement ColumnShredder to extract paths and cells for a document 2022-04-12 22:04:04 +00:00
Nikita Lapkov
3780d57e1e SERVER-64597 Produce SBE Object instead of BSON in $lookup and $group 2022-04-12 22:01:38 +00:00
Spencer Jackson
a20188ca06 SERVER-60658 Enable feature flag for user write blocking 2022-04-12 21:20:49 +00:00
Pierlauro Sciarelli
6942e450e8 SERVER-65253 Make the balancer invoke moveRange instead of moveChunk 2022-04-12 21:19:39 +00:00
Didier Nadeau
cff8825855 SERVER-63092 Improve split test library and add tests for write 2022-04-12 21:18:25 +00:00
Kaloian Manassiev
2de0b94c8a SERVER-65204 Remove usages of StaleEpoch from the split's shard role path 2022-04-12 20:43:19 +00:00
Louis Williams
13845ec84c SERVER-65474 Remove comments about ObjectId in WiredTigerRecordStore 2022-04-12 19:50:39 +00:00
Ruoxin Xu
1d49f6dda4 SERVER-65129 Remove featureFlagAutoParameterization 2022-04-12 19:49:28 +00:00
Alya Berciu
9f37f5db79 SERVER-65445 Ensure _id in $group matches meta field in $sort for lastpoint rewrite 2022-04-12 19:32:57 +00:00
Paolo Polato
b4384a6a67 SERVER-65429 Clean up defragmentation policy memory on stepdown 2022-04-12 18:58:02 +00:00
Allison Easton
cb0e706157 SERVER-64979 Range deleter must start with same range deletion task on step up 2022-04-12 18:52:14 +00:00
Mark Benvenuto
5c3a18b06e SERVER-65408 Fix locking for warnEncryptedCollectionsIfNeeded 2022-04-12 17:18:50 +00:00
Erwin Pe
86082d2e5b SERVER-65170 Integrate FLE compact into CompactStructuredEncryptionDataCoordinator 2022-04-12 17:17:41 +00:00
Mihai Andrei
f416d27ea4 SERVER-64141 [SBE] Support checking equality against regexes in $in 2022-04-12 16:29:26 +00:00
joshua
e1d28c1b36 SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limit 2022-04-12 15:47:42 +00:00
Etienne Petrel
5f6de9a906 Import wiredtiger: be1b3ec4be9e9e889b1a8aab08d8356e636acad1 from branch mongodb-master
ref: da4aaa5ba2..be1b3ec4be
for: 6.0.0-rc0

Reverted ticket(s):
WT-8792       Clean obsolete on-disk pages with overflow items during checkpoint cleanup
2022-04-12 14:57:26 +00:00
Josef Ahmad
a860aff87f SERVER-64106 Validate batched deletion parameters 2022-04-12 14:56:14 +00:00
Erwin Pe
e754418007 SERVER-65448 Fix validation of encrypted field paths during create collection 2022-04-12 03:27:21 +00:00