Skip to content

Commit

Permalink
Fix a Spelling error SDk to SDK (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindlesslcc authored and bluebore committed Dec 29, 2016
1 parent 2b3537c commit af796d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cn/bfs_desigin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
百度的核心数据库Tera将数据持久化在分布式文件系统上,分布式文件系统的性能、可用性和扩展性对整个上层搜索业务的稳定性与效果有着至关重要的影响。现有的分布式文件系统无法很好地满足这几方面的要求,所以我们从Tera需求出发,开发了百度自己的分布式文件系统。

## 系统架构
系统主要由Nameserver,Chunkserver和ClientSDk三部分构成。其中Nameserver是BFS的“大脑”,负责整个文件系统的目录树及每个文件的元信息的持久化存储和更新;Chunkserver是提供文件读写服务的实体;ClientSDk包括提供给管理员使用的管理命令工具bfs_client和给用户使用的SDK。除此之外,BFS还提用一个可视化Web界面用于实时反映集群的状态。
系统主要由Nameserver,Chunkserver和ClientSDK三部分构成。其中Nameserver是BFS的“大脑”,负责整个文件系统的目录树及每个文件的元信息的持久化存储和更新;Chunkserver是提供文件读写服务的实体;ClientSDK包括提供给管理员使用的管理命令工具bfs_client和给用户使用的SDK。除此之外,BFS还提用一个可视化Web界面用于实时反映集群的状态。

## Nameserver
Nameserver是BFS的“大脑”,负责存储及更新目录树及每个文件的元信息,所有需要读取或更新元信息的操作都需要通过Nameserver,而Nameserver的不可用将导致整个文件系统瘫痪。因此,在BFS的设计中,我们重点关注Nameserver的性能和可用性。
Expand Down

0 comments on commit af796d6

Please sign in to comment.