summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: b11ed312cedb905dec49dd2c9c262fabf64d13cd from branch ↵r3.2.10Alex Gorrod2016-10-26165-2804/+5215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mongodb-3.2 ref: 9cf2f89d6d..b11ed312ce for: 3.2.11 WT-1592 Dump detailed cache information via statistics WT-2403 Enhance random cursor implementation for LSM trees WT-2831 Skip creating a checkpoint if there have been no changes WT-2858 rename wtperf's CONFIG structure WT-2880 Add support for Zstandard compression WT-2895 Reduce the runtime of make check testing with disable long WT-2904 Fix a bug where the reported checkpoint size could be many times data size WT-2907 Bug in Java ConcurrentCloseTest case WT-2917 split wtperf's configuration into per-database and per-run parts WT-2920 Add statistic tracking application thread cache maintenance time WT-2931 Configure default in-memory dirty cache usage lower WT-2932 Allow applications to selectively ignore cache limit with in-memory configuration WT-2933 Fix a race between named snapshots and checkpoints WT-2937 test_inmem01 aborts due to stuck cache WT-2938 Assembly files should end in .sx, not .S WT-2941 Improve test/format to use faster key-generation functions WT-2942 verbose strings don't need newline WT-2946 dist/s_docs incompatible with OS X Xcode installation WT-2948 simplify error handling by making epoch time return never fail WT-2949 Add an option to wtperf to not close connection on shutdown WT-2950 Inserting multi-megabyte values can cause large in-memory pages WT-2954 Inserting multi-megabyte values can cause large in-memory pages WT-2955 Add statistics tracking the amount of time threads spend waiting for high level locks WT-2956 utility tests -h option is always overridden by the default setup WT-2959 Ensure WT_SESSION_IMPL is never used before it's initialized WT-2963 Race setting max_entries during eviction WT-2965 test_wt2323_join_visibility can hang on OSX WT-2974 lint WT-2976 Add a statistic tracking how long application threads spend doing I/O WT-2977 Csuite LSM Random test can occasionally fail WT-2985 Race during checkpoint can cause a core dump WT-2987 Fix a bug where opening a cursor on an incomplete table drops core WT-2988 __wt_epoch potentially returns garbage values.
* SERVER-26231 Remove printShardingStatus call from bouncing_count.jsSpencer T Brody2016-10-251-2/+0
| | | | (cherry picked from commit ff3384c5e07cc0e66ad272cc7cdf2d0125490df1)
* SERVER-22472 wait longer for write concern, for slow hostsEric Milkie2016-10-241-1/+1
| | | | (cherry picked from commit 919e56ef3ad34bedb23b9a2590f312c862179d93)
* SERVER-26439 Don't time out too quickly in wt_nojournal_skip_recovery.jsGeert Bosch2016-10-241-8/+11
|
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ↵samantharitter2016-10-244-8/+57
| | | | NetworkInterfaceASIO
* SERVER-26647 Log additional timeout information in NetworkInterfaceASIOsamantharitter2016-10-241-4/+6
|
* SERVER-25486 increased wait time in slavedelay1.js to check replication delayBenety Goh2016-10-211-2/+2
| | | | (cherry picked from commit 89ad6607354bb9b548c5f38ce5043076645660e3)
* SERVER-26296 oplog_replay_on_startup.js should skip fatal tests when ↵Judah Schvimer2016-10-191-0/+8
| | | | | | journalling is off (cherry picked from commit f92459e715201b03cd78fafaf71f5eb12525e7d5)
* SERVER-26689: Updated system-perf.yml and longevity.yml to use updated ↵dalyd2016-10-192-9/+5
| | | | | | setup-cluster.sh (cherry picked from commit 6e56f3f3cadc94dae09209df01098f8319835f19)
* SERVER-26365 Make mergeChunks use collection version for applyOps preconditionKaloian Manassiev2016-10-183-77/+117
|
* SERVER-26652 - reformat systemd service commentsErnie Hershey2016-10-181-7/+14
| | | | (cherry picked from commit 806c7d65cc2c5f676ac3fa94a6c9f01689197fc4)
* SERVER-26406 sys-perf: Use --task, not --task_name, in all analysis scripts.Henrik Ingo2016-10-181-1/+1
| | | | (cherry picked from commit 7862cc37887855dc763975d77a00d8bd89f40eb4)
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-10-1734-335/+960
| | | | | | | | | | Manual backport of 34c6c691a038eac1ac3ee16e1eedc54aab964774 along with fixes and tests from: b5d2b06f8a08171fd96ef8d128c4f7ecedcb8f93 dc83fb0433fcae6e72f035df7458473b59223eb5 fec839b99f4b9e08016112fe8b9492e327af91b8 bf86770c8a5de97b30bc008ad59e34de99065c60
* SERVER-25715 in shutdown, delete WiredTigerSessions w/o closing the ↵Mathias Stearn2016-10-171-4/+7
| | | | | | underlying WT_SESSION (cherry picked from commit 8018f3bedcb6fb321d1581a47e8c471b31526926)
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-10-1711-53/+88
| | | | (cherry picked from commit b06901cd83b2a985aa50f9a699f3d63dcd28476d)
* SERVER-25546 move slaveDelay handling into tryPopAndWaitForMoreMathias Stearn2016-10-173-87/+63
| | | | | (manual backport of abcff3a9188bbd2f355a329a04789f41e936ba2d with the fix from 6f96fbe7008283d458e7f72063e954c0fac2cc1c)
* SERVER-26146 clean_shutdown_oplog_state.js should use ReplSetTest.initiate()Mathias Stearn2016-10-171-1/+1
|
* SERVER-26406 sys-perf, perf: Add Evergreen task to the post test analysis ↵Henrik Ingo2016-10-172-2/+2
| | | | | | override json files (cherry picked from commit cfb4014c9265992c8760e37938198d7dd8a38b7e)
* SERVER-24662 Remove PCRE 8.38Mark Benvenuto2016-10-14128-80439/+0
| | | | (cherry picked from commit 52c31b56459607bbebd9c6f7b70d2b4f4ba55f76)
* SERVER-24662 PCRE 8.39 Build IntegrationMark Benvenuto2016-10-145-1/+822
| | | | (cherry picked from commit 55ba9db94c39b48c6c28ef6ca3aba45c11bfd74f)
* SERVER-24662 PCRE 8.39 SourceMark Benvenuto2016-10-14124-0/+80789
| | | | (cherry picked from commit 392cfc00de5695cadcf96ac5b2766fa9f0bf2df6)
* SERVER-24662 PCRE 8.39 Import Script UpdateMark Benvenuto2016-10-141-16/+44
| | | | (cherry picked from commit ed0af84b314a4f89ff9f46064feca34e8bb79c31)
* SERVER-26564: update curator releaseSam Kleinman2016-10-141-1/+1
| | | | (cherry picked from commit 4b06a21895f292f45f58659a2e674d4e80e65614)
* SERVER-26465 Log somap info when doing heap profilingBruce Lucas2016-10-131-0/+4
| | | | (cherry picked from commit 8410a7cd7d145d5923f9b5ebc9672e612e6fcc1d)
* SERVER-26286 fix lintEsha Maharishi2016-10-111-4/+1
|
* SERVER-26286 rewrite addshard2.js to shut down each replica set or ↵Esha Maharishi2016-10-111-123/+188
| | | | standalone after testing it
* SERVER-26167: Remove mongo-perf wiredTiger mmap comparison variantsdalyd2016-10-101-245/+0
| | | | (cherry picked from commit f8ea4943799598a143e2a918b5305d74d49ca858)
* SERVER-26484 Blacklist sharding/jumbo1.js form sharding continuous csrs ↵Andy Schwerin2016-10-071-0/+1
| | | | | | stepdown suite This test starts the balancer by doing a non-retryable config server write.
* SERVER-26477 Use non-throwing variant of asio::basic_socket::cancelsamantharitter2016-10-064-5/+16
|
* SERVER-24055 increase wtimeout in chaining_removal.jsJudah Schvimer2016-10-061-1/+1
| | | | (cherry picked from commit 73836ed5ae3b91f2bdcd9c32e9f311482f22e4f3)
* SERVER-26459 use AutoGetCollection instead of AutoGetOrCreateDb in the ↵Esha Maharishi2016-10-051-1/+1
| | | | RangeDeleter
* SERVER-25919 make asio stress test less stressfulMatt Cotter2016-10-051-2/+2
|
* SERVER-25919 rewrite asio stress testMatt Cotter2016-10-052-85/+90
|
* minor: fix lintMatt Cotter2016-10-051-5/+8
|
* SERVER-24168 Increase tolerance of random sampling tests.Charlie Swanson2016-10-051-5/+7
| | | | | | | | SampleRandomCursorBasics::MimicNonOptimized has failed a couple times with values that were close to the acceptable cutoffs. This commit increases the acceptable cutoffs. (cherry picked from commit 461ee5376cbe09cb5c0c4b1db118a3d5a5973a7e)
* Revert "SERVER-25919 rewrite asio stress test"Benety Goh2016-10-052-90/+85
| | | | This reverts commit 15bdad6f352cbc23cef3338fd57d61ac00cc6149.
* Revert "SERVER-25919 make asio stress test less stressful"Benety Goh2016-10-051-2/+2
| | | | This reverts commit b114c68f6c5b8c386974922b1f4aff3bc06d9976.
* Revert "minor: fix lint"Benety Goh2016-10-051-8/+5
| | | | This reverts commit 84794aba3c9eb3f7d96c6fec99e967dba7a62aaa.
* minor: fix lintMatt Cotter2016-10-041-5/+8
|
* SERVER-25919 make asio stress test less stressfulMatt Cotter2016-10-041-2/+2
| | | | (cherry picked from commit bb4ab61013c56be2d1a036b6e90a60209b3ca974)
* SERVER-25919 rewrite asio stress testMatt Cotter2016-10-042-85/+90
| | | | | | | | The old test introduced a thread pool and deffered objects in the test itself, which was often the bottle neck and therefore a poor stress test of the actual system. (cherry picked from commit 9dd6ba84b674356bf9a31ce416a383c8d559fcbd)
* SERVER-26309 for renamed tests, change test name in blacklists to matchEsha Maharishi2016-10-041-2/+2
|
* SERVER-25312 Check for Null embedded malformed config stringSulabh Mahajan2016-10-042-0/+65
| | | | (cherry picked from commit 160344c5862ce31097253ebe55307d44c074e674)
* SERVER-25994: Make applyOps work without universal privilegesSpencer Jackson2016-10-035-17/+442
|
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-10-0319-81/+369
|
* SERVER-26142 disable timing checks in election_timing.jsBenety Goh2016-09-301-10/+2
| | | | (cherry picked from commit 4df2c88f48426b3692d8bf507dda02753d0c5785)
* SERVER-26309 also enable autosplit in authCommands.jsEsha Maharishi2016-09-292-3/+9
|
* SERVER-26309 Disable auto splitting in ShardingTest by defaultEsha Maharishi2016-09-2925-37/+78
|
* Import wiredtiger: 9cf2f89d6d95e1de797f05ab1fef28695f8bae7b from branch ↵r3.2.10-rc2r3.2.10Ramon Fernandez2016-09-2633-194/+342
| | | | | | | | | | | | | | | | | | mongodb-3.2 ref: bb18c43915..9cf2f89d6d for: 3.2.10 WT-2864 Reconfiguring the checkpoint server can lead to hangs WT-2874 Change test_compact01 to avoid eviction WT-2918 The dist scripts create C files s_whitespace complains about WT-2919 Don't mask error returns from style checking scripts WT-2921 Reduce the WT_SESSION hazard_size when possible WT-2923 heap-use-after-free on address in compaction WT-2924 Ensure we are doing eviction when threads are waiting for it WT-2925 WT_THREAD_PANIC_FAIL is a WT_THREAD structure flag WT-2926 WT_CONNECTION.reconfigure can attempt unlock of not-locked lock WT-2928 Eviction failing to switch queues can lead to starvation
* SERVER-26264 fail gracefully when attempting to join a cluster with ↵David Storch2016-09-234-0/+28
| | | | featureCompatibilityVersion 3.4