summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: d437e51e78120ab2999ffe40c0b6d46f3f878126 from branch ↵r4.4.1-rc1Luke Chen2020-08-248-114/+47
| | | | | | | | | mongodb-4.4 ref: 9c79fedf12..d437e51e78 for: 4.4.1 WT-6611 Revert enhancement allowing rename and incremental backup
* SERVER-50447 fix ismaster.js ticket dependencies in backports ymlPavi Vetriselvan2020-08-211-2/+2
| | | | (cherry picked from commit 5e03a3a6760248454c3d17a7275b6d2eba25bf78)
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2020-08-214-0/+142
| | | | (cherry picked from commit 2ffaa9d4efefffc7045b6b47d9380299b28dfd7a)
* SERVER-50277 missing 'start server' invocation on insert microbenchmarkRyan Timmons2020-08-211-0/+1
|
* SERVER-47604 Don't log that index build failed if it continues in the ↵Samy Lanka2020-08-211-7/+11
| | | | | | background due to a repl state transition (cherry picked from commit 5eb282fc586d7ba55587346c014d2610937c03a8)
* SERVER-49389 Log 'Index build: initialized' less oftenSamy Lanka2020-08-211-0/+4
| | | | (cherry picked from commit 92d185d3d1c7593c0f7653e42d6ee04d629aaaf2)
* SERVER-48658 Stop logging QueryPlanKilled error in TTL monitorSamy Lanka2020-08-211-0/+5
| | | | (cherry picked from commit c0c6890f477a9faa239dada415259fe57a2c6d7b)
* SERVER-50277 Performance Yaml Cleanups pt 1Ryan Timmons2020-08-212-1222/+1067
|
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to ↵Pavi Vetriselvan2020-08-204-10/+35
| | | | | | printSecondaryReplicationInfo() (cherry picked from commit 996dcdc3d96346d71f012388eccc79c691619340)
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-08-206-84/+198
| | | | (cherry picked from commit e9d2fbd27574714fc3c2db7cd45d413b7fbd4718)
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-2010-8/+262
| | | | (cherry picked from commit eee49c64cdeb8fa95704b9a316b779eb5eb9800c)
* SERVER-47844 Add the ability to get the initialDataTimestamp from the ↵William Schultz2020-08-207-0/+27
| | | | | | storage engine interface (cherry picked from commit 1408e1b8a5392a9001ee598b5cec66afc4e1cf77)
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-08-203-7/+23
| | | | (cherry picked from commit 8d495ce686890719e96c66ee6f3d1ddbf7704e78)
* SERVER-50277 Bring 4.4 perf evergreen yamls up to latest masterRyan Timmons2020-08-202-0/+394
|
* SERVER-48525 Forbid dropping config.transactions when there are prepared ↵Vesselina Ratcheva2020-08-202-1/+23
| | | | | | transactions (cherry picked from commit d520082a3f8568b9303ab7e37c111d436d1dd50b)
* SERVER-49297: do not stop monitoring standalone nodeLaMont Nelson2020-08-209-6/+82
| | | | (cherry picked from commit 0d073ced6c2d652a6543f580390ce3637a280f3c)
* SERVER-49527-44Judah Schvimer2020-08-203-1/+66
|
* SERVER-50178: Add logging to ↵XueruiFa2020-08-201-3/+17
| | | | | | initial_sync_nodes_maintain_and_gossip_commit_point.js (cherry picked from commit 532b225f7448bc04bc404a1dcad1a9dfdfec046a)
* SERVER-47263 dryrun election failure logging - removed inaccurate portion of ↵PV992020-08-201-1/+1
| | | | | | log message (cherry picked from commit e24e32fc7e4fc69c856ba8999163c1aa40d32b4c)
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-08-209-2/+105
| | | | (cherry picked from commit 6cbc99ea5517e481566503bbd6bef95632f2ad25)
* SERVER-49676: Coverity analysis defect 115809: Uninitialized scalar fieldXueruiFa2020-08-201-1/+1
| | | | (cherry picked from commit c7a2fabced047bb9d2a368a471dbec8cd1853da3)
* SERVER-47859 Add more logging to shutdownTaskTess Avitabile2020-08-201-0/+51
| | | | (cherry picked from commit 37d116bae1fe111e673399e8361ec9af1cf0be2a)
* SERVER-47612 make storing the LastVote uninterruptibleJudah Schvimer2020-08-201-4/+6
| | | | (cherry picked from commit deebdeecd08b5e0063fa4fd275752eebe4c27bda)
* SERVER-48979: Fix race between config propagation and election in ↵Lingzhi Deng2020-08-201-32/+31
| | | | | | change_stream_stepdown.js (cherry picked from commit 07ba071d6483606335527d50f053ed0159bc14c6)
* SERVER-48965: Make update_and_bulk_insert.js less heavyLingzhi Deng2020-08-201-1/+1
| | | | (cherry picked from commit b14bd0d8b51fe99640eebe55b256050d55ced56e)
* SERVER-48107: Retry replSetStepDown in rollback_test.jsXuerui Fa2020-08-201-1/+4
| | | | (cherry picked from commit 5edffc61e61b004811d7cde7728d9908aff4acc5)
* SERVER-49922: Make schema_validator_with_expr_variables.js less heavyXueruiFa2020-08-201-0/+1
| | | | (cherry picked from commit ad6221ad00d919e143213dcb78f7acec851b6cc6)
* SERVER-48982 Respond to heartbeats until reconfig thread finishes in ↵Ali Mir2020-08-201-6/+10
| | | | | | StepdownShouldInterruptConfigWrite (cherry picked from commit 5a19643afe9881a3a8178a027779b704984b8067)
* SERVER-48975 increase additional isSelf logging to default log levelPavi Vetriselvan2020-08-201-4/+16
| | | | (cherry picked from commit e87c4aea91ba223d9a3f59dd776c8dd45adb341e)
* SERVER-48776 remove config term/version check in quorum checkerPavi Vetriselvan2020-08-203-144/+13
| | | | (cherry picked from commit 1c3532ee1941e37f934f6c14bdc7786619d6b258)
* SERVER-49683 catchup_takeover_two_nodes_ahead.js should use ↵Pavi Vetriselvan2020-08-201-3/+3
| | | | | | initiateWithHighElectionTimeout() (cherry picked from commit 3bfbd4f8add70ec14a71f6907bafe20f648fc4bc)
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster ↵Pavi Vetriselvan2020-08-2015-111/+181
| | | | | | aliases (cherry picked from commit 9a4be902441496be7ef40e5404a91ac30dc81f77)
* SERVER-50362 Add resilience to repeat execution for multiversion tag generationCarl Raiden Worley2020-08-193-18/+80
|
* SERVER-47933 runtime attr unique checkBilly Donahue2020-08-193-0/+51
| | | | | | Recommit: handle pre-init testing proctor (cherry picked from commit 07deced6b3fa2f5927bb33bd4940cc60d6bc4607)
* SERVER-48341 Remove requires_fcv_44 from tests blacklisted under SERVER-48307Esha Maharishi2020-08-193-6/+3
|
* SERVER-48708 Remove TODO listed in SERVER-46726Amirsaman Memaripour2020-08-192-4/+1
| | | | (cherry picked from commit 01707971319a5970604c20598f286b2e1882a682)
* SERVER-46726 Using testing proctor to control diagnostics in "db/repl"Amirsaman Memaripour2020-08-195-9/+6
| | | | (cherry picked from commit ca520c2222a31734bb1ff9523941c86e55f283b5)
* SERVER-46726 Make multiversion tests work with the new parameterAmirsaman Memaripour2020-08-194-14/+14
| | | | | | This patch addresses issues concerning running mongos in multiversion tests. (cherry picked from commit 87de9a0cb1e898d7b49c04558e60c40103ee1d8f)
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-08-1914-17/+7
| | | | (cherry picked from commit 674a5f6015ca455f47af4a3b0ebed4b8a9281b8d)
* SERVER-46726 Using testing proctor to control diagnostics in "db/storage"Amirsaman Memaripour2020-08-194-8/+9
| | | | (cherry picked from commit ac9c07e1014ec0ab28ec90522c8d5043c4bacbc8)
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-08-1924-41/+319
| | | | (cherry picked from commit 1ba3f68f27682084fde335a1cd7f929f1f572a10)
* SERVER-45260 replace verify with uassert in shell_utils_launcherBilly Donahue2020-08-182-20/+25
| | | | (cherry picked from commit dfe28134f9b76ecc1d1a938c46b689a71bcf3c33)
* SERVER-47518 StaticImmortal<T>Billy Donahue2020-08-183-0/+236
| | | | (cherry picked from commit 59b1b711a622b6b1b77accbe459b064e52d45375)
* SERVER-48952 Improve stacktrace-related log messagesBilly Donahue2020-08-183-44/+45
| | | | (cherry picked from commit d762cdf64d1250aea0a54c7d94a62bccc7106e09)
* SERVER-49126 Allow NetworkInterfaceIntegrationTest to be an internalClientBen Caimano2020-08-181-5/+21
| | | | | (cherry picked from commit 79177a84f8f176a7ce94b6506efbee22590aa2cc) (cherry picked from commit f72268197eb8845b11ea24dcf458db4a0c463034)
* SERVER-47892 DiagnosticInfo should use Client to acquire timestampsBen Caimano2020-08-183-12/+22
|
* SERVER-48204 Improved assertions in mirror_reads testAndrew Chen2020-08-181-1/+6
|
* SERVER-47598 Refactor ICECC_VERSION handlingAndrew Morrow2020-08-183-5/+573
| | | | (cherry picked from commit 0662433ac038f4f3cf137a1be30ca245c180e990)
* SERVER-47775 Log failure to collect stacktrace at error levelAmirsaman Memaripour2020-08-181-1/+0
| | | | (cherry picked from commit 5b877cc1bc76fffc70261808c13807bb46ddc05b)
* SERVER-47775 Log failure to collect stacktrace at error levelAmirsaman Memaripour2020-08-181-4/+2
| | | | (cherry picked from commit 5b877cc1bc76fffc70261808c13807bb46ddc05b)