summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: 4f9175a5bb5077c025be3e224b4a371f88c1ab93 from branch ↵r4.4.22-rc0Luke Chen2023-05-023-1/+147
| | | | | | | | | mongodb-4.4 ref: 1c03fdafdf..4f9175a5bb for: 4.4.22 WT-10551 Load backup block mod information into base checkpoints.
* Import wiredtiger: 1c03fdafdf8447eb9c268df0ab12389d14fed627 from branch ↵Luke Chen2023-05-022-3/+1
| | | | | | | | | mongodb-4.4 ref: de91754b3b..1c03fdafdf for: 4.4.22 WT-10932 Disable many-collection-test on release branches
* Import wiredtiger: de91754b3ba59a3ca82be54e2b62b3507eece522 from branch ↵Luke Chen2023-05-022-8/+8
| | | | | | | | | mongodb-4.4 ref: 7331817f4a..de91754b3b for: 4.4.22 WT-8689 Switch Evergreen zSeries builder to RHEL distro (v4.4 backport)
* Import wiredtiger: 7331817f4ac5f5725be905a976bb0654497b4ff6 from branch ↵Luke Chen2023-05-024-44/+47
| | | | | | | | | mongodb-4.4 ref: 8380156d01..7331817f4a for: 4.4.22 WT-8981 Enable evergreen testing for RHEL8 on PPC (v4.4 backport)
* SERVER-76599 Exclude jstests/sharding/balancer_collection_status.js from ↵Antonio Fuschetto2023-04-281-2/+5
| | | | step-down suites
* SERVER-76063 Always report FreeMonitoring as disabledSara Golemon2023-04-284-27/+25
| | | | (cherry picked from commit 70d26d65a1e55e4da104f4f150bdc8b6d2ae5b65)
* SERVER-76498: update push task to run on rhel8.7dylrich2023-04-261-1/+1
|
* SERVER-75010 Introduce inShardedEnvironment() function toBen Shteinfeld2023-04-255-0/+20
| | | | | | | | | MongoProcessInterface This is a partial backport of https://github.com/mongodb/mongo/commit/28c7db0e580afb4fe889f16370cf44c6f95f8cf3. (cherry picked from commit 190f4f7f5def5af8ae8d992ddabaea06e216f743)
* SERVER-75652: add git clone to push taskTural Farhadov2023-04-202-18/+30
|
* SERVER-76274 Moved microbenchmarks to their own distroSimon Eismann2023-04-201-4/+4
|
* SERVER-72815: Track document count and duration for updateMany and ↵Adi Zaimi2023-04-193-51/+185
| | | | | | | | | | | | | deleteMany calls (v4.4) In SERVER-67795 we added serverstatus tracking to report number of times updateMany and DeleteMany is called. We need to extend that tracking to include number of documents updated/deleted from those commands (cumulative and Max documents per call), as well as the time duration of the commands (cumulative and Max duration per call). Extended the test to verify correct behavior for these counters. (cherry picked from commit 1562e66daf917f5eb43a2b410541aa94c2f396c6)
* SERVER-75652: migrate from notary_client to garasign for push task v4.4Tural Farhadov2023-04-183-18/+121
|
* SERVER-48196 Upgrade the timelib to 2022.04 to update the built-in timezone ↵Gil Alon2023-04-1843-47274/+45692
| | | | files to 2022g
* SERVER-57056 Give LogSeverity::Log() messages syslog severity level infoGabriel Marks2023-04-171-1/+1
| | | | (cherry picked from commit 851cfd2d0aaaf3ae877608236d1aad10eedd7f9e)
* SERVER-75404 Designate $searchSortValues as a metadata fieldBen Shteinfeld2023-04-176-1/+62
|
* SERVER-71249: set .publish tasks to always run on rhel80-smalldylrich2023-04-171-80/+2
|
* SERVER-76098 Allow queries with search and non-simple collationsr4.4.21-rc0r4.4.21Militsa Sotirova2023-04-141-5/+0
| | | | This reverts commit cf8792ea4ff3b0ab50c7779b1a44680a4bb9ce56.
* SERVER-76047 Fix prepare_transaction_then_migrate.js test on v4.4Silvia Surroca2023-04-131-1/+1
|
* SERVER-75795 Update aws_e2e_ec2.js for evergreen changes to AWS test identityMark Benvenuto2023-04-121-5/+1
| | | | (cherry picked from commit 0d27f0404b7ee96b24cd9a0c53adbfae171d0868)
* SERVER-75906: Reduce frequency of Microbenchmark testsJawwad Asghar2023-04-121-4/+4
|
* SERVER-75261 Added accounting for array element overhead for ↵Mindaugas Malinauskas2023-04-126-18/+158
| | | | | | | | | "listCollections", "listIndexes", "_shardsvrCheckMetadataConsistencyParticipant" commands (cherry picked from commit 3cde7fd5d90f1e6bd16d38cc668963a14671d690) (cherry picked from commit 9cd5eeeba2184ce807985438ee984d7d8485b224) (cherry picked from commit ba334a1cb5f1a209e4f811a24ef1a6a65a1c9d0c) (cherry picked from commit be81ddbba83a2a5220376a35aa7f2ad070b78300)
* SERVER-66927 Remove reference to silentFail from mongo repoNamaz Gurbanov2023-04-128-129/+5
|
* SERVER-73877 Wait for shard to have a primary before doing a migration in ↵Silvia Surroca2023-04-121-0/+7
| | | | | | prepare_transaction_then_migrate.js (cherry picked from commit b7b9d352b9566fe8b4c66eff66f695932b036f54)
* SERVER-75066 switch efs scons cache to use global writeable directoryDaniel Moody2023-04-081-1/+1
| | | | | (cherry picked from commit 6c229a6b69a59409d8b116d24ea3f39ed754062d) (cherry picked from commit 845d61384e0b27836a241bac860bfa030e537562)
* SERVER-75789 Require WT engine for read_ticket_exhaustion_with_stepdown testMatt Kneiser2023-04-061-0/+1
|
* SERVER-75561 Report and log more detailed information when validate ↵Dan Larkin-York2023-04-053-3/+125
| | | | | | encounters multikey inconsistencies (cherry picked from commit fc3f5184c88025330c2e729188f4e38bac7d9886)
* SERVER-75172 Use unique collection name in partial_index_logical.jsNicholas Zolnierz2023-04-051-28/+28
| | | | | (cherry picked from commit 07356b01c414aed4de30dbce8744c3e8210f7a96) (cherry picked from commit 876525210b5dd638696d77e2d96d04456043828b)
* SERVER-73400 / BACKPORT-15140 Use -large Evergreen distro for compiling on ↵Max Hirschhorn2023-04-041-1/+1
| | | | arm64 in sys-perf project
* SERVER-73229 Throw on write errors in session refreshr4.4.20-rc0r4.4.20Abdul Qadeer2023-04-043-3/+37
| | | | (cherry picked from commit 447b425584090e2d11ad11bbd01ecb12c37294f4)
* Import wiredtiger: 8380156d01dc67c73ce83aa1afe01d60ad3f59a2 from branch ↵Luke Chen2023-04-033-3/+114
| | | | | | | | | mongodb-4.4 ref: f64b6332b7..8380156d01 for: 4.4.20 WT-9792 Fix RTS to remove globally visible update of the data store update from the history store
* Import wiredtiger: f64b6332b7a55980e6ed765fdb440b567ea8ddbd from branch ↵Luke Chen2023-04-033-33/+156
| | | | | | | | | mongodb-4.4 ref: 2a45076e86..f64b6332b7 for: 4.4.20 WT-9500 Fix RTS to use cell time window instead of key/value timestamps
* Import wiredtiger: 2a45076e8628d7eef79e9ba8bc8abdbd13e711f3 from branch ↵Luke Chen2023-04-035-26/+24
| | | | | | | | | mongodb-4.4 ref: 3decc745ec..2a45076e86 for: 4.4.20 WT-8652 Do not skip the final metadata checkpoint when shutdown configured with use_timestamp=true
* Import wiredtiger: 3decc745ece9155d004ca447b72cb5c8122847eb from branch ↵Luke Chen2023-04-032-10/+8
| | | | | | | | | mongodb-4.4 ref: da05d32624..3decc745ec for: 4.4.20 WT-8651 Allow checkpoint scrubbing during shutdown
* Import wiredtiger: da05d32624edbb483b452e3b1917b3df08589af0 from branch ↵Luke Chen2023-04-034-15/+12
| | | | | | | | | mongodb-4.4 ref: b32ec77d65..da05d32624 for: 4.4.20 WT-8379 Do not disable eviction during shutdown.
* Import wiredtiger: b32ec77d65b3e5e8ce2d3acf4918a8df014c8e69 from branch ↵Luke Chen2023-04-034-3/+18
| | | | | | | | | mongodb-4.4 ref: c5b5e47d2c..b32ec77d65 for: 4.4.20 WT-9926 A crash during startup from backup can lose metadata (v4.4 Backport)
* SERVER-74895 Expect command errors in validation when querying $collStatsDianna Hohensee2023-03-291-1/+4
| | | | (cherry picked from commit 80caaf6c05cc0a9bb5f5e0458c671ba7ffd528b5)
* SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser2023-03-292-2/+232
| | | | | | With minor jstest amendments. (cherry picked from commit e74f9c2fdf73ad707419fa4a8ae57aec70423ca6)
* SERVER-74131 Inject emit function on every call to ↵Denis Grebennicov2023-03-294-11/+59
| | | | ExpressionInternalJsEmit::evaluate()
* SERVER-75397 Schedule required variants more frequentlyAlexander Neben2023-03-281-5/+6
|
* SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for ↵Tommaso Tocci2023-03-281-2/+4
| | | | | | | shutdown to complete (cherry picked from commit f68132598722199fec72468599aef83d507ab213) (cherry picked from commit a8450a4f4ed7b7b47957dbaa0d6393fc4f0fd35a)
* SERVER-57065 access_collection_in_transaction_after_catalog_changes.js ↵Gregory Wlodarek2023-03-271-1/+1
| | | | | | should expect the NoMatchingDocument error code when an index build is aborted (cherry picked from commit eef9d3863ea80c7c6663693a989b1bf803552193)
* SERVER-74845 Override processManagement.fork in mongod.serviceRyan Egesdahl2023-03-252-0/+2
| | | | | | (cherry picked from commit 26b4106ddaac866c5b4b9f630e462fd7c7e9b53d) (cherry picked from commit 7ee56cd76001be3efdb42bad292d83ea062b6aaf) (cherry picked from commit 902f12d4af4d7b9ba4f813c4e351f69cfa19561d)
* SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl2023-03-252-4/+258
| | | | | | (cherry picked from commit 7a722b6621d900e9f9a81fdea27160104dce2055) (cherry picked from commit 965012e67dca663c5a24bfbad927a4bfd71edd09) (cherry picked from commit bf77686ba9d6707aaf3ec594b447e39fbcecf5b4)
* SERVER-68594 Backport vscode workspaceAlexander Neben2023-03-251-0/+65
| | | | (cherry picked from commit 921ae73a36366f8ccffc14ee1d599482249dcbb2)
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2023-03-241-0/+5
| | | | (cherry picked from commit 21634e3b9ce8345b5c79cf2cfee82542f4b5c7d5)
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to ↵Antonio Fuschetto2023-03-233-10/+18
| | | | fail startup
* SERVER-71307 Collation must be simple for search and searchMetaMilitsa Sotirova2023-03-231-0/+5
|
* SERVER-74386 Don’t reset "recordPreImages" option on "collMod" commandDenis Grebennicov2023-03-213-19/+17
|
* SERVER-74287 add oom retry toolDaniel Moody2023-03-213-9/+166
| | | | | | (cherry picked from commit 3949b2a325ac9f421a4b29074bc037c27293c5da) (cherry picked from commit f13c679a03aad1ea09da6dcd131fbee959d9039b) (cherry picked from commit 7f3f01822da6ceb877d6944a2a5de8df0d403c0b)
* SERVER-74156 add macos plist file for use with homebrew installsDaniel Moody2023-03-202-0/+47
| | | | (cherry picked from commit df91b297e17b6dfc47da1cd954ebc4fbefb53cc9)