Skip to Content
ZooKeeperによる分散システム管理
book

ZooKeeperによる分散システム管理

by Flavio Junqueira, Benjamin Reed, 中田 秀基
October 2014
Beginner to intermediate
240 pages
3h 38m
Japanese
O'Reilly Japan, Inc.
Content preview from ZooKeeperによる分散システム管理

6章ZooKeeper使用上の注意

5章までは、ZooKeeperを用いたプログラムの書き方を議論し、基本的な実装といくつかのより高度な実装を示した。本章では、主にセッションのセマンティクスと順序保証に関する、ZooKeeperのややこしい側面に焦点を当てる。本章で述べる内容は、読者のアプリケーション開発には直接関係ないかもしれない。しかし、いつか役に立つことがあるかもしれないので、知っておいたほうがよい。

本章の構成は、他の章の構成と異なっている。特に前後の流れはなく、さまざまな内容を述べる。各節はそれぞれ完結しているので、個別に読んでも構わない。これまでもZooKeeperの面倒な点については述べてきたが、本章では他の場所で議論しても意味をなさないような点についてまとめて述べる。だからといって本章で述べるのが重要でないということにはならない。多くの開発者がつまずいた点ばかりなのだから。

6.1 ACLの利用

アクセス制御は管理の節で扱うべきだと思うかもしれない。しかし、ZooKeeperでは、管理者ではなく開発者がアクセス制御を管理する。これは、アクセス権限がznodeを作る際に設定されるからである。アクセス権限は親znodeから引き継がれない。アクセスのチェックもznodeごとに行われる。あるクライアントがあるznodeにアクセスする権限を持っている場合、その親znodeにアクセスする権限がなくても、そのznodeにはアクセスできてしまう。

ZooKeeperはアクセスをアクセス制御リスト(ACL:Access Control List)で制御する。ACLには、scheme:auth-infoという形のエントリが複数格納される。schemeは組み込みの認証スキームに対応し、 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

パフォーマンス向上のためのデザイン設計

パフォーマンス向上のためのデザイン設計

Lara Callender Hogan, 西脇 靖紘, 星野 靖子
Python機械学習クックブック

Python機械学習クックブック

Chris Albon, 中田 秀基
Javaパフォーマンス

Javaパフォーマンス

Scott Oaks, Acroquest Technology株式会社, 寺田 佳央, 牧野 聡
ハイパフォーマンスPython

ハイパフォーマンスPython

Micha Gorelick, Ian Ozsvald, 相川 愛三

Publisher Resources

ISBN: 9784873116938Other