You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/09/09 14:48:26 UTC

[GitHub] [ignite] J-Bakuli commented on a diff in pull request #10244: IGNITE-17651 Update Apache Ignite 2.14 release notes

J-Bakuli commented on code in PR #10244:
URL: https://github.com/apache/ignite/pull/10244#discussion_r967097869


##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.

Review Comment:
   13. Added a snapshot creation operational metrics.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.

Review Comment:
   22. Added a system view and histogram to show the distribution of hot and cold pages in the memory page.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.

Review Comment:
   15. Added cache change events for CDCConsumer.
   n is missing



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.

Review Comment:
   Added a control.sh command that schedules index rebuild via the maintenance mode.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.

Review Comment:
   Added a pluggable affinity mapping function for the partition awareness usage.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.

Review Comment:
   29. Fixed 'Integer value is out of bounds' issue when the dataregion maxSize is large enough.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.

Review Comment:
   18. Added an opportunity to specify a single partition for IndexQuery.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.

Review Comment:
   it seems that some preposition is mission.
   @tledkov, please have a look whether this was meant:
   37. Fixed configured event listeners **in** resource injection order.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.

Review Comment:
   Added a snapshot status command to control.sh and JMX.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.

Review Comment:
   46. Fixed the move of remote partition files during snapshot restore operations



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.

Review Comment:
   probably, this was meant:
   42. Fixed partition update counter tracking on primary **server** after the node restart.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.
+* Fixed server-side message parsing for big messages from thin clients.
+* Fixed tasks to sent snapshot files.
+* Fixed the "io.datastorage.StorageSize" metric in case of multiple persistence dataregions.

Review Comment:
   50. Fixed the "io.datastorage.StorageSize" metric**s** in case of multiple persistence data regions.
   
   metrics is uncountable
   data regions



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.

Review Comment:
   47. Fixed the run of ignitevisorcmd in JDK 17 environment.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.
+* Fixed server-side message parsing for big messages from thin clients.
+* Fixed tasks to sent snapshot files.
+* Fixed the "io.datastorage.StorageSize" metric in case of multiple persistence dataregions.
+* Fixed the command `idle_verify` of the control.sh utility; the command prints and compares full partition counter state.
+* Fixed write empty binary object.

Review Comment:
   Fixed writing of an empty binary object.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.
+* Fixed server-side message parsing for big messages from thin clients.
+* Fixed tasks to sent snapshot files.
+* Fixed the "io.datastorage.StorageSize" metric in case of multiple persistence dataregions.
+* Fixed the command `idle_verify` of the control.sh utility; the command prints and compares full partition counter state.
+* Fixed write empty binary object.
+* Fixed wrong checkpoint locks count calculation after lock timeout (wrong calculation leads to node failure in some cases).
+* Improved REST commands: skip authorization for  'Probe' and 'Version' commands.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support arrays and collections as values.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support binary keys.
+* Improved `--consistency repair` command of the control.sh utility; atomic caches now repairable by Read Repair.

Review Comment:
   57. Improved `--consistency repair` command of the control.sh utility; atomic caches can now be repaired by Read Repair.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.
+* Fixed server-side message parsing for big messages from thin clients.
+* Fixed tasks to sent snapshot files.

Review Comment:
   49. Fixed tasks for sending snapshot files 



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.
+* Fixed server-side message parsing for big messages from thin clients.
+* Fixed tasks to sent snapshot files.
+* Fixed the "io.datastorage.StorageSize" metric in case of multiple persistence dataregions.
+* Fixed the command `idle_verify` of the control.sh utility; the command prints and compares full partition counter state.
+* Fixed write empty binary object.
+* Fixed wrong checkpoint locks count calculation after lock timeout (wrong calculation leads to node failure in some cases).
+* Improved REST commands: skip authorization for  'Probe' and 'Version' commands.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support arrays and collections as values.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support binary keys.
+* Improved `--consistency repair` command of the control.sh utility; atomic caches now repairable by Read Repair.
+* Improved adjustment inline size for fixed size index items.
+* Improved behavior of speed-based throttling when dirty pages ratio is low.
+* Improved index-reader.sh utility: add free size calculation.
+* Improved index-reader.sh utility: analyze and output information about the actual usage of inline space in the index.
+* Improved index-reader.sh utility: exclude repeated stack traces.
+* Improved logging levels for situations when dealing with a client node.
+* Improved registered service name lookup performance and reduced service shutdown times.
+* Improved service name lookup performance and reduced service startup times.
+* Improved speed of the index-reader.sh utility.
+* Lucene library version was updated to 8.11.2.
+* Moved ignite-cloud IP Finder to the Ignite Extensions project.
+* Moved ignite-mesos to the Ignite Extensions project.
+* Moved ignite-spark modules to the Ignite Extensions project.
+* Moved ignite-yarn to the Ignite Extensions project.
+* Moved inigte-aop module to the Ignite Extensions project.
+* Removed deprecated log4j 1.x module.
+* Update Tomcat Servlet API dependency version to 9.0.63.
+* Update jsonpath dependency to 2.7.0.
+* Updated Jackson Databind dependency to 2.12.7 (CVE-2020-36518).
+* Updated Jetty dependency to 9.4.43.
+* Updated Spring dependency to 5.2.22.
+* Updated the MySql connector dependency version (fixes CVE-2021-2471, CVE-2022-21363).
+
+Java thin client:
+* Added AtomicLong.
+* Added automatic binary configuration. Name mapper and compact footer settings will be set according to cluster configuration.
+* Added IgniteSet.
+* Added partition awareness to AtomicLong - send network requests directly to the primary node for the given instance.
+* Added support of IndexQuery feature in Java thin client.
+* Fixed hang on client startup when deprecated TLS version is used.
+* Fixed race condition and potential hang on client close.
+* Fixed an issue that caused addresses are not reloaded from ClientAddressFinder on connection loss.

Review Comment:
   89. Fixed an issue that caused addresses not to be reloaded from ClientAddressFinder on connection loss.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.
+* Fixed server-side message parsing for big messages from thin clients.
+* Fixed tasks to sent snapshot files.
+* Fixed the "io.datastorage.StorageSize" metric in case of multiple persistence dataregions.
+* Fixed the command `idle_verify` of the control.sh utility; the command prints and compares full partition counter state.
+* Fixed write empty binary object.
+* Fixed wrong checkpoint locks count calculation after lock timeout (wrong calculation leads to node failure in some cases).
+* Improved REST commands: skip authorization for  'Probe' and 'Version' commands.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support arrays and collections as values.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support binary keys.
+* Improved `--consistency repair` command of the control.sh utility; atomic caches now repairable by Read Repair.
+* Improved adjustment inline size for fixed size index items.
+* Improved behavior of speed-based throttling when dirty pages ratio is low.
+* Improved index-reader.sh utility: add free size calculation.
+* Improved index-reader.sh utility: analyze and output information about the actual usage of inline space in the index.
+* Improved index-reader.sh utility: exclude repeated stack traces.
+* Improved logging levels for situations when dealing with a client node.
+* Improved registered service name lookup performance and reduced service shutdown times.
+* Improved service name lookup performance and reduced service startup times.
+* Improved speed of the index-reader.sh utility.
+* Lucene library version was updated to 8.11.2.
+* Moved ignite-cloud IP Finder to the Ignite Extensions project.
+* Moved ignite-mesos to the Ignite Extensions project.
+* Moved ignite-spark modules to the Ignite Extensions project.
+* Moved ignite-yarn to the Ignite Extensions project.
+* Moved inigte-aop module to the Ignite Extensions project.
+* Removed deprecated log4j 1.x module.
+* Update Tomcat Servlet API dependency version to 9.0.63.
+* Update jsonpath dependency to 2.7.0.
+* Updated Jackson Databind dependency to 2.12.7 (CVE-2020-36518).
+* Updated Jetty dependency to 9.4.43.
+* Updated Spring dependency to 5.2.22.
+* Updated the MySql connector dependency version (fixes CVE-2021-2471, CVE-2022-21363).
+
+Java thin client:
+* Added AtomicLong.
+* Added automatic binary configuration. Name mapper and compact footer settings will be set according to cluster configuration.
+* Added IgniteSet.
+* Added partition awareness to AtomicLong - send network requests directly to the primary node for the given instance.
+* Added support of IndexQuery feature in Java thin client.
+* Fixed hang on client startup when deprecated TLS version is used.
+* Fixed race condition and potential hang on client close.
+* Fixed an issue that caused addresses are not reloaded from ClientAddressFinder on connection loss.
+
+JDBC:
+* Fixed handle BinaryObjectException on response deserialize at the thin JDBC.

Review Comment:
   92. Fixed handling of BinaryObjectException on response to deserialization at the thin JDBC client



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.
+* Fixed configured event listeners resource injection order.
+* Fixed durable background task start on BLT node joined to the active cluster.
+* Fixed expiration doesn't apply for cache entries replicated with CDC.
+* Fixed incorrect params of GridCacheManager#stop method.
+* Fixed overflowing async operation permits maximum for explicit transaction with single write entry.
+* Fixed partition update counter tracking on primary after the node restart.
+* Fixed potential deadlock in transactions recovery on node failure.
+* Fixed propagation of a service call exception stacktrace to the client side.
+* Fixed race condition in GridNioServer.
+* Fixed remote partitions files move on snapshot restore operation.
+* Fixed run ignitevisorcmd in JDK 17 environment.
+* Fixed server-side message parsing for big messages from thin clients.
+* Fixed tasks to sent snapshot files.
+* Fixed the "io.datastorage.StorageSize" metric in case of multiple persistence dataregions.
+* Fixed the command `idle_verify` of the control.sh utility; the command prints and compares full partition counter state.
+* Fixed write empty binary object.
+* Fixed wrong checkpoint locks count calculation after lock timeout (wrong calculation leads to node failure in some cases).
+* Improved REST commands: skip authorization for  'Probe' and 'Version' commands.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support arrays and collections as values.
+* Improved `--consistency repair` command of the control.sh utility; Read Repair now support binary keys.
+* Improved `--consistency repair` command of the control.sh utility; atomic caches now repairable by Read Repair.
+* Improved adjustment inline size for fixed size index items.
+* Improved behavior of speed-based throttling when dirty pages ratio is low.

Review Comment:
   Improved behavior of the speed-based throttling when a dirty-page ratio is low.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.
+* Consistency check now support cacheGroup as a param as well.
+* Fixed 'Invalid cross-device link error' when extending WAL segments size.
+* Fixed ClassCastException that appears during deployment manager stop in Java versions 11.0.16+ and 17.0.4+.
+* Fixed Integer value is out of bounds when the dataregion maxSize is large enough.
+* Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.
+* Fixed an issue that caused a node resolves obsolete addresses from the previously restarted and killed nodes.
+* Fixed an issue that caused inconsistent keys after deletion during rebalance.
+* Fixed an issue that could lead to a block of the management pool in case of using clearSync.
+* Fixed an issue that could lead to unexpected partition map exchange on client nodes.
+* Fixed an issue where the snapshot error was not propagated to the initiating node.
+* Fixed an issue with potential node failure during cancelling of compute jobs with cache operations.

Review Comment:
   36. Fixed an issue with potential node failure during the cancellation of computing jobs with cache operations.



##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,120 @@
 Apache Ignite Release Notes
 ===========================
 
+Apache Ignite In-Memory Distributed Database 2.14.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed LOCAL caches support.
+* Removed scalar module.
+
+Ignite:
+* Added CDC binary meta change events.
+* Added a snapshot create operation metrics.
+* Added a user info to the sql queries view.
+* Added cache change events for CDCCosumer.
+* Added cache metrics command for Control Script.
+* Added control.sh command that schedules index rebuild via the maintenance mode.
+* Added opportunity to specify single partition for IndexQuery.
+* Added pluggable affinity mapping function for the partition awareness usage.
+* Added snapshot status command to control.sh and JMX.
+* Added support of optional beans for SpringResource annotation injection.
+* Added system view and histogram to show the distribution of hot and cold pages in the page memory.
+* Added the ability to define a custom path for the snapshot operation.
+* Added the ability to intercept calls to service methods.
+* Consistency check now able to fix counters after the consistency fix.

Review Comment:
   25. Consistency check now is able to fix counters.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org