发布于 2017-03-16 03:28:09 | 58 次阅读 | 评论: 0 | 来源: 网友投递
Infinispan 开源的数据网格平台
Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。
Infinispan 包括 C++ 和 C# 两种语言版本的 Hotrod 客户端发布了 8.1.0 CR2 版本了,该版本主要是 bug 的修复:
[HRCPP-351] - cache get doesn't work with protobuf marshaller
[HRCPP-352] - ProtoStreamMarshaller typeId must be configurable
[HRCPP-353] - .NET test suite hides exceptions thrown during ISPN server startup
[HRCPP-354] - SSL socker read hangs when socket is closed server side
[HRCPP-355] - Fix memleaks reported by valgrind in event framework
[HRCPP-357] - Custom remote events are not caught by the client
[HRCPP-358] - Failover remote events are not processed by the client
[HRCPP-360] - IVersionedValue.GetVersion returns type long while cache.ReplaceWithVersion accepts ulong
[HRCPP-365] - near cache loses entries version
[HRCPP-366] - Unable to register filter for remote events
相关链接: