You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/08/21 09:33:56 UTC

[ignite] branch master updated: Fix of release notes for Ignite 2.7.6.

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 02a9e82  Fix of release notes for Ignite 2.7.6.
02a9e82 is described below

commit 02a9e82361285d5784cf26b5d56ecf922be0c4fd
Author: Artem Budnikov <a....@gmail.com>
AuthorDate: Wed Aug 21 12:33:44 2019 +0300

    Fix of release notes for Ignite 2.7.6.
---
 RELEASE_NOTES.txt | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 177447f..3c28ee2 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -5,12 +5,14 @@ Apache Ignite In-Memory Database and Caching Platform 2.7.6
 -----------------------------------------------------------
 
 Ignite:
-* Ignite work directory is set to current user's home directory by default, native persistence files aren't stored in Temp anymore
-* Fixed the bug when SELECT with an equality predicate on the part of a primary compound key returned a single row result while multiple matching rows existed in the table
-* Fixed data corruption in the rare case when page replacement can reload an outdated page during checkpoint
-* Fixed tree corruption caused by incorrect row size calculation for shared cache groups
-* Java heap footprint reduced by optimizing GridDhtPartitionsFullMessage maps in exchange history
-* .NET: Fix for native persistence, now it works with custom affinity function
+* Ignite work directory is now set to the current user's home directory by default, native persistence files will not be stored in the Temp directory anymore
+* Fixed a bug that caused a SELECT query with an equality predicate on a part of the primary compound key to return a single row even if the query matched multiple rows
+* Fixed an issue that could cause data corruption during checkpointing
+* Fixed an issue where a row size was calculated incorrectly for shared cache groups, which caused a tree corruption
+* Reduced java heap footprint by optimizing GridDhtPartitionsFullMessage maps in exchange history
+* .NET: Native persistence now works with a custom affinity function
+* Fixed an issue where an outdated node with a destroyed cache caused the cluster to hang
+* Fixed a bug that made it impossible to change the inline_size property of an existing index after it was dropped and recreated with a different value
 
 Apache Ignite In-Memory Database and Caching Platform 2.7.5
 -----------------------------------------------------------