summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-36926 Remove possibility of passing INT_MIN to abs() in ↵r4.0.24-rc0Ted Tuckman2021-04-051-2/+7
| | | | | | ClusterCursorManager (cherry picked from commit 0e5b2946e1750fd4a5ac30cdc6d67d6fda94d378)
* SERVER-55189 Call awaitReplication() before returning from syncFrom() in ↵Ali Mir2021-04-021-0/+1
| | | | | | rslib.js (cherry picked from commit b4c795bf9ebac10a9f013a548c980768b0238cb0)
* SERVER-55445: Remove mmap variants from sys-perf on 4.0Brad de Vlugt2021-04-011-130/+0
|
* SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue2021-04-011-0/+1
|
* SERVER-50049 assert.soonNoExcept() should not access ↵Suganthi Mani2021-03-292-13/+22
| | | | | | TestData.traceExceptions for non-resmoke tests. (cherry picked from commit d57c783b60d548c3173058d70343537b6df6c1e9)
* SERVER-49187 Make ReplSetTest .stepUp() robust to election failures.Suganthi Mani2021-03-298-49/+66
| | | | (cherry picked from commit 311b7982f61009fd08bd7b76b1638d62cc8703de)
* SERVER-43847 Make ReplSetTest's stepUp function resilient to slow machinesSamyukta Lanka2021-03-291-10/+23
| | | | (cherry picked from commit c5a53e4882bd316dcb37141ccfab56f5acaec8f4)
* SERVER-54710 Improve checks for overlarge BSON when generating explain outputDavid Storch2021-03-264-10/+83
| | | | | | (cherry picked from commit 4fc3991bf64b33ca5f5237722bc563f8eb1a552a) (cherry picked from commit 754b0efe8549fe2d5fa2847676985709c60412a7) (cherry picked from commit fc232126bd406e6c85ec45b869c88d7a238e60c5)
* Import wiredtiger: 0b64c3341b8617d22cf8482d4ed6fae6f1bed89b from branch ↵Luke Chen2021-03-2538-362/+611
| | | | | | | | | | | | | | | mongodb-4.0 ref: c9d3a90c78..0b64c3341b for: 4.0.24 WT-4296 Add aggressive mode to sweep server WT-4614 Trigger sweep immediately to reclaim space after a table drop WT-6309 Add support for start/stop arguments to wt printlog command WT-6430 Move WT_CONN_SERVER flags into their own field WT-7026 Atomically read and set ref->addr in case of race WT-7028 Sweep thread shouldn't lock during checkpoint gathering handles WT-7104 Redact user data from printlog output
* SERVER-53566: Protect ServiceContext from issuing duplicate operation IDsTyler Seip2021-03-248-14/+361
|
* SERVER-54964 Take out extra idl fileBen Caimano2021-03-191-34/+0
|
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-03-1913-104/+466
|
* SERVER-35649 Retry DNS failures during reconfigXuerui Fa2021-03-1112-22/+161
| | | | | | | | (cherry picked from commit 418c61279986a5eaddc66a16b5e288556ad1f6d3) SERVER-51163 Mark nodes returning InvalidReplicaSetConfig in heartbeats as down (cherry picked from commit 28c6948a2a02760a69aaee3875c4b2a427528a5a)
* SERVER-54031 Include .py and .idl files in the errorcodes.py scanBilly Donahue2021-03-112-36/+76
|
* SERVER-5722 Support 'sort' in benchrunIan Boros2021-03-102-0/+32
|
* SERVER-54770 Add /proc/meminfo MemAvailable to FTDCMark Benvenuto2021-03-101-0/+1
| | | | (cherry picked from commit 0cde744f93ba588956d13fafa9cd74b0ded9334a)
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is ↵Lingzhi Deng2021-03-076-5/+69
| | | | | | immediately electable (cherry picked from commit 6308db5c83a3e95f4532c63df8b635b8090036ae)
* SERVER-47568 Disable clusterTime gossiping for nodes in unreadable statesJack Mulrow2021-03-046-7/+91
| | | | (cherry picked from commit 024b130c5e66bafd99cf7f899cdef8d23284ef81)
* BACKPORT-7936 Error message when creating a mixed hashed/not hashed index ↵Dan Larkin-York2021-03-012-3/+11
| | | | should state the problem
* SERVER-47030 Fix date_time_support to not throw exceptionsTed Tuckman2021-02-255-126/+236
|
* SERVER-54708 Rollback test fixtures should ensure sync source's lastApplied ↵Samy Lanka2021-02-232-2/+2
| | | | > rollback node's last Applied if eMRC=false or using inMemory storage engine
* 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
|