summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump tools to 3.2.1r3.2.1-rc0Ernie Hershey2015-12-171-1/+1
|
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-175-56/+94
| | | | | (cherry picked from commit 06ff25a41c6ac560c5b9d2fc6a32c13b1346c48d) (cherry picked from commit ac919e016150819dde59f21c2e6327e5f24754bd)
* Revert "SERVER-21930 - Restart oplog query if oplog entries are out of order"Scott Hernandez2015-12-175-88/+56
| | | | | | This reverts commit 06ff25a41c6ac560c5b9d2fc6a32c13b1346c48d. (cherry picked from commit 9ef32d72f37319fabf49296671b6fd1c23ecb46c)
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-175-56/+88
| | | | (cherry picked from commit 06ff25a41c6ac560c5b9d2fc6a32c13b1346c48d)
* SERVER-21868 Shutdown may not be handled correctly in oplog application.Siyuan Zhou2015-12-171-4/+14
| | | | (cherry picked from commit ac70c5eb4d987702535ad6c00ab980de5873cdf4)
* SERVER-21923 Propagate ReplSetTest.awaitSecondaryNodes timeout valuesKamran Khan2015-12-171-1/+1
| | | | | | | | Previously, the supplied timeout would not be propagated to the getPrimary call, which could result in shorter timeouts for awaitSecondaryNodes and initiate calls. (cherry picked from commit c0e329b959a34e5c80bcbd3f4d77764cc1aa920d)
* SERVER-21920 Use next_random_sample_size when sampling the oplog.Max Hirschhorn2015-12-162-6/+20
| | | | | | | This allows the random cursor to account for skew in the WiredTiger B-tree when taking samples for oplog stones. (cherry picked from commit 4463e0366bac5874e4c527b88f25045d544850a5)
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-75-gdecd916.tar.gz from ↵Dan Pasette2015-12-1626-164/+378
| | | | | | | | | | wiredtiger branch mongodb-3.2 ref: 197eef0..decd916 48e1343 WT-2262 Have random sampling walk the tree so it isn't biased in skewed trees. eb838c7 WT-2260 Avoid adding internal pages to the eviction queue. a695751 WT-2258 WiredTiger preloads pages even when direct-IO is configured.
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-158-68/+235
| | | | (cherry picked from commit 95c072ee0a3efd3ecf188ed508d95fe236b05d48)
* SERVER-21772 remove dead method CurOp::setDbProfileLevelDavid Storch2015-12-151-4/+0
| | | | (cherry picked from commit 840252b2676ff42303acb7e1ebb7887a2e924d78)
* Revert "SERVER-20991 Change WiredTiger caching strategy on Windows"Mark Benvenuto2015-12-152-4/+0
| | | | This reverts commit 884644ac56de2edc2223b75ceabe9e1a6fef6dab.
* SERVER-21724 Let backup role read system.profileSpencer Jackson2015-12-153-4/+28
| | | | (cherry picked from commit 21bcf6b127c1bb24e74845327e8d20df26e560bc)
* SERVER-21704 JS Test single_node_config_server_smoke has race conditionRandolph Tan2015-12-151-1/+2
| | | | (cherry picked from commit 9f8d1f830e8f7bf18d05788fcca32d9972ed14d2)
* SERVER-21901 CheckReplDBHash checks wrong node when printing missing docsKamran Khan2015-12-151-2/+2
| | | | (cherry picked from commit 1ef94fe1099da7b6396bf9c0ddf93747c8b80f2a)
* SERVER-21890 Allow realm to be set in SSPI shellSpencer Jackson2015-12-153-0/+15
| | | | (cherry picked from commit 4b37c81ddfd33f550f2f42e1a14a56e427620db4)
* SERVER-21864: streamline use of expansions in package signingSam Kleinman2015-12-141-4/+4
|
* SERVER-21793: fix expansion script for 3.2Sam Kleinman2015-12-141-2/+2
|
* SERVER-21706 error when mapReduce outputs to config or admin dbMisha Tyulenev2015-12-142-0/+24
| | | | (cherry picked from commit 3e1a3872c996fcc72c8cf20ea38e9fe86a11caa4)
* SERVER-21050 Make the 'causedBy' reports more descriptiveKaloian Manassiev2015-12-142-6/+2
|
* SERVER-21050 Lower verbose WT loggingKaloian Manassiev2015-12-142-4/+4
|
* SERVER-21885 Make capped_truncate.js work with resmoke.py --repeatKamran Khan2015-12-141-3/+6
| | | | | | | | Previously, the test assumed that a collection would not exist prior to calling 'create' on it. The collection is now dropped beforehand to ensure this condition is true. (cherry picked from commit 30d55cccf89160749c401e19fdc9872e24b01ef2)
* SERVER-21824 Remove kmip.js from blacklistSpencer Jackson2015-12-141-3/+0
| | | | (cherry picked from commit e946c39948fd2baf82713b52517d91d54d18e463)
* SERVER-21795: Do not reschedule more than one liveness timeout callback at a ↵Scott Hernandez2015-12-144-4/+110
| | | | | | time (cherry picked from commit 5ab583935e048522d2129ab11f6c485a59dee7df)
* SERVER-21076 Add jstest for mapReduce and aggregation properly handling ↵Spencer T Brody2015-12-142-1/+65
| | | | | | shard versioning (cherry picked from commit 62f3810a0a28007df14bd4e3f5a3282ab01a60c7)
* SERVER-21871 Do not run min_optime_recovery.js on ephemeralForTest storageEngineRandolph Tan2015-12-141-0/+4
| | | | (cherry picked from commit eb833081504ce0452c0f438d0218bc01f467eaec)
* SERVER-21870: Add space between "supports" and "snapshots" in error messageHannes Magnusson2015-12-131-1/+1
| | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> (cherry picked from commit 0d715aae5c0efa8cd0dd4d2971f1b247cfc814b1)
* SERVER-21050 Fix broken replsetrestart1.jsKaloian Manassiev2015-12-111-2/+2
|
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-115-37/+82
| | | | | | | Having identifier associated with each request allows us to trace requests throughout the ASIO network threads. This change doesn't fix the bug, but makes investigation easier.
* SERVER-21852 fix more flakiness in kill_cursors.jsDavid Storch2015-12-111-17/+32
| | | | (cherry picked from commit 0ce05c7d8c4a7b309c9792d4350db680bdd7096d)
* SERVER-21665 Suppress tar output in jstestfuzz tasksJonathan Abrahams2015-12-111-1/+1
| | | | (cherry picked from commit 1aa857bb877d31ade92b5f6b91ad99a845978446)
* SERVER-21768 Remove the 'numCollections' field from dbHash's responseJonathan Abrahams2015-12-113-4/+6
| | | | (cherry picked from commit 9689f7e884c6c80f76c35f983e68a7fec8b27969)
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-115-2/+53
| | | | | | | | --Omit ntoreturn and ntoskip from the getMore command log line. --Add nreturned to the getMore command log line. --Upconvert OP_GET_MORE profiler entries to match getMore cmd. (cherry picked from commit bb7e1e539da115da4ee1146c79e47c23109dce95)
* SERVER-21848 CSRS catalog manager should not allow batch writes greater than 1Kaloian Manassiev2015-12-112-51/+59
|
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-1150-248/+227
| | | | | Makes all JS tests access the replica set member state from the class itself instead of the object instance. Also removes some unused code.
* SERVER-21164 Use throw instead of assert in rslib.js wait loopJonathan Abrahams2015-12-111-1/+3
| | | | (cherry picked from commit 8fef1b5e7aea0d5b8683b580487b1e22e3a30c41)
* SERVER-21384 Add windows inMemory buildvariantCharlie Swanson2015-12-111-0/+49
|
* SERVER-21384 Enable all suites on ephemeral storage enginesCharlie Swanson2015-12-1111-32/+111
|
* SERVER-21847 log range of oplog entries read from sync sourceBenety Goh2015-12-111-1/+10
| | | | (cherry picked from commit 819f0b95bf87dc6598fa51991de8e04ceaad75c1)
* SERVER-21547 Don't apply iteration and thread multipliers to background FSM ↵Jonathan Abrahams2015-12-111-5/+8
| | | | | | workloads (cherry picked from commit c321e5de66e9d36259ed2f5573774c1169a6ae1f)
* SERVER-21500 Include the name of the FSM workload in the WorkloadFailure ↵Jonathan Abrahams2015-12-112-9/+9
| | | | | | description (cherry picked from commit f8e74606522b32978aca2c4dab8a23ec6d01defc)
* SERVER-13370 Amazon Enterprise RPM'sErnie Hershey2015-12-102-9/+20
| | | | (cherry picked from commit dfd50a3255dfbbe3545a1786ad345be27971588f)
* SERVER-21136 add basic tests for enableSharding commandMisha Tyulenev2015-12-102-0/+56
| | | | (cherry picked from commit 5c651b14fed36b6a69fc690fe74d9674349a6545)
* SERVER-21132 add basic tests for moveChunk commandMisha Tyulenev2015-12-101-0/+96
| | | | (cherry picked from commit 1bcf9c7e197148299d7b49beef8290c7231d67cb)
* SERVER-21137 add basic tests for movePrimary commandMisha Tyulenev2015-12-102-0/+59
| | | | (cherry picked from commit a6e09d623cbb58135c4c3777c09879a0ae2fbe73)
* SERVER-21133 add basic tests for mergeChunksMisha Tyulenev2015-12-101-0/+64
| | | | (cherry picked from commit 9ba880ed3de726e69053b4fb0ecf7de3bb603dc1)
* SERVER-21134 add basic tests for shardCollection commandMisha Tyulenev2015-12-101-0/+181
| | | | (cherry picked from commit ea913733299778790e3a89e630a716ec7058c3a9)
* SERVER-21644 Invariant failure iter != _lockMap.end() in ↵Randolph Tan2015-12-101-3/+5
| | | | | | legacy_dist_lock_manager.cpp (cherry picked from commit 4fd3712ce592f895cea5aff2209e4d26f5cf3a93)
* SERVER-21849 Fix timestamp compare in min_optime_recovery.jsRandolph Tan2015-12-101-1/+1
| | | | (cherry picked from commit ea6764dbe4a5131a9ad7694781d15a2d49af9b3e)
* SERVER-21545 Correctly roll back updating collection optionsCharlie Swanson2015-12-104-7/+40
| | | | (cherry picked from commit a4d29291cc3ee4d44970fc450e0a7124828394b2)
* SERVER-21852 fix test issue that can cause kill_cursors.js to fail under ↵David Storch2015-12-101-1/+4
| | | | | | master/slave (cherry picked from commit aa77f50235503a1c3c4883244ed9d805412c10fe)