| Terracotta Documentation Terracotta documentation is categorized into DSO documentation and product documentation. Other Terracotta documentation includes whitepapers and introductory tutorials. Note the following links: • New Documentation Home Page – Introduction and links to Terracotta documentation.• Product Documentation – Covers Terracotta products and related topics:
|
|
Release Notes for Terracotta 3.2.1Changes in Ehcache 2.1
New Features1. Non-Stop Cache The NonStopCache is a decorated cache which provides a configurable timeout for cache operations with a configurable action on timeout and integration with the cluster eventing mechanism so that if the node drops out of the cluster the timeout action occurs. The upshot is that the cache can tolerate various failure conditions and become non stop. See the documentation for further details. 2. JTA for Hibernate 2nd level cache Ehcache now supports the "transactional" cache strategy for Hibernate. Ehcache now supports all Hibernate caching features and is more fully-featured than any other Hibernate cache. 3. JTA for Ehcache standalone JTA is now supported for Ehcache without Terracotta. 4. Unlocked Reads View UnlockedReadsView is a decorated cache which provides an incoherent view of a Terracotta coherent cache. You can have this and have the underlying coherent cache at the same time. The UnlockedReadsView is placed in the CacheManager under its own name so that it can be separately referenced. See the documention for further details. 5. Explicit Locking Cache The explicit locking cache provides a mechanism to obtain a lock on get and release it on put, so that a pessimistic lock can be obtained for fine-grained locking control. See the documentation. This API is into it's second revision and now supports use with Ehcache standalone in addition to use with Terracotta. 6. New Improved Disk Store 7. Added new methods putifAbsent and replace Additional ImprovementsThe 3.2.1_2 kit includes Express Sessions support for Websphere with Terracotta 3.2.1, Quartz 1.8.0 and Ehcache 2.1.0 The Ehcache kit now includes the Terracotta Server Supported platform page Expected Updates and Scheduled Bug Fixesin the 2.1 EHC Jira Project Changes in Ehcache 2.0.1Updates and Bug Fixes in the 2.0.1 EHC Jira Project
Changes in Ehcache 2.0 and Terracotta 3.2.1New Features1. Ehcache as a Hibernate 2nd Level Cache. 2. Write-behind in Ehcache. 3. JTA support in Ehcache. 4. Optimized bulk load in Ehcache. 5. Management. Dynamic config for Ehcache - for example TTI and TTL for caches can be changed on the fly via the console or JMX. Check out the updated developer console to see this feature. 6. Express Web Sessions Clustering. Now Web Sessions Clustering is supported in Express mode - i.e. without needing a boot jar or custom annotations. This new approach is designed to work with frameworks that are developed for serialization-based clustering and not to require any Terracotta-specific configuration. We recommend you review the doc section on the topic. 7. OSGi Support Expected Updates and Scheduled Bug Fixesin the 2.0 EHC Jira Project Kit ChangesThe Terracotta Kit structure has changed with four top level directories aligning with Terracota Products. Please review the kit structure if you have a previous Terracotta installation, as any custom scripts you have created may no longer work without adjustments. Additional ImprovementsThe Terracotta 3.2.1 Kit includes Quartz 1.7.3 Known Open IssuesEHC-678 JTA supported TM versions
FORGE-582 With cluster events enabled terracotta clustered cache, adding an element to a cache with tti/ttl 30 secs and checking the element after 60 secs. This triggers evicted event, then expired event. FORGE-583 Exception while starting the transaction in weblogic10 container. The error message seens is "Attempt to start an XA Transaction inside a Resource Adapter's Local Transaction is illegal"
CDV-1455 Delays in return of setting Coherent to true in Developer Console CDV-1457 Clustered Ehcache write behind isn't properly scoped EHC-641 Creating cacheMgr programatically not viewable in Developer Console
|