ZooKeeper分布式协调服务设计与协议保障.pdfVIP

  • 0
  • 0
  • 约1.98万字
  • 约 39页
  • 2026-08-31 发布于北京
  • 举报

ZooKeeper分布式协调服务设计与协议保障.pdf

ZooKeeper

Ahighlyavailable,scalable,distributed,

configuration,consensus,group

membership,leaderelection,naming,

andcoordinationservice

协议保证

1)顺序一致性

客户端的更新将按照发送顺序被应用。

2)原子性

更新要么成功要么失败,不存在部分结果。

3)单一系统镜像

无论客户端连接到哪个服务器,都将看到服务

的相同视图。

4)可靠性

一旦更新被应用,从那时起将持续存在,直到客户端

覆盖该更新。

5)时效性

客户端对系统的视图保证在一定时间范围内是

的。系统变更要么会在此时间范围内被客户端感知,要么客户

端将检测到服务中断。

ProtocolGuarantees

1)SequentialConsistency-Updatesfromaclientwillbe

appliedintheorderthattheyweresent.

2)Atomicity-Updates

文档评论(0)

1亿VIP精品文档

相关文档