summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"v5.2Sergi Mateo Bellido2022-03-313-70/+7
* SERVER-64229 Disable spill_to_disk_secondary_read.js test on ephemeralForTest...Eric Cox2022-03-291-1/+1
* SERVER-63363 Fixing parsing of ChunkVersionSergi Mateo Bellido2022-03-293-7/+70
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-03-243-3/+10
* SERVER-64552 Replace invariant with assertion for non-joinable rename collect...Pierlauro Sciarelli2022-03-221-5/+6
* SERVER-62200 Do not run cached_plan_trial_does_not_discard_work.js in paralle...Justin Seyster2022-03-221-0/+1
* SERVER-64651 Prevent refineCollectionShardKey to run on config serverTommaso Tocci2022-03-212-0/+9
* 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
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-1813-62/+143
* SERVER-64403 Encode the sort key from a document with collation only if value...Denis Grebennicov2022-03-112-17/+21
* 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
* SERVER-62882: Move Recipient Service opctx creation outside of lockChristopher Caplinger2022-03-081-4/+3
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-081-12/+35
* 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
* SERVER-64110 Stop retrying unordered writes after committing ordered writes h...Rui Liu2022-03-031-26/+43
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-03-032-1/+7
* 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 re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-011-8/+18
* SERVER-63968 Use multiversion_incompatible tag instead of requires_fcvSara Golemon2022-03-011-1/+1
* SERVER-62571 Serialize concurrent accesses to `Socket` in `ThrowOnNetworkErro...Amirsaman Memaripour2022-03-011-3/+9
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-283-4/+64
* 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
* SERVER-62283 stop gap measure to prevent underflow assertingRushan Chen2022-02-252-8/+22
* 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 fr...Pierlauro Sciarelli2022-02-242-35/+54
* 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
* SERVER-61107 Serialize concurrent accesses to Socket in TCPResetAfterConnecti...Reo Kimura2022-02-231-0/+10
* SERVER-61804: Fix race in transport_layer_asio_testTyler Seip2022-02-231-0/+6
* SERVER-62168 Use --oplogMinRetentionHours in tenant_migration_multi_writes.js...jannaerin2022-02-221-1/+2
* SERVER-63328 Relax checks for write lock to support spilling to temp WT recor...Eric Cox2022-02-174-12/+92
* SERVER-63129 Tenant collection cloner resume should ignore “view already ex...Suganthi Mani2022-02-169-54/+235
* SERVER-62293 Fix race between recipientForgetMigration cmd and TenantMigratio...Suganthi Mani2022-02-163-23/+94
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-167-47/+63
* SERVER-62465: After intensities are updated, the resulting health check shoul...Kshitij Gupta2022-02-151-2/+2
* SERVER-59375 SERVER-62373 additional serverStatus sections for health checksAndrew Shuvalov2022-02-156-16/+81
* SERVER-62321: Increase kActiveFaultDuration for OneFacetIsResolved test.Kshitij Gupta2022-02-151-1/+1
* SERVER-62404: Simplify mutex locking in fault_manager.cppKshitij Gupta2022-02-156-18/+27
* SERVER-62378 Remove improperly merged lines from unit testDavis Haupt2022-02-151-27/+24
* SERVER-62357 Increase the default health check progress monitor intervalAndrew Shuvalov2022-02-153-3/+9
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-02-1516-119/+95