summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-11-012-20/+46
| | | | (cherry picked from commit 29006706c176ca036120d1b2569c0f59dd8f53b6)
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-10-312-6/+54
|
* SERVER-67681 Create specific target for compile commandsJuan Gu2022-10-283-1/+27
| | | | | (cherry picked from commit 5678e6188e7d3a6401b4bdc6aa3b46db949f2235) (cherry picked from commit 3a31638a3c0bc80fe03faf0bafba5aefaefc2b84)
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in ↵Reo Kimura2022-10-2710-20/+26
| | | | | | MONGO_UNREACHABLE_TASSERT (cherry picked from commit 0d12c83b9b4c3aca1630fc6c41de2f17e4b09ab8)
* SERVER-66525 Fix errexit prevents printing pip logRyan Egesdahl2022-10-261-3/+2
| | | | (cherry picked from commit d1dde8caac01621a11ec5f1e768e172918c5421c)
* SERVER-57072 Upgrade wheel on all platformsRichard Samuels2022-10-261-1/+1
| | | | (cherry picked from commit 19e2f0bfc6668e4975a60f21257fb1029cdc8366)
* SERVER-69507 only set rpath when link-model is dynamicTrevor Guidry2022-10-261-6/+11
| | | | (cherry picked from commit eff572b7c1a78919e3d79957000a11e4d0dcf985)
* SERVER-62201 Backport removed tests to 5.0Alexander Neben2022-10-251-400/+256
|
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to ↵Blake Oler2022-10-25174-248/+336
| | | | WriteConflictException
* SERVER-70633 make per shard cursor passthrough suite run in 5.0 and ↵Mickey. J Winters2022-10-243-2/+17
| | | | robustify jstests/change_streams/lookup_post_image.js
* Import wiredtiger: 2a44acce45238f86124a2ee95e63e45791fb7304 from branch ↵Luke Chen2022-10-214-12/+233
| | | | | | | | | mongodb-5.0 ref: d9340610d5..2a44acce45 for: 5.0.14 WT-9763 Return EBUSY if the time window of inserting record does not match with history store time window (v5.0 backport) (#8378)
* Import wiredtiger: d9340610d5c44fc315912673d15203b25ce5a80b from branch ↵Luke Chen2022-10-212-1/+20
| | | | | | | | | mongodb-5.0 ref: 9a95edfe23..d9340610d5 for: 5.0.14 WT-9323 Fix a race tracking whether a tree has updates after a checkpoint (#8194) (#8228) (#8356)
* Import wiredtiger: 9a95edfe238515bfd3186a1fd3a416e6b62905d1 from branch ↵Luke Chen2022-10-213-2/+107
| | | | | | | | | mongodb-5.0 ref: 05f01e412e..9a95edfe23 for: 5.0.14 WT-8234 Prevent eviction of internal pages while reconciling leaf pages which could refer to their memory. (#7813) (#8348)
* SERVER-69446: Increase electionTimeoutMillis in ↵Will Buerger2022-10-201-1/+1
| | | | jstests/replsets/dbcheck_write_concern.js
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-191-1/+1
| | | | (cherry picked from commit 669ac94492976eff25d9cac17c43178a9b1a7ebd)
* SERVER-70483 Pass task execution to Logkeeperjulianedwards2022-10-171-0/+2
|
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
| | | | (cherry picked from commit 1912e879e904b96a331cd2a2d20e7abf23684359)
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
| | | | (cherry picked from commit befe8bb9cf767db458149afca838823d2fd4876c)
* SERVER-70557: Increase timeout for integration_tests_sharded on s90xJeff Zambory2022-10-141-0/+2
|
* SERVER-70484: Remove signal processing module from perf.yml and sys_perf.ymlanjani.bhat2022-10-132-14/+0
| | | | (cherry picked from commit 468501d46a9b5fe11024f2cb3d0a8c7a148e694c)
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-14/+57
| | | | (cherry picked from commit fa94f5fb6216a1cc1e23f5ad4df05295b380070e)
* SERVER-70364 Retry once on network errorAbdul Qadeer2022-10-122-10/+8
| | | | (cherry picked from commit 95dfa466a644820567342fdcc7fd9e3da3abd875)
* SERVER-68477 remove upgrade and downgrade barriers for TTL indexes with NaN ↵Benety Goh2022-10-127-160/+63
| | | | | | | expireAfterSeconds These upgrade/downgrade restrictions were added in commit abdedd367e2f331816354563f8ae95f6bb35c51d and are no longer necessary.
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ↵Benety Goh2022-10-125-3/+80
| | | | | | index build (cherry picked from commit 58796facf40c99ddf8bb537adf563dc43aa0a863)
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during ↵Benety Goh2022-10-123-1/+102
| | | | | | | step up (cherry picked from commit b8eb75f99a18a8651e2315998cf16f53e48917bb) (cherry picked from commit aab9685c531bed030dc8bba914d695d7c66fc08b)
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-10-125-22/+53
| | | | | (cherry picked from commit eb2f7f03f8c0522f85a9cae2c61bec4673251103) (cherry picked from commit 17d15eb7f3d8b044456ea9191d5777af3fbc5651)
* SERVER-70299: Remove JSON.send command usageanjani.bhat2022-10-111-10/+0
|
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-10-114-3/+57
| | | | (cherry picked from commit d6528bf96f08b79ca850902b2d1d81264fa7baa1)
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-10-112-2/+50
| | | | | | | (cherry-picked from commit 14c07b53186ee88497abd0ba492d2d9157891718) (cherry picked from commit 7d76329f8915ec80ba07c07e4a0adbc7fd187107) (cherry picked from commit 0f56fdb4c92f6728a8560469e66f4432fabc468d)
* SERVER-68477 add test to check startup warning for TTL indexes with NaN ↵Benety Goh2022-10-111-0/+46
| | | | | | | | | | 'expireAfterSeconds' Startup warning was added in 5.0 incommit abdedd367e2f331816354563f8ae95f6bb35c51d. (partially cherry-picked from commit abdedd367e2f331816354563f8ae95f6bb35c51d) (cherry picked from commit 5d21e0115edb120873c8beac2901e03a76ccfc00)
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-10-102-0/+48
| | | | | (cherry picked from commit 3b17e5f7916fdf1a21dd162a079aeb9d06ca9425) (cherry picked from commit 02a6f50be29f295d36a8c86f1e3f6c21587bb04d)
* SERVER-68477 include 'expireAfterSeconds' type information when registering ↵Benety Goh2022-10-108-42/+162
| | | | | | TTL indexes with the TTLCollectionCache (cherry picked from commit cc3ae631bce7943fbda5182ff3b9d93d1125be40)
* SERVER-68477 add unit test for TTLCollectionCacheBenety Goh2022-10-102-0/+92
| | | | (cherry picked from commit f32f550aff1def5709ea68f42dc9d4bf9321d5e6)
* SERVER-64444 SERVER-68477 Add unittests for repairing index specsYuhong Zhang2022-10-101-0/+35
| | | | (cherry-picked from commit a59e32ba3883e46077a750d1f65f383e35ab3e12)
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-076-39/+12
| | | | | (cherry picked from commit fa534d676f5f673a6a7f3ea656f650ff108b7f92) (cherry picked from commit 49297c3cb0cdae29b0c1da41c6ea802731090a24)
* SERVER-69898 Wait for the critical section catch-up phase before refreshing ↵Antonio Fuschetto2022-10-072-2/+2
| | | | the DB version
* SERVER-69930 Unexpected error message in the logs attempting to refresh the ↵Antonio Fuschetto2022-10-071-2/+1
| | | | version of a dropped database
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ↵Nicholas Zolnierz2022-10-063-1/+55
| | | | | | projection has already been absorbed (cherry picked from commit d1a117a1abc9ead34fc6399697055a46ca0c1df4)
* SERVER-69444 Make the joining of concurrent critical section and refresh ↵Antonio Fuschetto2022-10-062-98/+88
| | | | look the same between DSS and CSS
* SERVER-70160 'Do not push down $match that needs whole documentMilena Ivanova2022-10-052-1/+58
| | | | before $internalUnpackBucket'
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-10-0417-97/+413
| | | | | (cherry picked from commit 707ba0a0ade42c4540b9cabaaf5a257de944cc3e) (cherry picked from commit c172ccd37516f3c2118f349817cdb1841a2486b9)
* SERVER-69912 SConstruct is executable by mistakeTausif Rahman2022-10-041-0/+0
| | | | (cherry picked from commit d22d68c4c2fcdc76fcd0079a12e9f5e39b119381)
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-10-045-20/+20
| | | | (cherry picked from commit 5457b4527960627071d26310111b29510105d42f)
* SERVER-69569: Pin cryptography versionJeff Zambory2022-10-032-1/+5
|
* SERVER-69281 Force minimum ninja versionAlexander Neben2022-10-032-0/+4
| | | | (cherry picked from commit 261ca3bae36d3ddfe182c938524f101dbf2b4138)
* SERVER-67793 Change log_progress_msg to show output in Ubuntuxudyang12022-10-031-4/+4
| | | | | | | | | | `log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives. Closes https://github.com/mongodb/mongo/pull/1474 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com> (cherry picked from commit cad54eb5ebdff24ecec53b56788cd151d8d64272) (cherry picked from commit 7cef34d8a1488b37fcf4cd80eb79ae2bf3f9eac4)
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ↵Pierlauro Sciarelli2022-10-033-9/+85
| | | | | | ongoing queries finish (cherry picked from commit 32c2f632eaa7bf80607880162ec5e4eaeb22d7fe)
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-10-0312-120/+370
|
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical ↵Sergi Mateo Bellido2022-10-035-13/+31
| | | | | | | section Minor changes to resharding_test_fixture to work with legacy OP_QUERY (cherry picked from commit 343108041c5b3570e97418ee3204804535fbde4d)
* SERVER-68115 Do not drop empty path component from elemMatch path during ↵joshua2022-09-305-58/+61
| | | | index selection