Apache Zookeeper and the art of building distributed systems /
"Implementing distributed systems can be hard. Servers crash, become slow, and get partitioned away. These are all events that can happen in a real setting and your distributed system needs to be ready to deal with them. Apache ZooKeeper has been developed to deal with such problems. It is a re...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico Video |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified] :
O'Reilly Media,
2014.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Sumario: | "Implementing distributed systems can be hard. Servers crash, become slow, and get partitioned away. These are all events that can happen in a real setting and your distributed system needs to be ready to deal with them. Apache ZooKeeper has been developed to deal with such problems. It is a replicated in-memory system that stores small files called znodes in a hierarchical manner. The ordering guarantees operations over znodes and the notification scheme it provides enables the implementation of a number of commonly used recipes, like master election, group membership, locks, barriers, etc. Without a component like ZooKeeper, implementing such recipes from scratch can be a significant burden because they require sophisticated algorithms with many corner cases that are easy to overlook. ZooKeeper, however, does not make the promise of completely hiding all the problems of a distributed system, but instead to simplify the task.This webcast covers: some basic concepts of ZooKeeper design choices, and caveats, examples of recipes one can implement with the ZooKeeper API elaborate on the potential problems with naive recipes, discuss ways around such problems."--Resource description page. |
---|---|
Notas: | Title taken from title screen (viewed July 29, 2015) Date of publication taken from resource description page. |
Descripción Física: | 1 online resource (1 streaming video file (44 min., 36 sec.)) : digital, sound, color |