经过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列表:
[faststore] improve robustness of slice space log flow control
[libfastcommon] bugfixed: array_allocator_alloc MUST init the array
[libserverframe] improve robustness of binlog writer flow control
[libserverframe] bugfixed: sf_binlog_index.c call parse only when row_count > 0
[libfsstorage] bugfixed: set variable block instead of new_block
[libfsstorage] bugfixed: set variable normal_update correctly
[libfdirstorage] bugfixed: set variable normal_update correctly
FastCFS开源项目托管在github和gitee,欢迎大家测试和使用。