Infinispan 8.2.5.Final 发布了,Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布 式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服 务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
更新内容:
组件更新:
提升:
-
[ISPN-6911] - Add a MANUAL strategy to eviction
Bug 修复:
-
[ISPN-4016] - Write operations in invalidation mode can fail with OutdatedTopologyException
-
[ISPN-4390] - CHMv8 leaks ThreadLocal
-
[ISPN-5193] - infinispan-embedded and infinispan-cli-interpreter don't work together
-
[ISPN-6045] - TransactionAwareKeyCloseableIterator.remove uses previousValue which is never set
-
[ISPN-6241] - Old version of commons-logging drags old version of servlet-api through infinispan-spring
-
[ISPN-6266] - ClassCastException: org.infinispan.container.entries.ImmortalCacheEntry cannot be cast to org.infinispan.container.entries.MVCCEntry
-
[ISPN-6445] - PreloadingWithWriteBehindTest.testIfCanLoadKeysConcurrently random failures
-
[ISPN-6451] - NonTxPutIfAbsentDuringLeaveStressTest.testNodeLeavingDuringPutIfAbsent still fails randomly
-
[ISPN-6792] - NonTxDistributionInterceptor doesn't always change the matcher for retry
-
[ISPN-6795] - ClusteredGetResponseValidityFilter swallows exceptions
Task:
-
[ISPN-7101] - Backports for 8.2.5.Final
完整更新内容,点击此处查看。
下载地址:http://infinispan.org/download/#stable