summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-05-27 04:37:17 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-05-27 04:37:17 +1000
commit47b0813a658df20305213e639ea0f1abade3bfc2 (patch)
treea665163be3e6055826bc66b2ee11dfb3eeaf67c5 /NEWS
parent8376798db4c64af2a42a12dfdfc26b21c9fba84d (diff)
downloadmongo-47b0813a658df20305213e639ea0f1abade3bfc2.tar.gz
WT-3342 Fixup release notes to render in doxygen.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS52
1 files changed, 26 insertions, 26 deletions
diff --git a/NEWS b/NEWS
index 35c710e2133..380db269523 100644
--- a/NEWS
+++ b/NEWS
@@ -7,32 +7,32 @@ WiredTiger release 2.9.2, 2017-05-25
See the upgrading documentation for details of API and behavior changes.
Significant changes:
-SERVER-16796 Increase logging activity for journal recovery operations
-SERVER-28168 Cannot start or repair MongoDB after unexpected shutdown.
-SERVER-28194 Fix a bug where a missing WiredTiger.turtle file can result in data loss
-WT-98 Update the current cursor value without a search
-WT-2439 Enhance reconciliation page layout
-WT-2898 Improve performance of eviction-heavy workloads by dynamically controlling the number of eviction threads
-WT-3097 Race on reconfigure or shutdown can lead to waiting for statistics log server
-WT-3106 Add truncate support to command line wt utility
-WT-3114 Avoid archiving log files immediately after recovery
-WT-3115 Change the dhandle lock to a read/write lock
-WT-3127 Fix a bug with CPU yield calls don't necessarily imply memory barriers
-WT-3135 Fix a bug with search_near() for index with custom collator
-WT-3137 Fix a hang in __log_slot_join/__log_slot_switch_internal
-WT-3144 Fix a bug where random cursor returns not-found when descending to an empty page
-WT-3148 Improve eviction efficiency with many small trees
-WT-3149 Change eviction to start new walks from a random place in the tree
-WT-3150 Reduce impact of checkpoints on eviction server
-WT-3152 Convert table lock from a spinlock to a read write lock
-WT-3157 Fix a bug in checkpoint/transaction integrity issue when writes fail.
-WT-3158 Fix structure packing on Windows.
-WT-3188 Fix error handling in logging where fatal errors could lead to a hang
-WT-3193 Close a race between verify opening a handle and eviction visiting it
-WT-3206 Fix a bug where core dump happened on NULL page index
-WT-3218 Fix a bug that could lead to unexpected checkpoint ordering failures
-WT-3243 Reorder log slot release so joins don't wait on IO
-WT-3262 Stop making schema operations wait for cache
+* SERVER-16796 Increase logging activity for journal recovery operations
+* SERVER-28168 Cannot start or repair MongoDB after unexpected shutdown.
+* SERVER-28194 Fix a bug where a missing WiredTiger.turtle file can result in data loss
+* WT-98 Update the current cursor value without a search
+* WT-2439 Enhance reconciliation page layout
+* WT-2898 Improve performance of eviction-heavy workloads by dynamically controlling the number of eviction threads
+* WT-3097 Race on reconfigure or shutdown can lead to waiting for statistics log server
+* WT-3106 Add truncate support to command line wt utility
+* WT-3114 Avoid archiving log files immediately after recovery
+* WT-3115 Change the dhandle lock to a read/write lock
+* WT-3127 Fix a bug with CPU yield calls don't necessarily imply memory barriers
+* WT-3135 Fix a bug with search_near() for index with custom collator
+* WT-3137 Fix a hang in __log_slot_join/__log_slot_switch_internal
+* WT-3144 Fix a bug where random cursor returns not-found when descending to an empty page
+* WT-3148 Improve eviction efficiency with many small trees
+* WT-3149 Change eviction to start new walks from a random place in the tree
+* WT-3150 Reduce impact of checkpoints on eviction server
+* WT-3152 Convert table lock from a spinlock to a read write lock
+* WT-3157 Fix a bug in checkpoint/transaction integrity issue when writes fail.
+* WT-3158 Fix structure packing on Windows.
+* WT-3188 Fix error handling in logging where fatal errors could lead to a hang
+* WT-3193 Close a race between verify opening a handle and eviction visiting it
+* WT-3206 Fix a bug where core dump happened on NULL page index
+* WT-3218 Fix a bug that could lead to unexpected checkpoint ordering failures
+* WT-3243 Reorder log slot release so joins don't wait on IO
+* WT-3262 Stop making schema operations wait for cache
See JIRA changelog for a full listing:
https://jira.mongodb.org/browse/WT/fixforversion/17874