作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (23): 49-51. doi: 10.3969/j.issn.1000-3428.2011.23.016

• 软件技术与数据库 • 上一篇    下一篇

一种高效的协调式检查点算法

刘翠英1,高胜法1,王慧丽2   

  1. (1. 山东大学计算机科学与技术学院,济南 250101;2. 济南第三职业中等专业学校,济南 250001)
  • 收稿日期:2011-05-10 出版日期:2011-12-05 发布日期:2011-12-05
  • 作者简介:刘翠英(1975-),女,工程师、硕士研究生,主研方向:检查点算法,分布式系统;高胜法,副教授;王慧丽,硕士研究生
  • 基金资助:
    山东省自然科学基金资助项目(Z2008G03)

High-efficient Coordinated Checkpoint Algorithm

LIU Cui-ying 1, GAO Sheng-fa 1, WANG Hui-li 2   

  1. (1. School of Computer Science and Technology, Shandong University, Jinan 250101, China; 2. Jinan No.3 Vocational School, Jinan 250001, China)
  • Received:2011-05-10 Online:2011-12-05 Published:2011-12-05

摘要: 为降低设置检查点的开销,提出一种高效的异步存储非阻塞协调式检查点算法。该算法允许多个进程并发地在进程状态信息量较小时设置检查点,只在稳固存储器空闲时进行异步存储,并可同时进行检查点设置及进程执行。实验结果表明,该算法能降低设置检查点的开销,提高系统性能。

关键词: 分布式系统, 容错, 检查点算法, 非阻塞, 回卷恢复

Abstract: This paper proposes an efficient non-blocking coordinated checkpoint algorithm. In the algorithm, more processes can concurrently take consistent global checkpoints. The algorithm reduces the overhead by saving the state asynchronously and taking checkpoint when the amount of state information to be saved is small. The algorithm greatly lowers the overhead of checkpoint and improves system’s performance.

Key words: distributed system, fault-tolerance, checkpoint algorithm, non-blocking, rollback recovery

中图分类号: