| <head> |
| <link rel="canonical" href="https://ignite.apache.org/releases/2.7.6/release_notes.html" /> |
| <META NAME="ROBOTS" CONTENT="NOINDEX"> |
| |
| |
| |
| |
| <style>h1 { color: #113847; font-size: 33px; font-weight: bold; margin: 30px 0 15px 0; padding-bottom: 7px; width: 700px;}h2 { border-bottom: 2px solid #ccc; color: #113847; font-size: 29px; font-weight: normal; margin: 30px 0 15px 0; padding-bottom: 7px; width: 700px; }a { color: #cc0000; text-decoration: none; }span { color: #cc0000;}a:hover { text-decoration: underline;}ul,ol { list-style: disc; margin-left: 30px;}ul li,ol li { margin: 5px 0;}p.description { width: 700px;}</style> |
| |
| <script> |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| |
| ga('create', 'UA-61232409-1', 'auto'); |
| ga('send', 'pageview'); |
| |
| </script></head> |
| <body> |
| <h1>Apache IGNITE 2.7.6<h1> |
| <div></div> |
| |
| <h2>Ignite:</h2> |
| |
| <ul> |
| <li>Changed default persistence directory location when IGNITE_HOME is not set, native persistence files will not be stored in the temp directory anymore</li> |
| <li>Fixed a bug that caused a SELECT query with an equality predicate on a part of the primary compound key to return a single row even if the query matched multiple rows</li> |
| <li>Fixed an issue that could cause data corruption during checkpointing</li> |
| <li>Fixed an issue where a row size was calculated incorrectly for shared cache groups, which caused a tree corruption</li> |
| <li>Reduced java heap footprint by optimizing GridDhtPartitionsFullMessage maps in exchange history</li> |
| <li>Fixed an issue where an outdated node with a destroyed cache caused the cluster to hang</li> |
| <li> Fixed a bug that made it impossible to change the inline_size property of an existing index after it was dropped and recreated with a different value</li> |
| <li>Fixed an issue causing silent control.sh script fail when JAVA_HOME is not set</li> |
| <li>Fixed an issue causing sporadic node failure when persistence is enabled and WAL mmap is disabled</li> |
| <li>Fixed an issue causing potential PDS corruption when a node is killed during checkpoint mark phase</li> |
| </ul> |
| |
| <h2>Ignite .NET:</h2> |
| |
| <ul> |
| <li>Native persistence now works with a custom affinity function</li> |
| <li>Fixed missing CacheEntryEventType.Removed event</li> |
| </ul> |
| </body> |