- 1、本文档共51页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
分布式存储系统可用性与一致性分析-计算机应用技术专业论文
华中科技 大学硕士 学
华
中
科
技 大
学
硕
士 学
位
论
文
II
II
Abstract
Consistency, availability, partition tolerance and scalability are mainly difficult problems in the design of distribute storage system. Now many distribute file systems and storage systems are designed to enhance the performance of systems. Our system is designed to build high-availability storage service on inexpensive commodity devices. This system is a distribute key value storage system which use external high-availability system components Zookeeper for leader election. And System use variant Paxos distribute protocol to ensure the strong consistency of replicas. The Node of system can do automatic failover and can ensure no data lose after node recovery. In order to improve system scalability and availability, System support three copy of each data and partition of data. System provide optional consistency of services, including strong consistency and monotonous consistency.
The implementation of system show that the overhead of our distribute copy protocol is very small. We use many optimum measures in system implementation, include the parallelization of the network and disk, parallelization of multi requests, serialization of write operations and so on. The write performance of the system have reach the bottleneck of the disk. Also system can provide quite strong consistency service and better monotonous consistency service. Our practice shows that Paxos and other similar quorum distributed protocol are good choice of high-availability system implementation.
Key words: Distribute Storeage System, High-availability, Consistency, Scalability, Partition tolerance
III
III
目 录
摘 要 I
HYPERLINK \l _bookmark0 Abstract II
HYPERLINK \l _bookmark1 1 绪论
HYPERLINK \l _bookmark2 1.1 研究背景与意义 (1)
HYPERLINK \l _bookmark3 1.2 分布式存储系统研究现状 (1)
HYPERLINK \l _bookmark4 1.3 本文研究内容以及论文结构 (3)
HYPERLINK \l _bookmark5 2 分布式存储系统分布式副本协议分析
HYPERLINK \l _bookmark6 2.1 分布式副本协议分析 (5)
HYPERLINK \l _bookmark7 2.2 系统使用的分布式副本方案 (
您可能关注的文档
- 公路裸洞隧道渗漏水形成机理及防治措施研究-岩土工程专业论文.docx
- 公路规费电子稽查系统的设计与应用-软件工程专业论文.docx
- 公路货运价格形成及规制研究-物流工程专业论文.docx
- 公路货物运输GIS监控系统的设计与实现-软件工程专业论文.docx
- 公路货运超载超限及治理问题研究公共管理学专业论文.docx
- 公路超限超载运输治理对策研究-行政管理专业论文.docx
- 公路超限检测系统设计-信号与信息处理专业论文.docx
- 公路路产保护分析-经济法学专业论文.docx
- 公路超限运输多元治理模式研究-行政管理专业论文.docx
- 公路路域生态恢复与评价-交通运输工程专业论文.docx
- 分布式安全防火墙支持TR069的设计与实现-软件工程专业论文.docx
- 分布式安全防火墙支持TR069设计与实现-软件工程专业论文.docx
- 分布式存储系统的管理系统的设计与实现-计算机技术专业论文.docx
- 分布式实时嵌入系统的消息体系研究-计算机软件与理论专业论文.docx
- 分布式容灾系统的分析与实现-计算机系统结构专业论文.docx
- 分布式实时系统的时序分析方法分析-计算机科学与技术专业论文.docx
- 分布式密码协议及公平性分析-密码学专业论文.docx
- 分布式对象存储系统的设计和实现-计算机应用技术专业论文.docx
- 分布式对象存储系统的设计和实现计算机应用技术专业论文.docx
- 分布式密码协议及公平性研究-密码学专业论文.docx
文档评论(0)