summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44484 Changestream with updateLookup uasserts on updates fromBACKPORT-10624-v4.2Rishab Joshi2021-12-034-49/+136
| | | | before collection was sharded.
* SERVER-61791 pin python core dependenciesRobert Guo2021-11-304-7/+4
| | | | | (cherry picked from commit a861e8863658203290a520ed4fa1eb1bd63995ac) (cherry picked from commit 1876b157a3e3bed60eee25657439704194d0c53e)
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-2615-35/+377
| | | | (cherry picked from commit ddb38e8c0da429630eebe340f6bbd487d2730242)
* SERVER-54623 Wait longer for session collection in ShardedClusterFixtureBrett Nawrocki2021-11-233-11/+29
| | | | | | | | | Test suites using the ShardedClusterFixture could time out waiting for replication after calling refreshLogicalSessionCacheNow during setup. This was most commonly seen during periods of high disk utilization. Instead of failing the test, wait however long it takes. (cherry picked from commit 4dd7f84be70ee95893ecf863f2d82c79edb2b8df)
* BACKPORT-11182 [v4.2] Modify auto_workload_path in perf.yml to be relative ↵Mridul Augustine2021-11-231-1/+1
| | | | to cwd
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-11-2314-21/+469
| | | | | (cherry picked from commit 98b4a0a2b2c4a230efe1c2ddc3da487a575d670d) (cherry picked from commit e7a9d8465911803552939ab364ef2cada688be5b)
* SERVER-59879 Adjust maxTimeMS value to allow for slower execution in the ↵Milena Ivanova2021-11-221-2/+4
| | | | | | | parallel test suite (cherry picked from commit b44f2b07934dc9cd7ca68e774152045126e0167e) (cherry picked from commit ac1f79eadf6c725a99a959885468dbdbb7c15ce4)
* SERVER-61544 Fix exclusion tag for stepdown_race_with_transaction.jsVesselina Ratcheva2021-11-191-1/+1
|
* SERVER-48504 Combination of StaleShardVersion and ShardNotFound exception ↵Tommaso Tocci2021-11-181-1/+1
| | | | make the ChunkManagerTargeter crash
* SERVER-58119 single_node_set_new_hostname.js needs to call replSetReconfig ↵Vishnu Kaushik2021-11-151-2/+8
| | | | with an assert.soonNoExcept
* SERVER-60670 use a separate branch instead of a specific commit for TPCC - ↵Alex Podelko2021-11-122-4/+2
| | | | backport to 4.2
* SERVER-60671 Remove the Dagger toolRyan Egesdahl2021-11-109-1711/+0
| | | | | | | (cherry picked from commit 6efcb2e9e9e392a3e2aa4985669f02fdf00e8117) (cherry picked from commit 0741c9162d273a53b637469fcb111c3c25d6b60b) (cherry picked from commit 6d6bac42cb57fa5b3f32baeb5aea0a149146f84a) (cherry picked from commit 0e3cf6abd9403bb02728ea0c44a4e5c213a61282)
* SERVER-60496: Better handle spaces in test_flagsDavid Bradford2021-11-054-7/+9
| | | | | | | | | There are two fixes in the commit: * Use single quotes (') to interpret test_flags so that "\" are interpreted correctly. * burn_in_test does not need to include manually include build_variant level test args. They will automatically be included when the test runs since it is running on the build variant.
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-11-031-5/+11
| | | | | | (cherry picked from commit d0a023d1cba8782c761890c20752ecf494d22a62) (cherry picked from commit f6c05d4d028fe6712e81396be335fd144124c561) (cherry picked from commit 9aa24cb9aaa12578a81361e64a5e57dbe1c34b1e)
* SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala2021-11-033-0/+28
| | | | (cherry picked from commit 66f3c41018ac1850c98c0bef87eda74ff95a00de)
* SERVER-59160 Disable balancer in test_stacked_migration_cleanup.jsPierlauro Sciarelli2021-11-031-0/+1
|
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-11-021-4/+10
| | | | | | | (cherry picked from commit ef08d0dbc99db8c4620512e92bfb3154282eb5d3) (cherry picked from commit 959d10ecad8f59dbbb755b2eebab2bffed6bab32) (cherry picked from commit 167a957f8d4d71db7a3a720052ec72e5d68724f7) (cherry picked from commit ddee85735f38dc77f233dc16840658c8764e65cb)
* SERVER-59191 Use expansions in modulesVlad Rachev2021-11-012-22/+22
| | | | | | (cherry picked from commit 5685e4b9143bce825ecf85ebd985024b1c8295e9) (cherry picked from commit c57fceb18c80761babc49f3e5fae0da15063e6e6) (cherry picked from commit 288528a99b87369d13823f2e9752d0b065b0f76e)
* SERVER-56096 Remove replication recovery invariant that stableTimestamp ↵Vesselina Ratcheva2021-10-282-33/+0
| | | | equals appliedThrough
* SERVER-60653 blacklist autosplit_with_balancer and write_cmd_auto_split from ↵Pierlauro Sciarelli2021-10-282-0/+9
| | | | multiversion suites
* SERVER-60950 Pin Dependencies to fix task failures in s390x & pp64letrahman13182021-10-271-1/+2
| | | | (cherry picked from commit 05d294d1aaf41b7d174f265b95a59efb71e883d1)
* SERVER-60653 Backport the autoSplitVector logic to v4.2Pierlauro Sciarelli2021-10-2726-263/+1164
|
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ↵Marcos José Grillo Ramirez2021-10-266-10/+203
| | | | | | chunk migration's commits and balancing rounds (cherry picked from commit 53bf3779928dccbb0abf1e302cf80096b8a63f4a)
* SERVER-60971: Remove calls to BF Suggestion serviceDavid Bradford2021-10-251-26/+0
| | | | | | | (cherry picked from commit bb31ac84744de48a5013ee747c08ee942e317eb3) (cherry picked from commit 7a12fd9ac4550bfb35f2fa5bfb7d193cf8ea6156) (cherry picked from commit 634311b8a994379b727e8e2adec4aa25ab670c5b) (cherry picked from commit 794a300754eab0e53f69a2119ea0f2a722d221e9)
* SERVER-60961 Add exclude tags to old branches not generating ↵Pierlauro Sciarelli2021-10-253-0/+12
| | | | multiversion_exclude_tags.yml
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-246-1/+39
|
* SERVER-60898 Exclude stepdown_race_with_transaction.js from running on ↵Vesselina Ratcheva2021-10-211-0/+2
| | | | ephemeralForTest
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ↵Wenbin Zhu2021-10-213-9/+40
| | | | | | stepdown thread. (cherry picked from commit 43479818bd01f27ee25b6e992045529d2ac0185a)
* SERVER-57557 Skip FCV server parameter check in checkFCV() for mongos.Max Hirschhorn2021-10-211-4/+7
| | | | (cherry picked from commit f830b5201069f86d1e638f9dcd3294b799e5dfb4)
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-213-0/+103
| | | | (cherry picked from commit 1b31e6ca3d25a35f31f48547aafe0ec33c8c9bfd)
* SERVER-55589 read_reconfig.py load -> safe_loadVishnu Kaushik2021-10-141-1/+1
|
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-10-1417-135/+63
|
* SERVER-60344 Mogos crash on incompatible mongod suspended during warm-upAndrew Shuvalov2021-10-131-7/+15
|
* SERVER-60582: initiate_emrc_false.js should wait for the initial checkpoint ↵Lingzhi Deng2021-10-121-9/+22
| | | | | | before shutting down the secondary (cherry picked from commit a3f74d55f2cd7731172ff509f8e6d6e59d67bc3b)
* SERVER-58780: Ensure that _shouldSetStableTimestamp restores to true if ↵Lingzhi Deng2021-10-122-0/+73
| | | | | | replSetInitiate fails (cherry picked from commit 75e59101ebc9d8a4633b270a3fd44d6e2058a1b9)
* SERVER-52976 remove unused file collection_validation.cppBenety Goh2021-10-111-644/+0
| | | | | | | | The validation improvement in commit 719513a440fdd5a4b97bdab3bbf0e9748678f3a8, which introduced this unused file, can be found in the function _validateCatalogEntry() (collection_impl.cpp). The replication state check in commit 186079301dc9de56313f5a8e84e6088fec289ded has been moved to CollectionImpl::validate() (colletion_impl.cpp) in commit 3ac74aad2a2b70ad5b1ccb97b07a92c52a51f2f3.
* SERVER-52976 SERVER-42312 disallow validate cmd during rollback and ↵Benety Goh2021-10-111-0/+7
| | | | | | | recovering states (cherry picked from commit 1a3936b3ee365de5dde80e440c01fa6e868a1a54) (cherry picked from commit 82e34b0d86c6625b5a67d1909e1dcc434f78be82)
* SERVER-43985 Make mongos pre-cache the routing table on startupAnton Oyung2021-10-075-0/+74
|
* SERVER-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-063-7/+63
|
* Import wiredtiger: c457fb3eee12986e206a09bbc04e8daf4fa892b3 from branch ↵Luke Chen2021-10-065-29/+61
| | | | | | | | | | | mongodb-4.2 ref: 7c01f21b1e..c457fb3eee for: 4.2.18 WT-7566 Resolve write after free for dead dhandle WT-7858 Fix malloc writing out of bounds for overflow keys WT-7984 Fix a bug that could cause a checkpoint to omit a page of data
* SERVER-58183 Ensure that we ignore prepare conflicts when applying prepare ↵Samy Lanka2021-10-051-0/+4
| | | | | | | | transaction oplog entries (cherry picked from commit ea2ea50017f76adf68ca3cb385546774a251c42e) (cherry picked from commit 5e553f1e34dddb6242b936c0f1e00a8294a39747) (cherry picked from commit ec3acbdb7580d99f524f2893abe153d6aae62e75)
* SERVER-59294 Check action type for oidResetErwin Pe2021-10-054-3/+27
| | | | (cherry picked from commit 9961fac1b2090484ec3ceaedc921ce2794e2fc79)
* SERVER-50241 PeriodicShardedIndexConsistencyChecker should skip dropped ↵jaume.moragues2021-10-051-0/+5
| | | | | | collections (cherry picked from commit d78140ecb9ee4487d5442082fa46717a1ea3e0b1)
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-10-044-3/+93
| | | | | | (cherry picked from commit 46ba1b4ec34ddb0bdecaa8261f770bbf1c860216) (cherry picked from commit dbb78400a8ebdc3f376722ac15f1f882fa1326c5) (cherry picked from commit 9fdb2031fba405e77368e5780722db7681c4a47f)
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-10-047-38/+201
| | | | (cherry picked from commit b46acdbba8ec51810b6f402dbe18ed7ea98fd13d)
* SERVER-60290 Update Windows external auth test distroBrian McCarthy2021-10-011-2/+2
|
* SERVER-59916 Force failing transaction in write_conflicts to endLuis Osta2021-10-012-1/+11
|
* Revert "SERVER-59916 Force failing transaction in write_conflicts to end"Luis Osta2021-10-012-11/+1
| | | | This reverts commit 65228c9bd0da47c4f56f3b9bb13820f34d2dd9ea.
* SERVER-59916 Force failing transaction in write_conflicts to endLuis Osta2021-10-012-1/+11
|
* SERVER-59804 Using a separate branch for YCSBAlex Podelko2021-10-012-4/+4
|