-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IGNITE-20926 Added 2.16 release notes. #11070
Conversation
RELEASE_NOTES.txt
Outdated
(!) WARNINGS: | ||
* Operations on atomic caches within transactions are finally forbidden. The system property IGNITE_ALLOW_ATOMIC_OPS_IN_TX has been removed. | ||
* Removed CacheAtomicityMode#TRANSACTIONAL_SNAPSHOT cache mode. | ||
* Mixed atomicity cache groups now restricted, but IGNITE_ALLOW_MIXED_CACHE_GROUPS system option may temporarily allow them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Mixed atimicity and transactional" or something like "Mixed mode",
"restricted" - > "forbidden"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
RELEASE_NOTES.txt
Outdated
Ignite: | ||
* Added ARM64 Docker images. | ||
* Added CLIENT_CONNECTION_ATTRIBUTES system view. | ||
* Added IndexQuery to performance statistics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps swap the words: "performance statistics for IndexQuery"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
RELEASE_NOTES.txt
Outdated
* Fixed list of reserved keywords. | ||
* Fixed memory leak in MailboxRegistryImpl#remotes. | ||
* Fixed performance statistics gathering. | ||
* Fixed placeholder values from ModifyNode (backport of IGNITE-19096). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove "backport of IGNITE-19096", it's a ticket from Ignite-3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
RELEASE_NOTES.txt
Outdated
* Added JMX commands invoker. | ||
* Added a description check if the command argument is enum type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's hard to understand for end user what these lines are about.
Perhaps group all management API related tickets to somethink like "Added management API (common interface to ...)"?
RELEASE_NOTES.txt
Outdated
* Added client session outbound message queue size limit. | ||
* Added compact footer usage statistics to the idle_verify command. | ||
* Added descriptions and values to the properties list command. | ||
* Added documentation for the Index Reader Utility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need documentation tickets in release notes? Documentation even not in release package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
RELEASE_NOTES.txt
Outdated
* Added number of partitions processed by the index worker to the output of the index commands. | ||
* Added performance statistics info about query properties and processed rows count by query. | ||
* Added support of SslContextFactory to CommandHandler (instead of GridSslBasicContextFactory). | ||
* Added support of cache group filter for dumps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have "Added cache dumps" in this release, perhaps we don't need another tickets in release notes related to dumps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
RELEASE_NOTES.txt
Outdated
* Added performance statistics info about query properties and processed rows count by query. | ||
* Added support of SslContextFactory to CommandHandler (instead of GridSslBasicContextFactory). | ||
* Added support of cache group filter for dumps. | ||
* Added support of custom SSL factory to the control.sh utility. | ||
* Added support of custom location for cache dumps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line related to dumps too.
RELEASE_NOTES.txt
Outdated
(!) WARNINGS: | ||
* Operations on atomic caches within transactions are finally forbidden. The system property IGNITE_ALLOW_ATOMIC_OPS_IN_TX has been removed. | ||
* Removed CacheAtomicityMode#TRANSACTIONAL_SNAPSHOT cache mode. | ||
* Mixed mode cache groups now restricted, but IGNITE_ALLOW_MIXED_CACHE_GROUPS system option may temporarily allow them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: are now restricted
RELEASE_NOTES.txt
Outdated
* Operations on atomic caches within transactions are finally forbidden. The system property IGNITE_ALLOW_ATOMIC_OPS_IN_TX has been removed. | ||
* Removed CacheAtomicityMode#TRANSACTIONAL_SNAPSHOT cache mode. | ||
* Mixed mode cache groups now restricted, but IGNITE_ALLOW_MIXED_CACHE_GROUPS system option may temporarily allow them. | ||
* The ignite-ml, cassandra modules have been migrated to the Ignite extensions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: The ignite-ml and cassandra modules
RELEASE_NOTES.txt
Outdated
* Added JMX commands invoker. | ||
* Added ability to configure metric exporter filter from Spring XML. | ||
* Added cache dumps. | ||
* Added client session outbound message queue size limit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Added size limit of the client session outbound message queue.
RELEASE_NOTES.txt
Outdated
* Fixed StoredCacheData removing when a node filter is set. | ||
* Fixed WAL logging to an archived segment after node restart. | ||
* Fixed an issue when IgniteLock cannot be acquired after release on JDK 17. | ||
* Fixed an issue when TTL isn't set for entries inserted with "insert from select" query. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: is not set
RELEASE_NOTES.txt
Outdated
* Fixed WAL logging to an archived segment after node restart. | ||
* Fixed an issue when IgniteLock cannot be acquired after release on JDK 17. | ||
* Fixed an issue when TTL isn't set for entries inserted with "insert from select" query. | ||
* Fixed an issue when a transaction will never become finished on timeout when deadlock detection is disabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Fixed an issue when a transaction never finishes on timeout when deadlock detection is disabled.
RELEASE_NOTES.txt
Outdated
* Fixed an issue when IgniteLock cannot be acquired after release on JDK 17. | ||
* Fixed an issue when TTL isn't set for entries inserted with "insert from select" query. | ||
* Fixed an issue when a transaction will never become finished on timeout when deadlock detection is disabled. | ||
* Fixed an issue where continuous queries could produce excessive memory usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Fixed an issue where continuous queries caused excessive memory usage.
RELEASE_NOTES.txt
Outdated
* Fixed assertion error on defragmentation. | ||
* Fixed broken serialization of communication messages due to incorrect GridCacheQueryRequest class marshalling. | ||
* Fixed cache objects transformation in Java thin client. | ||
* Fixed cache scan command page size to meet the limit argument. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Fixed the size of cache scan command page to meet the limit argument.
RELEASE_NOTES.txt
Outdated
* Fixed cache scan command page size to meet the limit argument. | ||
* Fixed connectable nodes list for control.sh. | ||
* Fixed continuous queries backup ack message sending for expired entries. | ||
* Fixed control-utility module location for slim and LGPL assemblies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: control utility
RELEASE_NOTES.txt
Outdated
* Fixed connectable nodes list for control.sh. | ||
* Fixed continuous queries backup ack message sending for expired entries. | ||
* Fixed control-utility module location for slim and LGPL assemblies. | ||
* Fixed defragmentation can't be configured to use one thread. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Fixed the Defragmentation can't be configured to use one thread issue.
RELEASE_NOTES.txt
Outdated
* Fixed log message about sending and receiving partition file during snapshot restore. | ||
* Fixed log message of snapshot create operation with the warning result. | ||
* Fixed negative duration in the SQL query system view. | ||
* Fixed node crash due to SecurityContext not being found during discovery message processing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: SecurityContext not found during...
RELEASE_NOTES.txt
Outdated
* Fixed failure on planning when cache size exceeds Integer.MAX_VALUE. | ||
* Fixed list of reserved keywords. | ||
* Fixed memory leak in MailboxRegistryImpl#remotes. | ||
* Fixed performance statistics gathering. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: performance statistics collection
RELEASE_NOTES.txt
Outdated
* Fixed performance statistics gathering. | ||
* Fixed placeholder values from ModifyNode. | ||
* Fixed primary key inline size calculation. | ||
* Fixed query freezes when partitions are set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Fixed the Query freezes when partitions are set issue.
(cherry picked from commit 2dc1951)
@Sashalig, @alex-plekhanov, Thank you for the review! |
Thank you for submitting the pull request to the Apache Ignite.
In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:
The Contribution Checklist
The description explains WHAT and WHY was made instead of HOW.
The following pattern must be used:
IGNITE-XXXX Change summary
whereXXXX
- number of JIRA issue.(see the Maintainers list)
the
green visa
attached to the JIRA ticket (see TC.Bot: Check PR)Notes
If you need any help, please email [email protected] or ask anу advice on http://asf.slack.com #ignite channel.