summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64101shreyaskalyan/SERVER-64101Shreyas Kalyan2022-03-183-68/+96
|
* SERVER-64101 Add support for transforming FLE2EncryptionPlaceholder to ↵Shreyas Kalyan2022-03-174-124/+247
| | | | FLE2FindEqualityPayload
* SERVER-64580 Set strict false in create collection coordinator documentMarcos Jose Grillo Ramirez2022-03-171-1/+1
|
* Import wiredtiger: 07e606fb66cc76a7f94664682201dee2627292fb from branch ↵Will Korteland2022-03-173-17/+31
| | | | | | | | | | mongodb-master ref: 2d852e2e17..07e606fb66 for: 6.0.0 Reverted ticket(s): WT-8935 Failed transaction commit doesn't reset cursors.
* Import wiredtiger: 2d852e2e1765e47486d1a85bd4422020d3feddc8 from branch ↵Will Korteland2022-03-173-5/+11
| | | | | | | | | mongodb-master ref: d137505a2e..2d852e2e17 for: 6.0.0 WT-8941 Ignore local_retention race in test_tiered10
* Import wiredtiger: 2181972548c107d847a632459fd6f74deaa5c3d9 from branch ↵Will Korteland2022-03-174-147/+417
| | | | | | | | | mongodb-master ref: 198c587b1e..2181972548 for: 6.0.0 WT-8490 Support compatibility tests for patch versions
* Import wiredtiger: 198c587b1ee3f00e1428c9e8e31925a9244376cd from branch ↵Will Korteland2022-03-172-1/+39
| | | | | | | | | mongodb-master ref: 8955014776..198c587b1e for: 6.0.0 WT-8913 Add a new build variant for stress testing on the ARM platform
* Import wiredtiger: 89550147760280fcc5271308f6edb3f767aacb0e from branch ↵Will Korteland2022-03-172-1/+15
| | | | | | | | | mongodb-master ref: 324fdee42e..8955014776 for: 6.0.0 WT-8948 Empty test_*.py files cause test discovery to crash
* Import wiredtiger: 324fdee42e1e5a99c274fc2e552c007aa786c523 from branch ↵Will Korteland2022-03-172-4/+4
| | | | | | | | | mongodb-master ref: fadba1cd56..324fdee42e for: 6.0.0 WT-8689 Switch Evergreen zSeries builder to RHEL distro
* Import wiredtiger: fadba1cd56e27dc8ccc97dcccd1883e1ecdaf6ce from branch ↵Will Korteland2022-03-1721-460/+474
| | | | | | | | | mongodb-master ref: f1c6393e01..fadba1cd56 for: 6.0.0 WT-8845 Rename directory based storage source extension to be dir_store
* Import wiredtiger: f1c6393e01d46d1afe941187a9a1629e056100f2 from branch ↵Will Korteland2022-03-172-2/+2
| | | | | | | | | mongodb-master ref: b110b14318..f1c6393e01 for: 6.0.0 WT-8933 Rename the "storage-server" session "tiered-server" for clarity.
* Import wiredtiger: b110b14318dedb0dea5e2760a2dd50722f30cb7b from branch ↵Will Korteland2022-03-173-31/+17
| | | | | | | | | mongodb-master ref: 746e435bb1..b110b14318 for: 6.0.0 WT-8935 Failed transaction commit doesn't reset cursors.
* Revert "SERVER-61860 exec in most DEATH_TESTs"auto-revert-processor2022-03-176-286/+123
| | | | This reverts commit b372b25622b9ec4dd7ae5b8e3424218b8eaa774a.
* SERVER-64558 Check for critical section before reading the DB/Collection versionKaloian Manassiev2022-03-172-16/+16
|
* SERVER-64362 Add resume before invalidate regression test for per shard cursorsMickey. J Winters2022-03-171-0/+22
|
* SERVER-64328 Allow network errors to be retried in transaction apiJason Zhang2022-03-172-11/+57
|
* SERVER-64417 Add configurable printers for SBEAnna Wawrzyniak2022-03-1713-426/+1168
|
* SERVER-62591 Add change streams event for migrate last chunk off shardMisha Tyulenev2022-03-168-46/+280
|
* SERVER-64347 Add support for descending sort to the bounded sorterDan Larkin-York2022-03-166-165/+398
|
* SERVER-64582: Include requires_fcv_tag information in resmoke ↵David Bradford2022-03-161-1/+5
| | | | multiversion-config
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-166-123/+286
|
* SERVER-64519 Filter fields attached to the CritSec reason when creating a ↵Marcos Jose Grillo Ramirez2022-03-162-4/+16
| | | | collection to make collection creation backward compatible
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and ↵Jordi Serra Torrens2022-03-1617-133/+229
| | | | startupRecovery have completed
* SERVER-64413 Make SessionCatalogMigrationSource ignore internal transactions ↵Cheahuychou Mao2022-03-162-19/+343
| | | | for non-retryable writes and uncommitted internal transactions for retryable writes
* SERVER-64415 Make MigrationChunkClonerSourceLegacy not add pre/post image ↵Cheahuychou Mao2022-03-164-52/+26
| | | | opTime to the session migration queue
* SERVER-64551 Add feature flag to temporarily disable index join in all ↵Rui Liu2022-03-165-4/+24
| | | | feature variants
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't ↵Randolph Tan2022-03-1628-263/+793
| | | | exist
* SERVER-64556 Fix coll_mod_takes_collection_x_lock.js collection name ↵Yu Jin Kang Park2022-03-161-5/+13
| | | | collision failure
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-1622-69/+330
|
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-1626-42/+427
|
* Revert "SERVER-63753 Translate $lookup result object creation in SBE"Max Hirschhorn2022-03-166-340/+258
| | | | This reverts commit e09abbd7289641317d9e213204fb79731655e004.
* SERVER-64170 Refactor static variables into decorationsJordi Olivares Provencio2022-03-1615-110/+171
|
* Revert "SERVER-64235 Implement timeseries lastpoint rewrite for ascending time"Alya Berciu2022-03-164-339/+99
| | | | This reverts commit 811dc428a93105d0aa9091ca20e4dfb120e4e57d.
* SERVER-63255 Fix dbStats output for non-existing database to match existing ↵Yu Jin Kang Park2022-03-163-9/+32
| | | | database output fields
* SERVER-64076 Fix deadlock when waiting for ticketsJordi Olivares Provencio2022-03-164-47/+210
|
* SERVER-64026 Update WT operations that require exclusive access to a dhandleJordi Olivares Provencio2022-03-164-47/+109
|
* SERVER-64487 Fix tenant_migration_recipient_access_blocker_rollback.jsSuganthi Mani2022-03-161-2/+2
|
* SERVER-63523 Drain ongoing sharded DDL operations before enabling write ↵Jordi Serra Torrens2022-03-168-1/+94
| | | | blocking on shards
* SERVER-51770 add std::error_code functions to errno_utilBilly Donahue2022-03-166-120/+86
| | | | Remove errnoWithPrefix, errnoAndDescription
* SERVER-63050 add ability to check if no foreign namespaces are involved in ↵Mickey. J Winters2022-03-162-0/+12
| | | | an aggregation
* SERVER-63467 Create a shell helper that can be used to call compact ↵Erwin Pe2022-03-159-1/+130
| | | | encryption data
* SERVER-64188 Change fixture to send START POST command to mongosync.kauboy262022-03-153-37/+49
|
* SERVER-63708 Ensure that TTL indexes work correctly with user write blockingSpencer Jackson2022-03-152-0/+103
|
* SERVER-64487 Fix donor access blocker cleanupA. Jesse Jiryu Davis2022-03-154-11/+25
|
* SERVER-64509 Fix ShardRegistry threadpool shutdown orderTommaso Tocci2022-03-151-2/+3
|
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-1512-157/+71
|
* SERVER-64074 Optimize how we build the DebugInfo for plan cacheRuoxin Xu2022-03-155-320/+162
|
* SERVER-61421 Change SBE plan cache key encoding to reflect auto-parameterizationRuoxin Xu2022-03-159-14/+881
|
* SERVER-63512 Use optimized (no isSelf calls) reconfiguration on heartbeat ↵Matthew Russotto2022-03-152-2/+125
| | | | reconfig
* SERVER-64474 Add null pointer assertion for index descriptor access during ↵Rui Liu2022-03-151-1/+1
| | | | index join