summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-53992: Remove calls to detect-outliersDavid Bradford2021-02-181-6/+0
| | | | | | (cherry picked from commit 9c8fde52207b4bbf464cb840390d5384fa0ec2cc) (cherry picked from commit 0ec6d563846dd45434ee5e95ef080fb5a7e2ccd3) (cherry picked from commit 77606de4b8561600471040d7d3a20b51af2b65d4)
* SERVER-53666 Make sure curSecondary is in SECONDARY state after restarting ↵Samy Lanka2021-02-181-0/+2
| | | | in rollback test fixture
* SERVER-53831 Force SpiderMonkey to garbage collect in ReplSetTest.checkOplogsJason Chan2021-02-171-0/+11
| | | | (cherry picked from commit 96fe72c36d370a4067240738f051021d4daf72ce)
* Revert "SERVER-50073 Error message when creating a mixed hashed/not hashed ↵Dan Larkin-York2021-02-112-11/+3
| | | | | | index should state the problem" This reverts commit b73f99b8a8514504cb91ed0060e155f8be689b45.
* SERVER-50073 Error message when creating a mixed hashed/not hashed index ↵Dan Larkin-York2021-02-112-3/+11
| | | | should state the problem
* SERVER-54255 Update RHEL 7 AMI for package testingBrian McCarthy2021-02-111-1/+1
| | | | (cherry picked from commit 887ac8a4345814e25e34aca5f393f4a02d38cd4c)
* SERVER-46740 Add missing reference characterr4.0.23-rc0r4.0.23Ben Caimano2021-02-091-2/+2
|
* SERVER-53459 Call awaitPrimaryAppliedSurpassesRollbackApplied in rollback ↵Samy Lanka2021-02-092-2/+7
| | | | test fixtures if using inMemory storage engine
* SERVER-54138: Add setup_spawnhost_coredump to 4.0.Daniel Gottlieb2021-02-091-0/+77
|
* SERVER-46686 Explain does not respect maxTimeMSDrew Paroski2021-02-055-62/+110
| | | | (cherry picked from commit 4ba1495c898b5644d7be9efe21cfb2eecb3f1863)
* SERVER-53274 Avoid bumping all chunk versions after writing 'history' field ↵Jordi Serra Torrens2021-02-052-18/+59
| | | | | | | on FCV upgrade to 4.0. Instead, bump only one chunk per shard to satisfy the reqirements imposed by SERVER-33356
* SERVER-53609 Filter out serverStatus.transactions.lastCommittedTransaction ↵Jason Chan2021-02-054-6/+20
| | | | | | | from FTDC (cherry picked from commit 3e5fc29b410b4a0e999f190de5f035e3119f6565) (cherry picked from commit 97f5866b751246f4b035ebe1cff7ac371e2430fa)
* SERVER-54074 Log start and end of changes to table log settingsGregory Wlodarek2021-02-0414-0/+91
|
* SERVER-54134 ignore newer MongoDB versionsRobert Guo2021-02-031-1/+8
|
* SERVER-54091 Update assertion messages for dbhash check run by resmoke.pyJudah Schvimer2021-02-031-1/+2
|
* SERVER-47869 Add debug logging mechanism to mongos cursor managerIan Boros2021-02-032-12/+237
| | | | | | There is a bug in the mongos cursor manager tracked by SERVER-27796 which has never been reproduced in our testing environment but has been encountered by multiple customers. This change adds a small diagnostic log to the mongos cursor manager which is dumped when a symptom of the bug is found.
* SERVER-46740 establishCursors() must always drain the ↵Ben Caimano2021-02-0110-173/+304
| | | | AsyncRequestsSender::_baton
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2021-01-2913-283/+755
| | | | | | | | | | | | | | | | Introduces a new setParameter, 'internalQueryCacheMaxSizeBytesBeforeStripDebugInfo'. When the cumulative size of a mongod's plan caches exceeds this threshold, additional plan cache entries are stored without any debug info. This should help to prevent problems where the plan caches collectively consume too much memory. The default setting of the parameter is 0.5 GB, but it can be configured by the operator at startup or at runtime. (cherry picked from commit eeb4b8aaffbcbb236b2d02e35dad919b4fa0aa80) (cherry picked from commit 65ad41f1df99bbdfabeb8235351d9c21f9eea142) (cherry picked from commit 52b11e90efa467dbe6b55977e5d2239aba3f6ec4)
* SERVER-52744 rollback_after_enabling_majority_reads.js should ensure sync ↵Pavi Vetriselvan2021-01-153-4/+16
| | | | | | | source's lastApplied > rollback node's (cherry picked from commit 6623c6adf0445f1f63afe7a51433a1f5cbf4b4e1) (cherry picked from commit a5fdda63afb540beca3743051666856fc05e3fbf)
* SERVER-46876 Compaction interrupts on EBUSYGregory Wlodarek2021-01-143-0/+49
| | | | (cherry picked from commit 0ce2fa7273aa7f4c7170c1bba3944efe46b4f043)
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2021-01-143-6/+31
| | | | (cherry picked from commit bf614cb57059c74830633855e28b3f4677cd4f8d)
* SERVER-52950 Add jstest tag for check_for_oplog_cap_maintainer_thread.jsGregory Wlodarek2021-01-091-1/+1
|
* SERVER-52950 recoverFromOplogAsStandalone mode must not start oplog ↵Gregory Wlodarek2021-01-092-2/+68
| | | | | | truncater thread (cherry picked from commit 3417215850d7a577452552499ea55d1872199d74)
* SERVER-52879 Close expired idle sessions outside of the cache mutexGregory Wlodarek2021-01-081-1/+9
| | | | (cherry picked from commit d517928d5b34e5988eea9fc15e1c2db4c3ff8d77)
* SERVER-53234 jstests/core/profile2.js fails when background operations are ↵Mindaugas Malinauskas2021-01-081-34/+28
| | | | | | run against test database (cherry picked from commit 8bf46f814c9e3818afb19d8d045b07bb6ed594a1)
* SERVER-53345 Tag arbiter_new_hostname.js with multiversion_incompatibleA. Jesse Jiryu Davis2020-12-181-1/+3
| | | | (cherry picked from commit 06639e3cb6cdc741276bf8bfd66a45d1d13c80d4)
* bpr4.0.22-rc0r4.0.22James Wahlin2020-12-153-11/+99
|
* Revert "SERVER-52744 rollback_after_enabling_majority_reads.js should ensure ↵Pavi Vetriselvan2020-12-143-11/+4
| | | | | | sync source's lastApplied > rollback node's" This reverts commit a5fdda63afb540beca3743051666856fc05e3fbf.
* SERVER-53348 pin PyOpenSSLRobert Guo2020-12-141-0/+1
|
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ↵Gregory Noma2020-12-137-86/+124
| | | | transaction expirer thread
* SERVER-53026 Fix "resync" commandA. Jesse Jiryu Davis2020-12-132-7/+16
| | | | (cherry picked from commit a574d23ec0b7d06b8d872bf64136308f541a796d)
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-102-19/+59
| | | | (cherry picked from commit e804031ae4ea69c2cfbfcca47202fcc468d826b2)
* SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl2020-12-084-4/+12
| | | | | | (cherry picked from commit 0e69ddaa39b360d4083a55041b2f792c1cd61ec5) (cherry picked from commit c18a49d65c2488745694e17ed5d93e4601ce1174) (cherry picked from commit f3e9474a1482f4de4454480150ec77139c6e626f)
* SERVER-46342 Reload systemd service file on install for deb platformsRyan Egesdahl2020-12-084-0/+12
| | | | This reverts commit 0ed9f1bf7d27e43174ce806291a597947b1f98ae.
* SERVER-52744 rollback_after_enabling_majority_reads.js should ensure sync ↵Pavi Vetriselvan2020-12-073-4/+11
| | | | | | source's lastApplied > rollback node's (cherry picked from commit 6623c6adf0445f1f63afe7a51433a1f5cbf4b4e1)
* SERVER-53233 Fix change_streams_update_lookup_shard_metadata_missing.js to ↵Bernard Gorman2020-12-051-10/+12
| | | | | | pull from the correct cursor (cherry picked from commit 9b518b1c13000e6c0568ee43d520b6bd712e820a)
* SERVER-52969 Temporarily disable powercycle on Windowsvrachev2020-12-021-5/+5
|
* Import wiredtiger: c9d3a90c78a12f747f283022eda9b6e140cc6dd1 from branch ↵Luke Chen2020-12-0213-16/+183
| | | | | | | | | | | mongodb-4.0 ref: 5bbb064f6b..c9d3a90c78 for: 4.0.22 WT-6507 Exit cache eviction worker after our operation has timed out WT-6602 Allow operation timeout ms to be passed to commit and rollback WT-6666 Start op timer when we configure it in rollback and commit
* SERVER-52891 run PPC builds less frequentlyZakhar Kleyman2020-11-301-2/+2
|
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to ↵Huayu Ouyang2020-11-294-8/+8
| | | | | | | | skipCheckingForNotPrimaryInCommandDispatch (cherry picked from commit 3cf1349ab81c57d5b2f2002b030c032094a308f5) (cherry picked from commit 6082fef7f23cb6b1ab2228c1f636263b3809d076) (cherry picked from commit 5fe1e8e4a8ecfd26f9a9e6f890b02d72a4d46127)
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-11-262-2/+8
| | | | (cherry picked from commit 30acdea3aa54dab658cb76908a8cd9bf35e7762f)
* SERVER-52955 KeysCollectionClientDirect should check if majority read ↵Alex Taskov2020-11-213-1/+72
| | | | concern is supported by storage engine
* SERVER-52680 Start replication when leaving REMOVED stateA. Jesse Jiryu Davis2020-11-202-2/+63
| | | | (cherry picked from commit 73ab98a9094de18b82e596e8d1d0bf311858548b)
* SERVER-50445 Return the value in double when NumberLong subtraction ↵Arun Banala2020-11-202-3/+40
| | | | | | | overflows in ExpressionSubtract (cherry picked from commit 3518bd82e49b6941ee7a2f3a868df40114b0d8fc) (cherry picked from commit 309b631dd16e90e1f3fb8bf3567df1fedc92d715)
* SERVER-32960 Make $mod truncate float values consistently and use long long ↵Nikita Lapkov2020-11-197-41/+289
| | | | for its arguments
* SERVER-52902 Remove assertion !haveJournalFiles()Geert Bosch2020-11-181-1/+0
|
* SERVER-51902 Check if storage engine supports Recover to Stable Timestamp ↵Samy Lanka2020-11-171-2/+3
| | | | rather than if eMRC=false in sync_tail.cpp
* SERVER-46393 Always check client last operation time when computing ↵Cheahuychou Mao2020-11-141-4/+0
| | | | | | operationTime to append to the response (cherry picked from commit 679d1e1028ddbdd1ac5778f3e0ab0cb3ffd5ee27)
* SERVER-52560 oplog_writes_only_permitted_on_standalone.js must wait for ↵Tess Avitabile2020-11-131-1/+2
| | | | | | insert to be in stable checkpoint (cherry picked from commit 0008250ba85ce47e054241eedec8cddcda1c96d6)
* SERVER-42632 Disable pinger threads that reach out to config server to make ↵Pierlauro Sciarelli2020-11-123-1/+44
| | | | integration tests pass (BACKPORT-6623)