summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from ↵slow-ops-backportnehakhatri52019-03-275-1/+118
| | | | | | WiredTiger (cherry picked from commit ba3894493a94ed3c18458f391ff181d57475f010)
* Import tools: 5db0b4a18cc1366ebd368eed8e7c4d426d851f13 from branch v4.0David Golden2019-03-26237-4805/+40231
| | | | | | | | | | ref: ecd6b33eda..5db0b4a18c for: 4.0.8 TOOLS-1163 mongodump/restore mongoexport/import and slashes in collection names TOOLS-2211 Migrate from Evergreen v2 toolchain to v3 toolchain TOOLS-2229 Mongofiles deletes chunks of existing file when failing to put_id with existing _id TOOLS-2233 mongo-tools fails to build with go-1.12
* SERVER-40305 Add logging in max_time_ms.jsCharlie Swanson2019-03-261-0/+4
| | | | (cherry picked from commit 0fcfd17a40ad22973d03b51208ca03a66c010ec5)
* SERVER-39903 notablescan parameter should be ignored for internally usedMartin Neupauer2019-03-262-3/+39
| | | | | | namespaces (cherry picked from commit 18593fe22c55b7a51c44f04a39d30573b0b01873)
* SERVER-40233 Increase transactionLifetimeLimitSeconds from 3 to 24 hoursGregory Wlodarek2019-03-261-6/+6
| | | | (cherry picked from commit eb5136ad33e9821580843be0ac7b981a16cc30c5)
* SERVER-38994 step down on SIGTERMJason Carey2019-03-2514-22/+194
| | | | | | | | Check to see if we've entered shutdown from a shutdown command. If not, and if the replication machinery is up, attempt a shutdown in the style of a default shutdown command. (cherry picked from commit 9f5b13ee93e7eaeafa97ebd1d2d24c66b93cc974)
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ↵Bernard Gorman2019-03-243-411/+447
| | | | | | threshold in currentop_query.js (cherry picked from commit f0653f9963c2d2a597a4472aa065741f4ab17e57)
* SERVER-40094 Do not run change stream tests on ephemeralForTest variantBernard Gorman2019-03-241-1/+1
|
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-226-70/+189
|
* Revert "SERVER-33248 Allow choosing a sync source that we are up to date ↵Tess Avitabile2019-03-2217-319/+150
| | | | | | with if it has a higher lastOpCommitted" This reverts commit 5df9e94b0c4840680d1d17fcf2f04412cf6d70cf.
* SERVER-39580 Skip checking collection UUIDs and repairing the FCV document ↵Gregory Wlodarek2019-03-223-21/+53
| | | | if the data files version is too low
* SERVER-40154 change_streams_resume_at_same_clustertime.js should not assume ↵James Wahlin2019-03-221-5/+5
| | | | | | change order (cherry picked from commit b6958f06004e45baf0fb4b2593dd6bd2e4765279)
* SERVER-39217 SecureTransport with Intermediate CASara Golemon2019-03-224-84/+328
| | | | (cherry picked from commit 987e5fc980b2288371ebd2c133b58466cc646d60)
* SERVER-38644 Handle race condition while enumerating files in testSara Golemon2019-03-221-1/+1
| | | | (cherry picked from commit bebb6e35482fd706cdfd89fe2c70a925faa47d42)
* SERVER-36750 blacklist memory.js on ppc64le in memory variantsGabriel Russell2019-03-222-3/+6
|
* SERVER-35628 check that the android embedded tests report "All tests in all ↵Gabriel Russell2019-03-221-4/+15
| | | | suites passed
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2019-03-221-3/+5
|
* SERVER-37389 Give different messages for different connection failure reasonsJonathan Ma2019-03-221-3/+6
|
* SERVER-35219 Change the sleep on the destination side into a cond var wait ↵Randolph Tan2019-03-206-22/+187
| | | | | | on the donor side of session migration. (cherry picked from commit 6d774652650dff718a8fa89c2bc845c3b11aa051)
* SERVER-40094 Do not prematurely reject resume attempt in ↵r4.0.7-rc1r4.0.7Bernard Gorman2019-03-202-7/+110
| | | | | | DSShardCheckResumability (cherry picked from commit 4fb1c39e803ea1876ac330b80e2ec5a443b29d33)
* SERVER-40195 Pin all Gradle dependenciesMathew Robinson2019-03-181-2/+2
| | | | (cherry picked from commit 1d7bfe5b33d906ca0419d473fcdc598053f76527)
* SERVER-39259 Mobile SE: Adjust SQLite Pragmas for Improved PerformanceMatt Lord2019-03-1610-17/+284
| | | | (cherry picked from commit 0cfc32589d5f6436e83d6d0d290849cf3798cbae)
* SERVER-38942 MMAPv1 variants should exclude the ↵Bernard Gorman2019-03-151-4/+4
| | | | requires_majority_read_concern and uses_change_streams tags
* Import wiredtiger: db5942dc1dc27f35f334ff3fb4d103b0cceb7968 from branch ↵r4.0.7-rc0Luke Chen2019-03-1432-312/+1297
| | | | | | | | | | | | | | mongodb-4.0 ref: 7f85272f91..db5942dc1d for: 4.0.7 WT-4447 Add prototype implementation allowing limiting of IO per subsystem WT-4532 Fix null pointer access to WT_DATA_HANDLE in __wt_page_in_func WT-4547 Consolidate capacity and block manager bytes written WT-4562 Coverity: possible divide by zero conn_capacity:434 WT-4576 Coverity warning in conn_capacity.c WT-4615 Sync backup file before returning backup cursor
* SERVER-35138 service_state_machine will log backtrace for uncaught exceptionsJonathan Ma2019-03-131-4/+2
| | | | (cherry picked from commit ae66e32d6d4f22e8958d5e0b8aa47a2602ce1210)
* SERVER-39830 Fix race between run() and stop() in periodic runnerAndrew Morrow2019-03-131-5/+3
| | | | (cherry picked from commit 481c786acfd066f07dfd18a9dd447e735d2af24b)
* SERVER-38538 Fix thread safety issues in periodic runnersHenrik Edin2019-03-134-14/+15
| | | | (cherry picked from commit 2f7ccbaa6ae394d773834ff8bd1fc9aae3a42287)
* SERVER-40034 Set setup_group_can_fail_task=true for all task groups.Max Hirschhorn2019-03-131-2/+8
| | | | (cherry picked from commit 471ef6b4335dd180a9fd446629a4b068abd6c02e)
* SERVER-39303 Fix several useless Client* checksJason Carey2019-03-121-2/+2
| | | | | | | | The checks performed in functions that are never passed a nullptr and would crash later if null was ever passed. Removing the checks makes coverity happy. (cherry picked from commit e61f7582788f51b2287f179c8f27ec8fa41744f7)
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active ↵Tyler Kaye2019-03-123-0/+22
| | | | | | client operations (cherry picked from commit cdf319123d8e5d3cd169e2a11aec6aea0b951bf1)
* SERVER-40010 Make only FCV 4.0 secondaries ask the primary to flush the ↵Kaloian Manassiev2019-03-123-4/+57
| | | | database cache
* SERVER-39922 Fix lock stats suboperation tests for mobileXiangyu Yao2019-03-122-10/+19
| | | | (cherry picked from commit aa45190a746db0a6cfb413d4766e57cf3f25ee30)
* SERVER-39481 don't expose a MongoStatus constructor in JSGabriel Russell2019-03-122-12/+5
|
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1195-124/+373
| | | | | | | There are likely more JavaScript tests which have been added since r3.6.9 that still need to be tagged. (cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
* SERVER-39490 opWriteConcernCounters can cause undefined behavior due to overflowTess Avitabile2019-03-112-8/+8
| | | | (cherry picked from commit 884ac2862eda54e15d99e4db253b822cb4a90f1d)
* SERVER-38745 convert ↵Benety Goh2019-03-091-28/+37
| | | | | | MigrationDestinationManager::cloneCollectionIndexesAndOptions() to use IndexCatalog::createIndexOnEmptyCollection() (cherry picked from commit 7b85fb049b087fbcb04d6f356a0f7bee9ef48190)
* SERVER-39771 TextMatchExpression crashes instead of serializing in some casesJames Wahlin2019-03-083-104/+111
| | | | (cherry picked from commit 8a9a6071b9aac873689cd777dfb4ed6bbad74e04)
* SERVER-39773 decrease number of updates in rollback_wt_cache_full.jsBenety Goh2019-03-081-1/+2
| | | | (cherry picked from commit 8aec8af7f8fc964a3552cc7026a9de03b677f018)
* SERVER-38414 Blacklist change stream tests from majority read concern off ↵Bernard Gorman2019-03-085-3/+5
| | | | variants on 4.0
* SERVER-38319 fix windows compiler error C2885Benety Goh2019-03-071-3/+3
| | | | (cherry picked from commit 5a6563e7371ee792973ba19af23f7857ceecd546)
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2019-03-0710-149/+296
| | | | (cherry picked from commit 3691388900021034e338786116d60fd4d480a6e7)
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-03-075-5/+16
| | | | (cherry picked from commit 33c750267b6481c0d0320d75c94ef755f3e467fe)
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate ↵Anton Korshunov2019-03-075-6/+154
| | | | | | command sent to mongos (cherry picked from commit 3b4c635f2a3a65a8804232c80a48cdefa3c26b65)
* SERVER-38789 retry ssl_reporting_alert.js for a connection failure on WindowsIsabella Siu2019-03-061-5/+9
| | | | (cherry picked from commit 9b098e1a8f7373418eefd98704a86bd10a1150de)
* SERVER-37179 Wait for specified write concern whenever commitTransaction ↵Siyuan Zhou2019-03-055-38/+167
| | | | | | returns a NoSuchTransaction error (cherry picked from commit 6394bfafd5c42bfeb01b6686498d7fff697d9480)
* SERVER-39823 Free Monitoring may ignore re-register requests on secondariesMark Benvenuto2019-03-056-16/+29
| | | | (cherry picked from commit df3f76da935a45302d7b24b0abe618af6dd34744)
* SERVER-38697 Use process creation time to detect pid reuse.Max Hirschhorn2019-03-051-28/+19
| | | | | | | Changes start_cmd() to use psutil.Popen() rather than subprocess.Popen() in order to cache the creation time of the child process. (cherry picked from commit d43369c671a596ee816f44038fca3423a0a33126)
* SERVER-39946: Better split tasks with lack of historyDavid Bradford2019-03-052-0/+23
| | | | (cherry picked from commit 2957deee8fc4ad595245ddb52013437e6b9ffdbd)
* SERVER-37179 Pull out starting transaction from session checkout and push it ↵Siyuan Zhou2019-03-0424-171/+223
| | | | | | | | | | down to before command execution. This patch redid 248601a647 and 4fb38d9c10 from master on v4.0 branch. Transaction will begin or continue after waiting for read concern. If an error is thrown on starting transaction, it'll be able to wait for write concern if a write concern is specified.
* SERVER-39590 improve port_options.js logfile pollingSara Golemon2019-03-041-19/+14
| | | | (cherry picked from commit 29d91ec77892f8b335bcc07ccf96e3240981ab05)