happy_fish100 发表于 2023-08-07 10:33

FastCFS V4.3发布,小改进和bug修复

经过3个星期的研发和测试,高性能分布式文件系统FastCFS 4.3发布了。V4.3主要是2个小改进和7个bug修复。

2个小改进如下:

1)fastdir存储引擎的children容器默认为sortedarray,新支持了skiplist,对应的配置项为children_container。当一个目录下的子目录或文件数过多,比如超过了1万个,建议将children_container配置为skiplist。

2)faststore数据同步线程数由宏定义改为配置项 recovery_concurrent,默认值为2。新增存储节点时,可以酌情调大此参数,以加快数据同步速度。

修复的bug列表:

improve robustness of slice space log flow control

bugfixed: array_allocator_alloc MUST init the array

improve robustness of binlog writer flow control

bugfixed: sf_binlog_index.c call parse only when row_count > 0

bugfixed: set variable block instead of new_block

bugfixed: set variable normal_update correctly

bugfixed: set variable normal_update correctly

FastCFS开源项目托管在github和gitee,欢迎大家测试和使用。


页: [1]
查看完整版本: FastCFS V4.3发布,小改进和bug修复