Infinispan 9.3.0.Beta1 发布,分布式集群缓存系统

栏目: 软件资讯 · 发布时间: 8年前

内容简介:Infinispan 9.3.0.Beta1 已发布,共包含38 处修复。主要修复内容如下: Conflict Resolution Improvements MergePolicy.NONE is now the default merge-policy Conflict Resolution during a merge is now non-bl...

Infinispan 9.3.0.Beta1 已发布,共包含38 处修复。主要修复内容如下:

  • Conflict Resolution Improvements

    • MergePolicy.NONE is now the default merge-policy

    • Conflict Resolution during a merge is now non-blocking and tolerant of node failures

  • Reactive Streams based Cache Loader SPI available

  • Infinispan can now be built and tested with Java 10/11

  • Max Idle expiration is now cluster-wide including events

  • The Java Hot Rod client can handle data in multiple formats

  • Improved merge after long GC pauses avoiding data loss

  • Admin console supports counters in standalone mode

  • Lots of bug fixes, test fixes, and documentation improvements

下载地址:https://infinispan.org/download/   

Infinispan 是一个开源的数据网格平台。它公开了一个简单的数据结构(一个 Cache)来存储对象。虽然可以在本地模式下运行 Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan 可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本; 服务器故障的一种恢复手段 ; 同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Agile Web Application Development with Yii 1.1 and PHP5

Agile Web Application Development with Yii 1.1 and PHP5

Jeffrey Winesett / Packt Publishing / 2010-08-27

In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具