summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"v5.2Sergi Mateo Bellido2022-03-313-70/+7
| | | | | | This reverts commit e8942de372206059a8acf80a1a17b2d4b02551a2. (looking for another way to fix this problem)
* SERVER-64229 Disable spill_to_disk_secondary_read.js test on ↵Eric Cox2022-03-291-1/+1
| | | | ephemeralForTest variants
* SERVER-63363 Fixing parsing of ChunkVersionSergi Mateo Bellido2022-03-293-7/+70
| | | | Backport to 5.2
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-03-243-3/+10
| | | | (cherry picked from commit 46a82e8cd87b95cf404420916246e7af8b96850b)
* SERVER-64552 Replace invariant with assertion for non-joinable rename ↵Pierlauro Sciarelli2022-03-221-5/+6
| | | | collection participants
* SERVER-62200 Do not run cached_plan_trial_does_not_discard_work.js in ↵Justin Seyster2022-03-221-0/+1
| | | | | | parallel with fsyncLock tests (cherry picked from commit 1807878be48906cc119a3a6e80ab379cb886bf61)
* SERVER-64651 Prevent refineCollectionShardKey to run on config serverTommaso Tocci2022-03-212-0/+9
| | | | (cherry picked from commit ece9ffb3227b8e69d8908ae0d0437701d9847a77)
* SERVER-64768 remove test observer_reenabled.jsAndrew Witten2022-03-211-72/+0
|
* SERVER-64727 Make all DDL coordinator documents parsing not strictTommaso Tocci2022-03-214-4/+4
| | | | (cherry picked from commit b7cf8ee825a5e4e5e511a591172fcfbeada42b78)
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and ↵Jordi Serra Torrens2022-03-1813-62/+143
| | | | | | | startupRecovery have completed (cherry picked from commit ce0bbc5ec1728e443c5ff893a78693b24570b80d) (cherry picked from commit 681216ac79a5768e8660c96ad9e5833abc6659d1)
* SERVER-64403 Encode the sort key from a document with collation only if ↵Denis Grebennicov2022-03-112-17/+21
| | | | value is present when comparing a sort key from index with one from the document in SORT_MERGE stage.
* SERVER-64008 disable replica_sets_auth on MacOS Rosetta 2 C++20 DEBUG builderZakhar Kleyman2022-03-101-1/+2
|
* SERVER-64008 disable replica_sets_auth on MacOS Rosetta 2 builderBenety Goh2022-03-101-1/+2
|
* SERVER-60533 Return empty result in distinct when database not foundAlya Berciu2022-03-102-1/+10
|
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysr5.2.2-rc0Steve Tarzia2022-03-092-3/+35
|
* SERVER-63974 Pin version of itsdangerous python dependencyShreyas Kalyan2022-03-081-0/+1
| | | | (cherry picked from commit 4c57dd17b98b925b5bb1adfeabe65f5b29f5d670)
* SERVER-62882: Move Recipient Service opctx creation outside of lockChristopher Caplinger2022-03-081-4/+3
| | | | (cherry picked from commit a94feb562cd9ffb42c10770fbf5b5d489875cc2f)
* 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-64246 Add requires_fcv_52 tag to views_validation.jsNicholas Zolnierz2022-03-071-0/+1
|
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-03-047-34/+60
| | | | (cherry picked from commit 3688d67613ff68795b42425d9a53a24a76940b19)
* 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)
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a ↵Nicholas Zolnierz2022-03-032-1/+7
| | | | | | view namespace (cherry picked from commit c65aa01ff0a99d6bcbe44a4fef44a33e918d939d)
* SERVER-64099 Add requires_fcv_52 tag to view_creation.jsShin Yee Tan2022-03-021-0/+1
|
* 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 2551b634920f2fec7e8d780e7ea99d078b3af3bd.
* 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
| | | | (cherry picked from commit 09a976d1778d05588d0032930658eae3901125f8)
* SERVER-62571 Serialize concurrent accesses to `Socket` in ↵Amirsaman Memaripour2022-03-011-3/+9
| | | | | | `ThrowOnNetworkErrorInEnsureSync` (cherry picked from commit 1b71c67c9290af3db02d75471eeba894862e1a31)
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-283-4/+64
| | | | (cherry picked from commit 59df956365a44cc63e2d3c55d1734ee960891a8b)
* SERVER-62883: Unlock Recipient Service mutex before deleting stateChristopher Caplinger2022-02-281-0/+2
|
* SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.jsRui Liu2022-02-251-1/+1
| | | | (cherry picked from commit f01a90660cb0a0a22d6b2166cd8b70d7990a6b12)
* SERVER-62283 stop gap measure to prevent underflow assertingRushan Chen2022-02-252-8/+22
| | | | (cherry picked from commit c87e167ecf9616be6a5878411b87faade3f2ac31)
* SERVER-63279 Prevent timeseries predicate test from running against v5.1Dan Larkin-York2022-02-251-0/+1
|
* SERVER-60109 Ensure vector clock is recovered on step-upPierlauro Sciarelli2022-02-245-33/+29
|
* SERVER-63722 Rename collection participants resilient to errors different ↵Pierlauro Sciarelli2022-02-242-35/+54
| | | | from stepdown/shutdown
* SERVER-62902 Fix type conversion issue in JSSRand.Rishab Joshi2022-02-242-16/+30
|
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-2419-105/+180
| | | | (cherry picked from commit a3158ab422e4d8091203166c5f2601f9bfa0099d)
* SERVER-61107 Serialize concurrent accesses to Socket in ↵Reo Kimura2022-02-231-0/+10
| | | | | | TCPResetAfterConnectionIsSilentlySwallowed (cherry picked from commit c2eee2a284cf064b25b396f36331af19568a6425)
* SERVER-61804: Fix race in transport_layer_asio_testTyler Seip2022-02-231-0/+6
| | | | (cherry picked from commit 0455be535f6d8149e86b828d9d75edb185c042e2)
* SERVER-62168 Use --oplogMinRetentionHours in ↵jannaerin2022-02-221-1/+2
| | | | tenant_migration_multi_writes.js to prevent the oplog from being truncated
* SERVER-63328 Relax checks for write lock to support spilling to temp WT ↵Eric Cox2022-02-174-12/+92
| | | | | | record store on secondaries (cherry picked from commit 69f2f33c4c9edcceb013e16e6b6d737a20b481b3)
* SERVER-63129 Tenant collection cloner resume should ignore “view already ↵Suganthi Mani2022-02-169-54/+235
| | | | | | exists” errors while creating collections. (cherry picked from commit e840bb65779035e3f5e7d1fb9b6951c291957a74)
* SERVER-62293 Fix race between recipientForgetMigration cmd and ↵Suganthi Mani2022-02-163-23/+94
| | | | | | TenantMigrationRecipientService future chain restart on errors machinery. (cherry picked from commit e3cf73fe6b96476518f7ab7c1dfb36f10597589b)
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-167-47/+63
| | | | (cherry picked from commit d018b7e964dafa5085152af03916bde0ac74f947)
* SERVER-62465: After intensities are updated, the resulting health check ↵Kshitij Gupta2022-02-151-2/+2
| | | | | | should run with the new values of intensities set. (cherry picked from commit 0791c57fb7a3e86be3880aa926dfb9bb54f76802)
* SERVER-59375 SERVER-62373 additional serverStatus sections for health checksAndrew Shuvalov2022-02-156-16/+81
| | | | (cherry picked from commit 386986a651b852c3c98b426ea60a023d99e4a5a4)
* SERVER-62321: Increase kActiveFaultDuration for OneFacetIsResolved test.Kshitij Gupta2022-02-151-1/+1
| | | | (cherry picked from commit 53ff83884eb4e6595778ed895467b4d4b218566a)
* SERVER-62404: Simplify mutex locking in fault_manager.cppKshitij Gupta2022-02-156-18/+27
| | | | (cherry picked from commit 14455a9ab66c529b140e777e29e49ba79e761814)
* SERVER-62378 Remove improperly merged lines from unit testDavis Haupt2022-02-151-27/+24
| | | | (cherry picked from commit 9d679b44a806f9d8dae7d0e0d4468cf0c8eef143)
* SERVER-62357 Increase the default health check progress monitor intervalAndrew Shuvalov2022-02-153-3/+9
| | | | (cherry picked from commit fab9d1e756563e5377bb8a746011f3c08fefeb5b)
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-02-1516-119/+95
| | | | (cherry picked from commit 5a243e404806f10a5e55db5013d42b4321992c09)