You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2020/12/29 08:03:42 UTC

[ignite] branch master updated: IGNITE-13806 Add the release notes for 2.9.1 (#8531)

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

mmuzaf 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 8484ff0  IGNITE-13806 Add the release notes for 2.9.1 (#8531)
8484ff0 is described below

commit 8484ff0d71440a56eda56ecc0c10c0c26b4fc65b
Author: ymolochkov <mo...@gmail.com>
AuthorDate: Tue Dec 29 11:03:13 2020 +0300

    IGNITE-13806 Add the release notes for 2.9.1 (#8531)
---
 RELEASE_NOTES.txt                | 59 ++++++++++++++++++++++++++++++++++++++++
 packaging/deb/changelog          |  6 ++++
 packaging/rpm/apache-ignite.spec |  5 +++-
 3 files changed, 69 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index fcceda5..576ec9c 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -2,6 +2,65 @@ Apache Ignite Release Notes
 ===========================
 
 
+Apache Ignite In-Memory Computing Platform 2.9.1
+-----------------------------------------------------------
+
+Ignite Core:
+* Added support to graceful shutdown for ZookeeperDiscoverySpi
+* Added System view for binary metadata
+* Added System view for metastorage items
+* Added RebalancingPartitionsTotal metrics
+* Improved checkpoint concurrent behaviour
+* Fixed critical system error when unregister a JMX bean
+* Fixed IgniteCache#isClosed() returns false on server node even if the cache had been closed before
+* Fixed inability to eagerly remove expired cache entries
+* Fixed partial index rebuild issue in case indexed cache contains different datatypes
+* Fixed local metastorage system view error if unmarshallable values present
+* Fixed deadlock between grid-timeout-worker and a thread opening a communication connection
+* Fixed deadlock in IgniteServiceProcessor
+* Fixed issue when rebalance future might hang in no final state though all partitions are owned
+* Fixed issue when scan query fails with an assertion error: Unexpected row key
+* Fixed issue with archiving and enabled wal compaction setting on server restart
+* Fixed NPE during Cassandra Store initialization with PRIMITIVE strategy
+* Fixed synchronization problems when different classloaders are used for deployment of same class
+* Fixed exception on SQL caches when client reconnect
+* Fixed deadlock on multiple cache delete
+* Fixed NPE in IgniteServiceProcessor when destroying a cache
+* Fixed issue when DurableBackgroundTask can abandon incomplete task
+* Fixed issue related to cache interceptor deserialization on client nodes
+* Fixed issue when control.sh doesn't start if JMX port was set
+* Fixed issue when ZookeeperDiscoverySpiMBeanImpl#getCoordinator can return invalid node as coordinator
+* Fixed issue when valid blocking section in GridNioWorker and GridNioClientWorker leads to false positive blocking thread detection
+* Fixed several logging issues
+* Fixed issue when exchange worker, waiting for new task from queue, considered as blocked
+* Fixed incorrect topology snapshot logger output about coordinator change
+* Fixed slowdown during node initialization
+* Fixed incorrect usage of Class.isAssignableFrom in SystemViewLocal and SystemViewMBean classes
+* Fixed several concurrent metrics issues
+* Fixed issue related to incorrect work of predicates (< and >) in where clause with compound primary key
+* Removed unnecessary dependency to curator-client from and improved ZookeeperDiscoverySpi
+* Removed unnecessary failure trace in IgnitionEx
+
+Java thin-client:
+* Fixed issue when thin client connect/disconnect during topology update may lead to partition divergence in ignite-sys-cache
+* Fixed issue when thin client silently closes channel after inactivity
+* Fixed unsupported protocol version exception when getting cache configuration from Java thin client
+
+JDBC:
+* Fixed thin driver reports incorrect property names
+* Updated JDBC metadata to match actual capabilities
+
+Ignite .NET:
+* Improved slow Enum serialization
+* Fixed issue when deserializing IBinaryObject containing an IBinaryObject field fails
+* Fixed issue TransactionImpl finalizer can crash the process
+* Fixed child processes become zombies when persistence is used with direct-io on Linux
+
+Ignite C++:
+* Added Windows support to CMake build system
+* Fixed issue when odbc-example loses values if run with 1 additional node
+
+
 Apache Ignite In-Memory Computing Platform 2.9
 -----------------------------------------------------------
 
diff --git a/packaging/deb/changelog b/packaging/deb/changelog
index 03e049f..b3f5066 100644
--- a/packaging/deb/changelog
+++ b/packaging/deb/changelog
@@ -1,3 +1,9 @@
+apache-ignite (2.9.1-1) unstable; urgency=low
+
+  * Updated Apache Ignite to version 2.9.1
+
+ -- Yaroslav Molochkov <y....@gmail.com>  Wed, 25 Nov 2020 15:12:31 +0300
+
 apache-ignite (2.9.0-1) unstable; urgency=low
 
   * Updated Apache Ignite to version 2.9.0
diff --git a/packaging/rpm/apache-ignite.spec b/packaging/rpm/apache-ignite.spec
index ad93718..a0d59a0 100644
--- a/packaging/rpm/apache-ignite.spec
+++ b/packaging/rpm/apache-ignite.spec
@@ -11,7 +11,7 @@
 #
 
 Name:             apache-ignite
-Version:          2.9.0
+Version:          2.9.1
 Release:          1
 Summary:          Apache Ignite In-Memory Computing, Database and Caching Platform
 Group:            Development/System
@@ -266,6 +266,9 @@ ln -sf %{_log}/%{name} %{buildroot}%{_sharedstatedir}/%{name}/log
 # Changelog
 #
 
+* Wed Nov 25 2020 Yaroslav Molochkov <y....@gmail.com> - 2.9.1-1
+- Updated Apache Ignite to version 2.9.1
+
 * Mon Sep 28 2020 Alexey Plekhanov <al...@apache.org> - 2.9.0-1
 - Updated Apache Ignite to version 2.9.0