Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Taming Pythons with ZooKeeper (BCNDEVCON edition)

Taming Pythons with ZooKeeper (BCNDEVCON edition)

Taming Pythons with ZooKeeper

Concurrency is hard. Consistency in distributed systems is hard. And then the whole thing should be highly-available and error resilient.

In the past we used to deploy new indices using sequential scripts, which would move files around in network and then tell services to upgrade their indices via complex command line calls over SSH. As number of services and thus indices and machines grew, this approach came more and more fragile.

To address the fragility, we decided to start providing index distribution as a service. No longer we would need to deal with individual services but aim only to offer robust and trustworthy way of orchestrating the publishing of new indices. Due to the nature of indices, where things need to happen in a certain order, we needed to be able to have consistency over the services inside a datacenter. For this problem, we decided to take the highly consistent ZooKeeper to help us.

With the help of ZooKeeper we built a self-orchestrating fault resilient, distributed system that we now can offer as a service for other teams needing to distribute indices.

The content of the talk will be in three parts: - Introducing our system and problem domain of index distribution - How we used to deal with this in the past - Why did we pick ZooKeeper - How do we built our system on top of primitives provided by ZooKeeper using Python.

This talk is more ZooKeeper and system focused than the equivalent in PyCon Finland.

Jyrki Pulliainen

December 07, 2012
Tweet

More Decks by Jyrki Pulliainen

Other Decks in Technology

Transcript

  1. For me? Deploy! Meh. No :( Downloaded? No Download Yes!

    Queue Yes No First? Publish! Yes Dequeue