summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: 57bd75fee93b685c133281100719f886d0184589 from branch ↵r4.1.13Luke Chen2019-05-2955-580/+1945
| | | | | | | | | | | | | | | | | | | | | | | | mongodb-4.2 ref: 5d321d0c60..57bd75fee9 for: 4.1.13 WT-4240 Document that system crashes may result in files that need salvaging WT-4710 Fix memory issue for non-verbose dump in datafile portability test WT-4712 Add debug log op record for non-logged tables WT-4732 Remove the bias from the eviction policy on the dhandle order WT-4760 Checkpoint should not read past a stable update WT-4771 Fix compatibility tests to handle a new version release WT-4799 wiredtiger.in references the wrong statistics script WT-4800 List all flags in the wt utility usage statement WT-4803 Implement file_max configuration for Cache Overflow mechanism WT-4804 Add support for ignore_prepare=force WT-4811 Fix durable timestamp assignment for updates created for truncate WT-4816 Don't disallow LSM configurations in test/format WT-4817 heap-buffer-overflow failure in timestamp_abort WT-4819 wt utility list command drops core on empty objects WT-4822 Extend statistics to track max pre compression page sizes WT-4823 Add check for uninitialised lookaside resources
* SERVER-39844 Add shard key update and migration concurrency testingBlake Oler2019-05-282-0/+523
|
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-286-0/+61
|
* SERVER-40164: Set kill reason ErrorCodes::InterruptedDueToStepDown for ↵Lingzhi Deng2019-05-281-1/+2
| | | | yieldLocksForPreparedTransactions
* SERVER-41280 JS tests shouldn't assume the prepare oplog entry is the first ↵Siyuan Zhou2019-05-283-18/+19
| | | | in transaction
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-2812-27/+192
| | | | | | | | Add support for a new method on the ReplicaSetMonitor, which finds all acceptable hosts for a read preference (rather than just a single host). This should use existing selection logic to return the host that would be returned by findHostWithMaxWait in the [0]th element
* SERVER-41131 Add StrongWeakFinishLineJason Carey2019-05-283-0/+197
| | | | | | Add support for a new type which coordinates a number of parallel participants in determining the first matching participant or the last non-matching participant.
* SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuzzer can ↵Robert Guo2019-05-283-48/+88
| | | | | | parse JavaScript tests, remove npm test call This reverts commit 4f034e89cc7978317d4a6ef34bc718a83ab55ecb.
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-283-18/+136
|
* Revert "SERVER-37674 Increase logging verbosity for sharding_balance4.js"Matthew Saltz2019-05-281-6/+3
| | | | This reverts commit 5b2179fb8f852c956d85a10d01dcae5c4ae4b0c2.
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-2812-328/+254
|
* SERVER-41189 Make transaction coordinator retry persisting decision on all ↵jannaerin2019-05-282-80/+22
| | | | errors except TransactionCoordinatorSteppingDown
* SERVER-40015 make $sb work shardedIan Boros2019-05-288-2/+47
|
* SERVER-41330: Fix replica_sets in task list in etc/evergreen.ymlDavid Bradford2019-05-281-1/+1
|
* SERVER-41107 Create concurrency test that accesses a collection in a ↵Tess Avitabile2019-05-283-0/+348
| | | | transaction after catalog changes
* SERVER-40846: Don't bypass compile on change to compile_flagsDavid Bradford2019-05-283-66/+316
|
* SERVER-39879 Fix unique_function constructor selection issuesBen Caimano2019-05-271-1/+2
|
* PERF-1826 Update reference to bestbuy_agg_out perf suiteBernard Gorman2019-05-271-1/+1
|
* SERVER-41169 Add powercycle Evergreen tasks to SSL Ubuntu 16.04 builder.r4.1.12Max Hirschhorn2019-05-272-2/+17
|
* SERVER-41321 Ignore ERROR_BROKEN_PIPE from StopService() in powercycle.Max Hirschhorn2019-05-271-5/+13
|
* SERVER-41322 Retry rsync'ing data directory up to 5 times in powercycle.Max Hirschhorn2019-05-271-7/+25
|
* SERVER-41312 Ban internalReadAtClusterTime in transactionsTess Avitabile2019-05-242-1/+30
|
* SERVER-40469 Remove expectPreparedTxnsDuringRollback option.Max Hirschhorn2019-05-244-16/+10
|
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-2415-23/+41
|
* SERVER-39397 Simplify Walker to remove reference parametersJacob Evans2019-05-242-53/+20
|
* SERVER-41315: fix read_operations_during_rollback.jsLingzhi Deng2019-05-241-6/+11
|
* SERVER-39397 Add setter to ExpressionConstantJacob Evans2019-05-241-0/+4
|
* PERF-1826 Update $out performance tests to use $mergeBernard Gorman2019-05-241-6/+6
|
* SERVER-39770 Add retry logic to FSM connection cache setupVesselina Ratcheva2019-05-241-1/+5
|
* SERVER-40944 Provide SCons variables files to enable icecream on OSXMathew Robinson2019-05-244-0/+48
|
* SERVER-41304 Add positive versions of Windows exit codes to resmoke.py.Max Hirschhorn2019-05-241-0/+2
|
* SERVER-41115 Add $merge support for $$NOW and $$CLUSTER_TIMEBernard Gorman2019-05-245-20/+109
|
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-2418-121/+352
|
* SERVER-41008: Use timestampCmp for timestamp comparison in ↵Lingzhi Deng2019-05-241-1/+2
| | | | PrepareHelpers.awaitMajorityCommitted
* SERVER-41298 Upgrade all Xcode 10.1 references to 10.2Andrew Morrow2019-05-241-14/+62
|
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-248-113/+39
| | | | Substitutes the uses with calls to vivify.
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid ↵Arun Banala2019-05-2448-87/+89
| | | | confusion with $merge
* Revert "SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuzzer ↵Robert Guo2019-05-243-87/+49
| | | | | | can parse JavaScript tests, remove npm test call" This reverts commit 0b39364ee1e923fd3e4e66f0e0bb0e57ca0deacd.
* SERVER-40924 update jstestfuzz invocationRobert Guo2019-05-241-1/+1
|
* SERVER-40924 fix jstestfuzz setupRobert Guo2019-05-241-1/+1
|
* SERVER-41016 Calculate deltas for updates to large documents.Michael Cahill2019-05-241-2/+31
|
* SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuzzer can ↵Robert Guo2019-05-233-50/+88
| | | | parse JavaScript tests, remove npm test call.
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for ↵Lingzhi Deng2019-05-2371-113/+470
| | | | dbhash and map-reduce
* SERVER-40934 Add accessor for _sortPattern to DocumentSourceSortPawel Terlecki2019-05-234-23/+32
|
* SERVER-41297 embedded_java_multiarch_package step needs to create a virtualenvMathew Robinson2019-05-231-0/+2
|
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-2330-196/+144
|
* SERVER-41037 kill all user operations that hit prepare conflicts on step upPavi Vetriselvan2019-05-233-6/+135
|
* SERVER-40576 Create s_b suite in EvergreenMartin Neupauer2019-05-234-0/+57
|
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-239-25/+105
|
* SERVER-40416 Add logging to fts document sourceTed Tuckman2019-05-234-2/+48
|