summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50769 Change streams no longer balk at empty applyOpsr4.2.12-rc0r4.2.12Justin Seyster2021-01-126-4/+411
| | | | (cherry picked from commit e9122ba5078eca4fbc7ea858221dba6af00e90a9)
* SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper ↵Sara Golemon2021-01-123-7/+20
| | | | | | policy for validation (cherry picked from commit ca6f181a96dcb51c159d53062866c31bb62a1b53)
* SERVER-53703: Use WTKVEngine to compute the all durable timestamp.Daniel Gottlieb2021-01-121-1/+1
|
* SERVER-48471 Hashed indexes may be incorrectly marked multikey and be ↵Louis Williams2021-01-126-54/+143
| | | | | | | ineligible as a shard key (cherry picked from commit 8fa255bc05cd99ff649bd0ef9407417b7e439b5e) (cherry picked from commit 39f10d9d3bf7783593dbc7083d1afaec7369c4ca)
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ↵Katherine Wu2021-01-082-3/+30
| | | | | | specified (cherry picked from commit 20c0cc8c93f9ce27207067b0776bad08f84b47d0)
* SERVER-52879 Close expired idle sessions outside of the cache mutexGregory Wlodarek2021-01-081-1/+9
| | | | (cherry picked from commit d517928d5b34e5988eea9fc15e1c2db4c3ff8d77)
* SERVER-41836 Log thread Id as part of error in FSM testsArun Banala2021-01-081-2/+2
| | | | (cherry picked from commit 27552cda4a8528135a6a6649ab4d1cfb6937bcbd)
* 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-44375 fix merge_with_drop_shard.js when the curop command fails due ↵Lamont Nelson2021-01-071-9/+19
| | | | | | to ShardNotFound (cherry picked from commit 33ac9f8ff5e9bae67592bc24cce55743306a52fb)
* SERVER-48659 Update SLES 12 AMI for package testsBrian McCarthy2021-01-062-13/+3
|
* Import wiredtiger: 7e416a7dd98de324bba158b087197124df70c5a9 from branch ↵Luke Chen2021-01-0521-82/+557
| | | | | | | | | | | | mongodb-4.2 ref: eb1b72848c..7e416a7dd9 for: 4.2.12 WT-6835 Add API to allow consolidating incremental backup info WT-6839 Add API to query existing incremental backup IDs WT-6882 Files created during incremental backup should be copied in full WT-6922 Add random consolidate testing to incr_backup
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2021-01-0513-298/+737
| | | | | | | | | | | | | | | 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)
* SERVER-51526 Hybrid index builds can miss writes and crash in the event of a ↵Louis Williams2021-01-051-18/+18
| | | | | | | well-timed WriteConflictException (cherry picked from commit c53dc2c22b5dbecb561bda893d374085de5c54d1) (cherry picked from commit 832f6f4e90ec9e6bd072b3fc94cd3cf11b8021fd)
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly ↵Mihai Andrei2021-01-043-20/+105
| | | | | | | when collection names collide (cherry picked from commit 045829020fb4a3972b316b1ad60e9ed2f285b092) (cherry picked from commit dcd06945691b7cdd520b4c28428d941ee685104d)
* SERVER-52919 Wire compression not enabled for initial syncAmirsaman Memaripour2020-12-222-1/+50
| | | | (cherry picked from commit 762eb95cd160aab9bec295b1e46d3c9a8ab505e2)
* SERVER-53444 Make tests that run removeShard in assert.soon to wait for the ↵Cheahuychou Mao2020-12-213-0/+36
| | | | | | state to become completed not error on ShardNotFound (cherry picked from commit 03637b5614c1a29983cdac9a1f9ab2d3f7060f15)
* SERVER-52950 recoverFromOplogAsStandalone mode must not start oplog ↵Gregory Wlodarek2020-12-182-2/+68
| | | | truncater thread
* SERVER-53345 Tag arbiter_new_hostname.js with multiversion_incompatibleA. Jesse Jiryu Davis2020-12-181-1/+3
| | | | (cherry picked from commit 06639e3cb6cdc741276bf8bfd66a45d1d13c80d4)
* SERVER-34741 Move $match in front of $group if condition is on group keyGeorge Wangensteen2020-12-166-8/+189
| | | | (cherry picked from commit 55e76198b1e41b5dbd5868d2ed8b914da29f0f29)
* SERVER-53026 Fix "resync" commandA. Jesse Jiryu Davis2020-12-142-7/+16
| | | | | (cherry picked from commit a574d23ec0b7d06b8d872bf64136308f541a796d) (cherry picked from commit 68bf17aa3b19d0b7f53b7a1b6fe1ebbafdf558d2)
* SERVER-48742 Modified 4.4 backport to remove dependence on structured loggingJames Wahlin2020-12-102-14/+11
|
* SERVER-48742 Log changes to profiler settingsAndrii Dobroshynskyi2020-12-102-11/+65
| | | | (cherry picked from commit 0d30729722165f15e52db2c02ebb56cfd1c6ccc1)
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-103-6/+85
| | | | | (cherry picked from commit 957ddd678dbd49a96318a13e8f669567e4eba3ab) (cherry picked from commit 2faadd670bd54e7112c4fec6f6abc011d38b912c)
* SERVER-50417 Fix linting in backports_required_for_multiversion_tests.ymlAli Mir2020-12-101-3/+0
|
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-102-19/+59
| | | | (cherry picked from commit e804031ae4ea69c2cfbfcca47202fcc468d826b2)
* SERVER-52732 Uptime reporter disables autosplit during ShardingTest ↵Pierlauro Sciarelli2020-12-101-1/+6
| | | | initialization
* SERVER-50417 Change notMasterUnacknowledgedWrites to ↵Ali Mir2020-12-106-13/+24
| | | | | | notPrimaryUnacknowledgedWrites in serverStatus (cherry picked from commit 0927e74e9d5dfb47c4f02d21029f68a3b17764b7)
* SERVER-50416 Change notMasterLegacyUnacknowledgedWrites to ↵Ali Mir2020-12-103-9/+11
| | | | | | notPrimaryLegacyUnacknowledgedWrites in serverStatus (cherry picked from commit 759787fd5a1a28ed3293a869e9e1b1e11cb6337a)
* SERVER-52618James Wahlin2020-12-083-7/+147
|
* 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)
* SERVER-51858 Fix curl lockingMark Benvenuto2020-12-081-6/+44
|
* SERVER-52744 rollback_after_enabling_majority_reads.js should ensure sync ↵Pavi Vetriselvan2020-12-073-4/+12
| | | | | | source's lastApplied > rollback node's (cherry picked from commit 6623c6adf0445f1f63afe7a51433a1f5cbf4b4e1)
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-12-0711-34/+385
|
* SERVER-53233 Fix change_streams_update_lookup_shard_metadata_missing.js to ↵Bernard Gorman2020-12-051-10/+12
| | | | pull from the correct cursor
* SERVER-50900 Disable PeriodicShardedIndexConsistencyChecker for ↵Jason Zhang2020-12-041-0/+6
| | | | | | cursor_valid_after_shard_stepdown.js (cherry picked from commit eaa9b518099c250cbb3083ed84636922a5b29feb)
* SERVER-52969 Temporarily disable powercycle on Windowsvrachev2020-12-021-1/+1
|
* SERVER-52891 run PPC builds less frequentlyZakhar Kleyman2020-11-301-3/+3
|
* SERVER-52975 Fix use of 'onRollback' callback for collection validator ↵Mihai Andrei2020-11-302-7/+42
| | | | | | options in 'collection_impl.cpp' (cherry picked from commit 459e61631a0f806962fe481aed80363d2d438a04)
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to ↵Huayu Ouyang2020-11-296-9/+13
| | | | | | | skipCheckingForNotPrimaryInCommandDispatch (cherry picked from commit 3cf1349ab81c57d5b2f2002b030c032094a308f5) (cherry picked from commit 6082fef7f23cb6b1ab2228c1f636263b3809d076)
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-11-262-2/+8
| | | | (cherry picked from commit 30acdea3aa54dab658cb76908a8cd9bf35e7762f)
* SERVER-50869 Fix race condition in bgsync when clearing appliedThrough ↵Samy Lanka2020-11-241-0/+16
| | | | | | | during stepUp (cherry picked from commit 4fbb1f65e2ad712f6b4e761d3145191e744b1e7d) (cherry picked from commit c4fd5f392d7e71fe49c84d8b939fa72f4809e48e)
* SERVER-50049 assert.soonNoExcept() should not access ↵Suganthi Mani2020-11-231-12/+21
| | | | | | TestData.traceExceptions for non-resmoke tests. (cherry picked from commit d57c783b60d548c3173058d70343537b6df6c1e9)
* 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/+41
| | | | | | | overflows in ExpressionSubtract (cherry picked from commit 3518bd82e49b6941ee7a2f3a868df40114b0d8fc) (cherry picked from commit 309b631dd16e90e1f3fb8bf3567df1fedc92d715)
* SERVER-43847 Make ReplSetTest's stepUp function resilient to slow machines.Suganthi Mani2020-11-2010-64/+87
| | | | | | | | (cherry picked from commit c5a53e4882bd316dcb37141ccfab56f5acaec8f4) SERVER-49187 Make ReplSetTest.stepUp() robust to election failures. (cherry picked from commit 311b7982f61009fd08bd7b76b1638d62cc8703de)
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-11-2021-124/+408
| | | | | (cherry picked from commit bd320bc2d10cff75756a2c95986cc81ec8a5e7c7) (cherry picked from commit 48089c01bcccc193b1d8dd3c50ae5cb3e072ebed)
* SERVER-32960 Make $mod truncate float values consistently and use long long ↵Nikita Lapkov2020-11-197-42/+283
| | | | for its arguments
* SERVER-50901 Wait for secondaries to be ready in ↵Vesselina Ratcheva2020-11-161-0/+1
| | | | | | RollbackTest.checkDataConsistency (cherry picked from commit 2e2e949943bf3814b6b9871409d59e9641a3cd0d)
* SERVER-46393 Always check client last operation time when computing ↵Cheahuychou Mao2020-11-151-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-121-1/+2
| | | | insert to be in stable checkpoint