1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2016-01-26 09:22:24 +01:00
parent b58a08b5d0
commit e638611867
1 changed files with 7 additions and 0 deletions

View File

@ -436,6 +436,13 @@ v2.8.0-alpha1 (2015-12-03)
v2.7.5 (2016-01-22)
-------------------
* backported added automatic deadlock detection for transactions
In case a deadlock is detected, a multi-collection operation may be rolled back
automatically and fail with error 29 (`deadlock detected`). Client code for
operations containing more than one collection should be aware of this potential
error and handle it accordingly, either by giving up or retrying the transaction.
* improved internal datafile statistics for compaction and compaction triggering
conditions, preventing excessive growth of collection datafiles under some
workloads. This should also fix issue #1596.