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

Accidentally Distributed

Accidentally Distributed

Given at NABD Conference with Serge Danzanvilliers. Based on the Devoxx talk, with some twists, and in English (so no jokes, we don't do jokes in English)

Yann Schwartz

May 26, 2016
Tweet

More Decks by Yann Schwartz

Other Decks in Programming

Transcript

  1. A distributed system is one in which the failure of

    a computer you didn't even know existed can render your own computer unusable. Leslie Lamport
  2. Buffers, buffers everywhere • Caches, buffers, batches, queues : everything

    comes in chunks • Unbounded queues : never-ending tears • Operation triage: lose some data or lose your system
  3. TL;DR • Ignorance is not bliss • System entropy always

    increases • Worse is better until it’s not