summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/NEWS
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2017-01-23 16:10:56 +1100
committerDavid Hows <howsdav@gmail.com>2017-01-23 16:10:56 +1100
commitc91b93d2786342505fd9e151c8aa6b68ee03a1fb (patch)
tree7a4890f387b0adc5f028e4369ebc7037097585c1 /src/third_party/wiredtiger/NEWS
parent3b1134f5821dcabf89fa6df25b58a674cd3b6ab9 (diff)
downloadmongo-c91b93d2786342505fd9e151c8aa6b68ee03a1fb.tar.gz
Import wiredtiger: 48a3cbc17fa902528217287fd075c87efb44aebc from branch mongodb-3.6
ref: 8d23249433..48a3cbc17f for: 3.5.2 SERVER-16796 Increase logging activity for journal recovery operations WT-2 What does metadata look like? WT-2402 Misaligned structure accesses lead to undefined behavior WT-2771 Add a statistic to track per-btree dirty cache usage WT-2833 improvement: add projections to wt dump utility WT-2898 Improve performance of eviction-heavy workloads by dynamically controlling the number of eviction threads WT-2994 Create documentation describing page sizes and relationships WT-3080 Python test suite: add timestamp or elapsed time for tests WT-3082 Python test suite: shorten default run to avoid pull request timeouts. WT-3083 Fix a bug in wtperf config dump WT-3086 Add transaction state information to cache stuck diagnostic information WT-3091 Add stats to test_perf0001 WT-3092 Quiet a warning from autogen.sh WT-3093 Padding the WT_RWLOCK structure grew the WT_PAGE structure. WT-3099 lint: static function declarations, non-text characters in documentation WT-3100 test bug: format is weighted to delete, insert, then write operations. WT-3104 Fix wtperf configs for eviction tests WT-3105 Fix a deadlock caused by allocating eviction thread sessions dynamically WT-3106 Add truncate support to command line wt utility WT-3108 Also dump disk page size as part of metadata information WT-3109 wording fix in transaction doc WT-3110 Add more test cases for the WT command line utility WT-3112 Handle list lock statistic not incremented in eviction server WT-3114 Avoid archiving log files immediately after recovery WT-3116 Python style testing in s_all may not execute correctly WT-3118 Protect random-abort test against unexpectedly slow child start WT-3121 In test suite create standard way to load extensions WT-3127 bug: CPU yield calls don't necessarily imply memory barriers WT-3134 Coverity scan reports 1368529 and 1368528
Diffstat (limited to 'src/third_party/wiredtiger/NEWS')
-rw-r--r--src/third_party/wiredtiger/NEWS50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/NEWS b/src/third_party/wiredtiger/NEWS
index bdc84ed6ef5..268949b119f 100644
--- a/src/third_party/wiredtiger/NEWS
+++ b/src/third_party/wiredtiger/NEWS
@@ -1,3 +1,53 @@
+WiredTiger release 2.9.1, 2016-12-22
+------------------------------------
+
+New features and API changes; refer to the API documentation for full details:
+
+* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers. See the upgrading documentation for details
+* WT-283 Add a new WT_SESSION::alter method that can be used to reconfigure table metadata
+* WT-2670 Change the default file system access pattern advice for data files from random to no advice. Add access_pattern_hint configuration option for WT_SESSION::create API that can be used to advise the file system of expected access semantics. See the upgrading documentation for details.
+* WT-3034 Add support for including updates when reading from named snapshots
+
+Significant changes and bug fixes:
+
+* WT-2960 Reduce likelihood of using the lookaside file, especially when inserting multi-megabyte values
+* WT-3056 Allow projected table and join cursors to use primary keys
+* WT-3070 Fix a bug in search_near on indexes
+
+Other noteworthy changes since the previous release:
+
+* WT-2336 Add a test validating schema operations via file system call monitoring
+* WT-2402 Pad structures to avoid cache line sharing
+* WT-2771 Add a statistic to track per-btree dirty cache usage
+* WT-2833 Add projections to wt dump utility
+* WT-2969 Possible snapshot corruption during compaction
+* WT-3014 Add GCC/clang support for ELF symbol visibility
+* WT-3021 Fixes for java log example, raw mode in java, and raw mode in log cursors
+* WT-3025 Fix error path in log_force_sync
+* WT-3028 Don't check for blocked eviction with in-memory workloads
+* WT-3030 Fix a race between scans and splits reading the index hint
+* WT-3037 Clean up some log slot comments
+* WT-3048 WiredTiger maximum size warning uses the wrong format
+* WT-3051 Remove external __wt_hex symbol
+* WT-3052 Improve search if index hint is wrong
+* WT-3053 Make Python use internal memory allocation again
+* WT-3054 Make a PackOutputStream constructor that is compatible with the previous interface.
+* WT-3055 When an AsyncOp is created, cache the whether the cursor is "raw"
+* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE
+* WT-3061 Syscall testing should support pwrite64 on Linux
+* WT-3064 Minor tree cleanups: .gitignore, NEWS misspelling
+* WT-3066 Minor code cleanups
+* WT-3068 Copy artifacts of test runs in wtperf_run script
+* WT-3068 Have Jenkins include specific files for copy rather than exclude
+* WT-3069 Fix LevelDB APIs build failures
+* WT-3071 Fixed sign-conversion compiler errors in Java and Python SWIG code
+* WT-3075 Document and enforce that WiredTiger now depends on Python 2.7
+* WT-3078 Test reconfiguration hang in the statlog server
+* WT-3080 Python test suite: add elapsed time for tests
+* WT-3082 Python test suite: shorten default run to avoid timeouts
+* WT-3084 Fix Coverity resource leak complaint
+* WT-3091 Add stats to test_perf001 test, so we can investigate what happened when it failed
+
WiredTiger release 2.9.0, 2016-09-06
------------------------------------