期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
蓝鲸分布式文件系统元数据服务 被引量:9
1
作者 杨德志 许鲁 张建刚 《计算机工程》 CAS CSCD 北大核心 2008年第7期4-6,9,共4页
文件系统元数据请求占据了所有请求50%以上的比例,文件系统元数据服务对整个文件系统有着重要的影响。该文介绍了蓝鲸分布式文件系统的元数据服务器集群(BWMMS)的设计方法。BWMMS通过高扩展的系统结构和简单灵活的元数据请求处理协议,... 文件系统元数据请求占据了所有请求50%以上的比例,文件系统元数据服务对整个文件系统有着重要的影响。该文介绍了蓝鲸分布式文件系统的元数据服务器集群(BWMMS)的设计方法。BWMMS通过高扩展的系统结构和简单灵活的元数据请求处理协议,完成元数据服务的协同处理过程。初步评估表明,BWMMS的元数据管理机制能够提供较好的元数据处理性能,具有较高的扩展能力。 展开更多
关键词 网络存储系统 分布式文件系统元数据服务 元数据请求原子性保证
下载PDF
A Non-Forced-Write Atomic Commit Protocol for Cluster File Systems 被引量:1
2
作者 邵冰清 张军伟 +3 位作者 郑彩平 张浩 刘振军 许鲁 《Journal of Computer Science & Technology》 SCIE EI CSCD 2014年第2期303-315,共13页
Distributed metadata consistency is one of the critical issues of metadata clusters in distributed file systems. Existing methods to maintain metadata consistency generally need several log forced write operations. Si... Distributed metadata consistency is one of the critical issues of metadata clusters in distributed file systems. Existing methods to maintain metadata consistency generally need several log forced write operations. Since synchronous disk IO is very inefficient, the average response time of metadata operations is greatly increased. In this paper, an asynchronous atomic commit protocol (ACP) named Dual-Log (DL) is presented. It does not need any log forced write operations. Optimizing for distributed metadata operations involving only two metadata servers, DL mutually records the redo log in counterpart metadata servers by transferring through the low latency network. A crashed metadata server can redo the metadata operation with the redundant redo log. Since the latency of the network is much lower than the latency of disk IO, DL can improve the performance of distributed metadata service significantly. The prototype of DL is implemented based on local journal. The performance is tested by comparing with two widely used protocols, EP and S2PC-MP, and the results show that the average response time of distributed metadata operations is reduced by about 40%-60%, and the recovery time is only I second under 10 thousands uncompleted distributed metadata operations. 展开更多
关键词 atomic commit protocol cluster file system distributed metadata operation CONSISTENCY Dual-Log
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部