Infinispan 7.2.0.Alpha1 发布,数据网格平台
3月21日 深圳 OSC 源创会开始报名罗,送华为海思开发板Infinispan 7.2.0.Alpha1 发布,此版本主要是 atomic objects 和一些 bug 修复。
Bug 修复
[*] - Transaction rolled back but returns successful response
[*] - During ST, previously removed entry was revived
[*] - Cluster-wide RPCs not ForkChannel friendly
[*] - JGroupsTransport.getViewId() returns too soon
[*] - FuturesTest.testCombineWithCompletionErrors random failures
[*] - TransportStackConfigurationIT failing
[*] - Protostream annotation attributes that do not have a default value should be required
组件升级
[*] - Upgrade to protostream-3.0.1.Alpha1
功能增强
[*] - Separate Memcached and Hot Rod protocol decoders
[*] - Unify FilterAndConverterDistTest and FilterAndConverterLocalTest
[*] - Enhance performance of annotation driven marshallers by caching nested entity marshallers instead of always looking them up
功能请求
[*] - Atomic Object Factory
[*] - Publish the server .zip distribution to maven
任务
[*] - Bump version, parsers and schemas to 7.2
此版本现已提供下载,更多改进内容请看这里。
Thank you everyone for your involvement and contributions!
In?nispan是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行In?nspan,但其真正的价值在于分布 式,在这种模式下,In?nispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
页:
[1]