summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-051-4/+13
|
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-214-18/+87
| | | | (cherry picked from commit 4177d6d22ab3329a8607bf80a62aa03d4fb2c528)
* SERVER-36968 Rebuild interrupted system indexes before checking AuthZN index ↵Patrick Freed2018-11-205-32/+126
| | | | presence
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-11-202-9/+6
| | | | (cherry picked from commit 871f1234c72f3f390f81dc31fd8a95d8bc69cf91)
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-163-102/+106
|
* SERVER-32568 Blacklist migration_sets_fromMigrate_flag.js from the CSRS ↵Kaloian Manassiev2018-11-161-1/+2
| | | | | | continuous stepdown suite (cherry picked from commit a9d076d8642c13859588c3bc111b3c9af08cea2f)
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to ↵Esha Maharishi2018-11-151-35/+0
| | | | | | test something that shouldn't work, but due to a bug in the test, the test passes (cherry picked from commit 2a23784057167cbd74321155fc169cd08f562405)
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to ↵Esha Maharishi2018-11-151-0/+4
| | | | | | replicate after dropping collections (cherry picked from commit 53cfb9e570e831e1388d0b9e24129d6f618ceded)
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-091-2/+2
| | | | (cherry picked from commit 72a0bc78c11f8684a47e0ba135fe25c536cd240e)
* SERVER-28716 Call fsync after setup before calling collStats/dbStats in ↵Randolph Tan2018-11-061-0/+4
| | | | | | jstests/sharding/stats.js (cherry picked from commit dc2e2b281bf7bc89de73c9bb7bf8d587ba40291c)
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ↵Bernard Gorman2018-10-233-0/+96
| | | | | | leading to missing query results (cherry picked from commit e786e3a313b75a1fe8aa233ed09da2d2efbaf613)
* SERVER-37647 Validation hook sets FCV to 3.4 no matter what version it ↵Xiangyu Yao2018-10-231-6/+7
| | | | currently is
* SERVER-36756 Log the githash of the 10gen/jstestfuzz repository when the ↵r3.4.18-rc0r3.4.18Jonathan Abrahams2018-10-231-0/+4
| | | | | | fuzzer's self-tests fail (cherry picked from commit 33e3be539cd460e64bf7fb00712e58ce2d8d8ecd)
* SERVER-37064 Wrap "mongod_flags" onto multiple lines for readability.Max Hirschhorn2018-10-201-4/+46
| | | | (cherry picked from commit 629c742354ade2feb4462665ffb0efc8091fb7d3)
* SERVER-36747 ssl_client_certificate_warning_suppression.js - wait for log ↵Mark Benvenuto2018-10-191-0/+12
| | | | | | message (cherry picked from commit 4ccfc88d91836d1fa5bbe7868dc2994f66a66a12)
* SERVER-36435 Remove kReplDefaultTimeoutMS.Justin Seyster2018-10-151-7/+5
| | | | | Tests should, generally, not be accessing global const values like kReplDefaultTimeoutMS. This change removes that const.
* SERVER-35109: Enable signal processing in perf.ymlJim OLeary2018-10-151-3/+42
| | | | (cherry picked from commit 4d84289d1745fa9e5cdb14ae753e1eaa493abdaf)
* SERVER-37610: Use unique coll name in update_numeric_field_name.js to avoid ↵Nick Zolnierz2018-10-121-1/+1
| | | | | | clashing in parallel suite (cherry picked from commit fc5c06574b885d9e0655e153d6e799616baada21)
* SERVER-37058: Update with numeric field names inside an array can cause ↵Nick Zolnierz2018-10-113-1/+75
| | | | validation to fail
* SERVER-37437: longevity missing platform expansion.Jim OLeary2018-10-111-0/+1
| | | | (cherry picked from commit f3f9faf3676013e850abfa791cae66ec938ae223)
* SERVER-37130 Add TLS version counting to mongosMark Benvenuto2018-10-101-0/+1
| | | | (cherry picked from commit 55521fda85e7b4d7b84c62661987e56b29255d17)
* SERVER-37425 Change batchtime to 1 year for longevity builders.Max Hirschhorn2018-10-091-2/+6
| | | | (cherry picked from commit f30599c506faf40a862bce8e9f309083b3214c59)
* SERVER-37424 Change batchtime to 1 week for all sys-perf builders.Max Hirschhorn2018-10-091-1/+1
| | | | (cherry picked from commit 21fa79da013c0e7906e78c9dc5493a3c61562359)
* SERVER-37367 Make Notification::waitFor interruptibleJack Mulrow2018-10-082-8/+6
|
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before ↵Tess Avitabile2018-10-051-10/+7
| | | | | | running tasks (cherry picked from commit fb4e163ff4a8ce5057b66b24f41f1bf193e2058c)
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-051-1/+3
| | | | | | | | The members that have been reversed have an ownership-awareness dependency which needs to be honored in order to prevent certain races in shutdown of the `ReplicaSetMonitorManager`. (cherry picked from commit f53b6852add200b7431a77a41e0d10c003706925)
* SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to ↵Xiangyu Yao2018-10-053-58/+88
| | | | | | collection validation hook (cherry picked from commit bdb7951bc48accda8368f5893bdf2627fc2588bf)
* Import tools: 38376e791d2c264b377ba3115344c860c146e0b2 from branch v3.4David Golden2018-10-042-1/+4
| | | | | | | ref: a486a2aad1..38376e791d for: 3.4.18 TOOLS-2102 Mongorestore does not check for errors decoding the oplog.bson file
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-10-0111-48/+250
| | | | | | | | | | | | | This patch attempts to improve how quickly a secondary node in steady state replication detects that its current sync source has failed or become partitioned and tries to select a new sync souce. The speed of this process can significantly impact how long it takes for a new primary to begin committing majority writes after a previous primary has failed or become partitioned from the replica set. This patch improves on the old behavior by reducing the number of fetcher restarts to 1, and also reducing the oplog 'find' request timeout used on a restart. (cherry picked from commit 2c6614c3bd716fb9ccaad1f7c68e9eb490ed1df6)
* SERVER-37333 applyOps builds background indexes in the foregroundBenety Goh2018-10-012-0/+59
|
* Revert "SERVER-37333 applyOps validates both background and foreground ↵Benety Goh2018-09-282-65/+1
| | | | | | indexes for system.indexes inserts" This reverts commit 606ed0eda1b0e3f0da66d63fd8a2e262cd0edc8b.
* SERVER-37333 applyOps validates both background and foreground indexes for ↵Benety Goh2018-09-282-1/+65
| | | | system.indexes inserts
* SERVER-36944 applyOps uses applyOperation_inlock() for system.indexes insertsBenety Goh2018-09-252-36/+19
| | | | | (cherry picked from commit bf2cfbd09d6695e2c84b295c3aa539adaf6496a8) (cherry picked from commit 8fe372afcbad4cd67d46f993291bdc090423caa6)
* SERVER-36944 add characterization test for applyOps index creationBenety Goh2018-09-251-0/+58
| | | | | (cherry picked from commit 72ff3cb4ee0082e4310505fb10e32eaa133cb0a6) (cherry picked from commit 0e65a5855d5af2f08d8fcc330adfd7a3bb31a7b4)
* SERVER-37152 Increase write concern timeouts for writes expected to succeed ↵William Schultz2018-09-241-9/+9
| | | | | | in tags.js (cherry picked from commit 17af0c46faacd8bcd7dd99cfc668011e7911e18c)
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-09-241-34/+56
|
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-203-2/+63
| | | | | | (cherry picked from commit 1070aa3880ac73bc1923b44a372c61c209a35f61) Set parameter name mapped from tls* to ssl*
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections ↵Sara Golemon2018-09-204-3/+101
| | | | | | | | separately (cherry picked from commit 17ccef2b9f0c71b60d31b84b8824215ff87f03aa) Option names mapped from tls* to ssl*
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-181-1/+1
|
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-179-31/+257
| | | | (cherry picked from commit 078d6b49548d90880556af6f55e3baf8b4709917)
* SERVER-37127: Update sys-perf baselinesdalyd2018-09-141-1/+1
|
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-122-8/+21
| | | | (cherry picked from commit cf3e9512586e2538833b248895cd14844f5fbd65)
* SERVER-28251 Fix race condition in index_killop.jsXiangyu Yao2018-09-112-16/+13
| | | | (cherry picked from commit 6a416de4330d6368ea77bace41e297082e8cf3bd)
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-09-1010-10/+96
| | | | (cherry picked from commit 2cc9396586e771a0484a4017bf3f126098818d2b)
* SERVER-37010 Prevent unexpected elections in initial_sync4.js and ↵Spencer T Brody2018-09-102-2/+7
| | | | | | initial_sync_rename_collection*.js (cherry picked from commit 70a2ad8b39624a5ecb82bfa53e41eeb1ba2e3cdb)
* SERVER-37041 Skip more eval tests in parallel suiteCharlie Swanson2018-09-071-5/+3
|
* SERVER-26915 double the auto-balancing time limit in jumbo1.js so it doesn't ↵Dianna Hohensee2018-09-071-1/+1
| | | | | | time out anymore in the config stepdown suite (cherry picked from commit 9f317c119bef0a66ca1a2ed6617df87b2ed557d4)
* SERVER-28095 Clearing the dmesg buffer should not errexit in evergreen.ymlJonathan Abrahams2018-09-061-3/+0
| | | | (cherry picked from commit 54f3fff857ac66be0cdca5a4ddce9f87a0d80e6a)
* SERVER-36479 Don't redact planSummary in logsr3.4.17-rc0r3.4.17Kelsey Schubert2018-08-295-17/+17
| | | | (cherry picked from commit f19a83eb8aedfe11dc2ac7ac454f3eb51b5a86cb)
* SERVER-27725 Use batch insert when migrating chunksKaloian Manassiev2018-08-295-64/+67
| | | | (cherry picked from commit b20b8c2a6930a43004c776f011212af2f2fcd59a)