summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64577 add missing libdep for write_concern_optionsr5.3.0-rc4Matt Broadstone2022-03-171-0/+1
|
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-179-136/+169
| | | | also fixes SERVER-63100
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and ↵Jordi Serra Torrens2022-03-1613-62/+143
| | | | | | startupRecovery have completed (cherry picked from commit ce0bbc5ec1728e443c5ff893a78693b24570b80d)
* Import wiredtiger: fc1d5325d2a36711d0618211a72d38f1e8d4d139 from branch ↵Etienne Petrel2022-03-162-6/+15
| | | | | | | | | mongodb-5.3 ref: 09610264e1..fc1d5325d2 for: 5.3.0-rc4 WT-8879 Set the OOO flag when the selected tombstone is globally visible
* Import wiredtiger: 09610264e13a80c67c83f72814a22865c2f43f41 from branch ↵Etienne Petrel2022-03-162-2/+7
| | | | | | | | | mongodb-5.3 ref: 01f90f2464..09610264e1 for: 5.3.0-rc4 WT-8924 Don't check against on disk time window if there is an insert list when checking for conflicts in row-store
* SERVER-63680 implelent mongo_csfle_v1_get_versionsergey.galtsev2022-03-141-2/+2
| | | | (cherry picked from commit 7274b39d8ca23793dd0605fbe33b742c20dcc7a6)
* SERVER-63680 implelent mongo_csfle_v1_get_versionsergey.galtsev2022-03-141-0/+2
| | | | (cherry picked from commit 7274b39d8ca23793dd0605fbe33b742c20dcc7a6)
* Import wiredtiger: 01f90f2464dcf5a03d5968d75c0f9ec4172437fe from branch ↵Luke Chen2022-03-093-3/+7
| | | | | | | | | mongodb-5.3 ref: 3e44a24338..01f90f2464 for: 5.3.0-rc4 WT-8560 Clear the obsolete on-disk time start time window if it exists
* Import wiredtiger: 3e44a24338c041119127a05fed55808551e5d892 from branch ↵Luke Chen2022-03-092-3/+3
| | | | | | | | | mongodb-5.3 ref: 8f54db107d..3e44a24338 for: 5.3.0-rc4 WT-8912 Avoid rollback writes to logged tables for in-memory database
* SERVER-64092: Fix pipeline_length_limit_tests.js for mixed debugged variantsr5.3.0-rc3Maddie Zechar2022-03-081-10/+14
| | | | (cherry picked from commit 642b5726218b867c48aad2a05dca069fec259bbd)
* SERVER-62521 Ensure distributed locks are being released even if a remote ↵Marcos José Grillo Ramirez2022-03-081-12/+35
| | | | | | stepdown error occurs (cherry picked from commit c9a74181ade07e824a0b6bec6913d27c56e8bf21)
* SERVER-63566 Increase plan exploration count in test IndexPartitioning1Timour Katchaounov2022-03-081-1/+1
|
* SERVER-64249 remove macOS Rosetta2 builder (5.3)Benety Goh2022-03-072-29/+0
|
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-03-077-19/+11
| | | | (cherry picked from commit 2b8743e84908d82dc4c5d69f636e853eda4bdadb)
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-073-34/+32
| | | | (cherry picked from commit 7e114c6dc901142c721a9ca7c7adc17edd4868e4)
* SERVER-63985 Remove ChunkType from MigrateInfoAllison Easton2022-03-078-101/+113
| | | | (cherry picked from commit 297b1aa459b1fee4cb77ec305e91229eca55c008)
* SERVER-64129 Update snapshotId and filename for initialsync sys-perf-5.3 to ↵Jon Streets2022-03-041-8/+8
| | | | FCV 5.3
* SERVER-64201 Disable apply_ops_dropDatabase.js in multiversion testingJordi Olivares Provencio2022-03-042-1/+9
| | | | (cherry picked from commit e58c5d2a142b82e5820e71abf14410cb9321525d)
* SERVER-62759 Add lock release in dropDatabase for applyOpsJordi Olivares Provencio2022-03-045-9/+89
| | | | (cherry picked from commit 8696ce442652f7a69232b35901b73684bbcf7a88)
* SERVER-63758 Fix post-defragmentation checksAllison Easton2022-03-043-16/+42
|
* SERVER-64080 ConfigsvrConfigureCollectionBalancing should not call ↵Allison Easton2022-03-041-29/+30
| | | | | | tellShardsToRefreshCollection while holding the chunk lock (cherry picked from commit 8f793e746623e1337cbf833d55e310374d97146e)
* SERVER-63969 Remove validation of ChunkType from migrateInfoAllison Easton2022-03-041-1/+0
| | | | (cherry picked from commit ba526142d5b80aee629161dc5754fd928833daa3)
* SERVER-63905 ConfigureCollectionBalancing command should refresh collection ↵Allison Easton2022-03-041-2/+5
| | | | | | routing info (cherry picked from commit f2fca650993b81e6083a51ae411c272074a82c38)
* Import wiredtiger: 8f54db107d6e3b8b32fe0d0416ae49ee397b8d39 from branch ↵Luke Chen2022-03-042-6/+7
| | | | | | | | | mongodb-5.3 ref: 80459af31c..8f54db107d for: 5.3.0-rc3 WT-8906 Restore the change to set the btree handle logging flags
* Import wiredtiger: 80459af31c973f9a04896318750c6879ef06a90b from branch ↵Luke Chen2022-03-0482-513/+555
| | | | | | | | | | mongodb-5.3 ref: eee2144e59..80459af31c for: 5.3.0-rc3 Reverted ticket(s): WT-8601 Timestamps do not work with logged tables.
* Import wiredtiger: eee2144e597afa473bd8d08c84bab37ea8ff1234 from branch ↵Luke Chen2022-03-049-40/+280
| | | | | | | | | mongodb-5.3 ref: b1a6788043..eee2144e59 for: 5.3.0-rc3 WT-8362 Remove or rewrite HS entries of a key when OOO tombstone is written to datastore
* SERVER-63908 Allow stopping of index builds during initial syncMatthew Russotto2022-03-031-2/+8
| | | | (cherry picked from commit 6b31c081a99aaf31402be98363b85647689070c9)
* SERVER-64043 ConfigsvrConfigureCollectionBalancing should be interruptable ↵Allison Easton2022-03-031-0/+1
| | | | | | on stepdown (cherry picked from commit 644c9146f6d97346c5b034510061ebe8382a8774)
* SERVER-64110 Stop retrying unordered writes after committing ordered writes ↵Rui Liu2022-03-031-26/+43
| | | | | | hits a non-continuable error (cherry picked from commit d53632893e0a3915a63e54fa48b55813636eea0b)
* Revert "SERVER-62521 Ensure distributed locks are being released even if a ↵Marcos José Grillo Ramirez2022-03-021-18/+8
| | | | | | remote stepdown error occurs" This reverts commit 97d77fc98b26331b280966bbc9b3787dc26e64cb.
* SERVER-63742 Default topology time in shard can lead to infinite refresh in ↵Antonio Fuschetto2022-03-0215-56/+118
| | | | shard registry
* SERVER-64096 add missing test for setUserWriteBlockMode on v5.3Kyle Suarez2022-03-011-0/+1
|
* SERVER-63974 Pin version of itsdangerous python dependencyShreyas Kalyan2022-03-011-0/+1
|
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-018-12/+14
| | | | (cherry picked from commit 9b4519e5436a970b90a966cdc16dd8129833a9ae)
* SERVER-62521 Ensure distributed locks are being released even if a remote ↵Marcos José Grillo Ramirez2022-03-011-8/+18
| | | | | | stepdown error occurs (cherry picked from commit 42c5d825b962b3190b8c8a639d022f6660eaeee0)
* SERVER-63968 Use multiversion_incompatible tag instead of requires_fcvSara Golemon2022-03-011-1/+1
|
* SERVER-64037: Update default timeouts for long-running tasksDavid Bradford2022-03-012-3/+6
|
* SERVER-62907 Vector clock components must survive CSRS non-rolling restartAntonio Fuschetto2022-03-011-0/+24
|
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-283-4/+64
| | | | (cherry picked from commit 59df956365a44cc63e2d3c55d1734ee960891a8b)
* SERVER-63129 Tenant collection cloner resume should ignore “view already ↵r5.3.0-rc2Suganthi Mani2022-02-259-55/+231
| | | | | | exists” errors while creating collections. (cherry picked from commit e840bb65779035e3f5e7d1fb9b6951c291957a74)
* SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.jsRui Liu2022-02-251-1/+1
| | | | (cherry picked from commit f01a90660cb0a0a22d6b2166cd8b70d7990a6b12)
* SERVER-63246 Modify CRUD_clustered_collection for parallel FSM testsJordi Olivares Provencio2022-02-251-15/+7
| | | | (cherry picked from commit ec39d9e620d0e848d21ff3d0c0de8c4b57682622)
* SERVER-63605 Modify test to ignore transient warningsJordi Olivares Provencio2022-02-251-43/+60
| | | | (cherry picked from commit 2fca2d4e19a642fd97374dfde65bc04799b73f58)
* SERVER-63610 Exclude clustered_capped_collections* from EFTJordi Olivares Provencio2022-02-252-0/+2
| | | | (cherry picked from commit 9e3c9529f0162e2ad8a36ff56a842fe73143b7bb)
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a ↵Nicholas Zolnierz2022-02-242-1/+7
| | | | | | view namespace (cherry picked from commit c65aa01ff0a99d6bcbe44a4fef44a33e918d939d)
* SERVER-63722 Rename collection participants resilient to errors different ↵Pierlauro Sciarelli2022-02-242-35/+54
| | | | from stepdown/shutdown
* SERVER-63869 Fix shard retrieval in balancer_defragmentation_merge_chunks.jsTommaso Tocci2022-02-231-2/+5
|
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-233-49/+36
| | | | | | | This reverts commit f44d4a644c49e2370d4dfe1792dda5855d5d67ad. This reverts commit 0d6e7a4a1a035b57178458c341578260f956977c. (cherry picked from commit 239052f6e878dcf0892a8ae33b9e69c30a6ffc6d)
* SERVER-63867 Allow zero plan cache maximum sizeAlexander Ignatyev2022-02-232-2/+15
| | | | (cherry picked from commit 6f38fe9484d8ac4814416962a7584e5e5353ed76)
* SERVER-63769 Remove the temporary unsafe code for index selection when ↵Irina Yatsenko2022-02-221-5/+4
| | | | | | lowering into SBE (cherry picked from commit ac1b73c3f674d41b412489e57d30b942d405f5b0)