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/18 15:03:11 UTC

[ignite] branch ignite-2.7.6 updated: Ignite 2.7.6-rc0: Release notes - Fixes #6788.

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

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


The following commit(s) were added to refs/heads/ignite-2.7.6 by this push:
     new eb22c3b  Ignite 2.7.6-rc0: Release notes - Fixes #6788.
eb22c3b is described below

commit eb22c3bb67f63306804b82f6691b7c9f00fe656a
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Sun Aug 18 17:55:45 2019 +0300

    Ignite 2.7.6-rc0: Release notes - Fixes #6788.
    
    Signed-off-by: Dmitriy Pavlov <dp...@apache.org>
    
    (cherry picked from commit dd3e2194f6d0e882d936a30a54af10c44e415b5c)
---
 RELEASE_NOTES.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5923a6f..2f0dc63 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,6 +1,17 @@
 Apache Ignite Release Notes
 ===========================
 
+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
+
 Apache Ignite In-Memory Database and Caching Platform 2.7.5
 -----------------------------------------------------------