Nikita-tech-writer commented on a change in pull request #8748:
URL: https://github.com/apache/ignite/pull/8748#discussion_r571074170



##########
File path: RELEASE_NOTES.txt
##########
@@ -2,6 +2,238 @@ Apache Ignite Release Notes
 ===========================
 
 
+Apache Ignite In-Memory Distributed Database 2.10.0
+-----------------------------------------------------------
+
+
+(!) WARNINGS:
+* The community accepted MVCC API discontinuation in future releases
+* Enabling/disabling WAL doesn't work properly on unstable topology and will 
be fixed soon
+* Spring Data moved to ignite-extension and will be released separately
+* Node.js, Python, PHP thin clients moved to a dedicated repository
+
+
+Ignite:
+* Added API for checking network connectivity between all nodes in a cluster
+* Added API to get segment sizes
+* Added InitialSize and MaxSize to DataRegion metrics
+* Added RebalancingPartitionsTotal metrics
+* Added TDE CLI management tool
+* Added TDE cache key rotation
+* Added a metric for processed keys when rebuilding indexes
+* Added an ability to check driver metrics in Cassandra store
+* Added cluster performance profiling
+* Added cluster performance tool to build cluster performance report
+* Added cluster snapshot security permissions
+* Added command to control.sh to get an arbitrary Metric
+* Added command to control.sh to get an arbitrary SystemView
+* Added control.sh API - schedule & cancel
+* Added control.sh API - status
+* Added core defragmentation functions
+* Added deadlock detection for cache entry reentrant locks
+* Added defragmentation JMX API for schedule/cancel/status
+* Added defragmentation parallelism implementation
+* Added events for snapshot operation state
+* Added explicit command.sh option to enable experimental commands
+* Added extension of tracing of communication socket write with number of sent 
bytes
+* Added fallback to full partition rebalancing in case historical supplier 
failed to read all necessary data updates from WAL
+* Added generic to maintenance mode feature
+* Added implementation readiness probe REST endpoint
+* Added new advanced heuristics for historical rebalance
+* Added new checkpoint metrics
+* Added new event firing before query execution
+* Added new event for node join validation failure
+* Added new index manipulation commands to control.sh
+* Added new metrics framework in ZookeeperDiscovery
+* Added new type of WAL records to track atomic updates on backup nodes
+* Added non markers checkpoint implementation
+* Added output IgniteSystemProperties via control.sh
+* Added special mode for maintenance of Ignite node. Employing Maintenance 
Mode for clearing corrupted PDS files
+* Added stopping warm-up to control.sh
+* Added support to graceful shutdown for ZookeeperDiscoverySpi
+* Added system view for binary metadata
+* Added system view for metastorage items
+* Added system view walker generator wrong sorts imports
+* Added thin client support for Spring Transactions
+* Added thread dumps on failure processor invocations enabled by default
+* Added warming up strategy
+* Fixed AuthenticationContext does not contain subject address when subject is 
IgniteClient
+* Fixed BPlus tree lock retries limit reached with sqlOnHeapCacheEnabled
+* Fixed BinaryMarshaller needs to use context class loader for deserialization
+* Fixed CLI command to execute maintenance action in corrupted PDS scenario
+* Fixed ComputeScheduleExample
+* Fixed Continuous Query buffers to reduce heap usage
+* Fixed DurableBackgroundTask can abandon incomplete task
+* Fixed FileWriteAheadLogManager creates 0-length WAL segments and cannot 
start later
+* Fixed GridCacheOffheapManager which ignores candidate pages count for index 
partition
+* Fixed IgniteCache#isClosed() returns false on server node even if the cache 
had been closed before
+* Fixed IgniteScheduler has to run inside the Ignite Sandbox with appropriate 
security context
+* Fixed NullPointerException at dumping long running operations
+* Fixed NullPointerException due to race on cache stop and transaction commit
+* Fixed NullPointerException during Cassandra Store initialization with 
PRIMITIVE strategy
+* Fixed NullPointerException in IgniteServiceProcessor when destroying a cache
+* Fixed NullPointerException in logSupplierDone(UUID nodeId)
+* Fixed NullPointerException may occur on client start
+* Fixed NullPointerException on tx recovery
+* Fixed NullPointerException with empty persistence data region
+* Fixed OOM on creating rebalance iterator while rebalancing cache with large 
values
+* Fixed OpenCensus module has no runtime dependencies
+* Fixed Query cancellation freezes on local lazy queries
+* Fixed UnsupportedOperationException: null when stopping grid
+* Fixed WAL archive cleanup from checkpoint to rollover
+* Fixed WAL compression doesn't work for binary recovery

Review comment:
       ```suggestion
   * Fixed WAL compression did not work for binary recovery
   ```




----------------------------------------------------------------
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.

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


Reply via email to