 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring 2008 1 Principles of Reliable Distributed Systems Lecture 12: Impossibility.

Slides:



Advertisements
Similar presentations
Impossibility of Distributed Consensus with One Faulty Process
Advertisements

Impossibility of Consensus in Asynchronous Systems (FLP) Ali Ghodsi – UC Berkeley / KTH alig(at)cs.berkeley.edu.
CS 542: Topics in Distributed Systems Diganta Goswami.
CSE 486/586, Spring 2012 CSE 486/586 Distributed Systems Consensus Steve Ko Computer Sciences and Engineering University at Buffalo.
A General Characterization of Indulgence R. Guerraoui EPFL joint work with N. Lynch (MIT)
Distributed Computing 8. Impossibility of consensus Shmuel Zaks ©
CSE 486/586, Spring 2013 CSE 486/586 Distributed Systems Consensus Steve Ko Computer Sciences and Engineering University at Buffalo.
Announcements. Midterm Open book, open note, closed neighbor No other external sources No portable electronic devices other than medically necessary medical.
Distributed Algorithms – 2g1513 Lecture 10 – by Ali Ghodsi Fault-Tolerance in Asynchronous Networks.
Computer Science 425 Distributed Systems CS 425 / ECE 428 Consensus
Consensus Hao Li.
Distributed Computing 8. Impossibility of consensus Shmuel Zaks ©
Byzantine Generals Problem: Solution using signed messages.
1 Principles of Reliable Distributed Systems Lectures 11: Authenticated Byzantine Consensus Spring 2005 Dr. Idit Keidar.
1 Principles of Reliable Distributed Systems Lecture 6: Synchronous Uniform Consensus Spring 2005 Dr. Idit Keidar.
1 Principles of Reliable Distributed Systems Lecture 3: Synchronous Uniform Consensus Spring 2006 Dr. Idit Keidar.
Sergio Rajsbaum 2006 Lecture 3 Introduction to Principles of Distributed Computing Sergio Rajsbaum Math Institute UNAM, Mexico.
Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 5: Synchronous (Uniform)
 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 7: Failure Detectors.
Asynchronous Consensus (Some Slides borrowed from ppt on Web.(by Ken Birman) )
CPSC 668Set 9: Fault Tolerant Consensus1 CPSC 668 Distributed Algorithms and Systems Fall 2006 Prof. Jennifer Welch.
CPSC 668Set 9: Fault Tolerant Consensus1 CPSC 668 Distributed Algorithms and Systems Spring 2008 Prof. Jennifer Welch.
CPSC 668Set 16: Distributed Shared Memory1 CPSC 668 Distributed Algorithms and Systems Fall 2006 Prof. Jennifer Welch.
Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 6: Synchronous Byzantine.
1 Fault-Tolerant Consensus. 2 Failures in Distributed Systems Link failure: A link fails and remains inactive; the network may get partitioned Crash:
Aran Bergman Eddie Bortnikov, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Recitation.
Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 5: Synchronous Uniform.
 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 9: SMR with Paxos.
1 Principles of Reliable Distributed Systems Lecture 5: Failure Models, Fault-Tolerant Broadcasts and State-Machine Replication Spring 2005 Dr. Idit Keidar.
Impossibility of Distributed Consensus with One Faulty Process Michael J. Fischer Nancy A. Lynch Michael S. Paterson Presented by: Oren D. Rubin.
Distributed systems Module 2 -Distributed algorithms Teaching unit 1 – Basic techniques Ernesto Damiani University of Bozen Lesson 4 – Consensus and reliable.
 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 6: Impossibility.
Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 6: Synchronous Byzantine.
Aran Bergman, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Recitation 5: Reliable.
Distributed Systems Tutorial 4 – Solving Consensus using Chandra-Toueg’s unreliable failure detector: A general Quorum-Based Approach.
On the Cost of Fault-Tolerant Consensus When There are no Faults Idit Keidar & Sergio Rajsbaum Appears in SIGACT News; MIT Tech. Report.
Systems of Distributed systems Module 2 - Distributed algorithms Teaching unit 2 – Properties of distributed algorithms Ernesto Damiani University of Bozen.
 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 7: Failure Detectors.
1 Principles of Reliable Distributed Systems Recitation 7 Byz. Consensus without Authentication ◊S-based Consensus Spring 2008 Alex Shraer.
 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 8: Failure Detectors.
CSE 486/586, Spring 2012 CSE 486/586 Distributed Systems Consensus Steve Ko Computer Sciences and Engineering University at Buffalo.
Distributed Consensus Reaching agreement is a fundamental problem in distributed computing. Some examples are Leader election / Mutual Exclusion Commit.
Lecture 8-1 Computer Science 425 Distributed Systems CS 425 / CSE 424 / ECE 428 Fall 2010 Indranil Gupta (Indy) September 16, 2010 Lecture 8 The Consensus.
Distributed Algorithms – 2g1513 Lecture 9 – by Ali Ghodsi Fault-Tolerance in Distributed Systems.
Consensus and Its Impossibility in Asynchronous Systems.
1 Lectures on Parallel and Distributed Algorithms COMP 523: Advanced Algorithmic Techniques Lecturer: Dariusz Kowalski Lectures on Parallel and Distributed.
Distributed Algorithms Lecture 10b – by Ali Ghodsi Fault-Tolerance in Asynchronous Networks – Probabilistic Consensus.
DISTRIBUTED ALGORITHMS AND SYSTEMS Spring 2014 Prof. Jennifer Welch Set 11: Asynchronous Consensus 1.
CS294, Yelick Consensus revisited, p1 CS Consensus Revisited
Distributed systems Consensus Prof R. Guerraoui Distributed Programming Laboratory.
Sliding window protocol The sender continues the send action without receiving the acknowledgements of at most w messages (w > 0), w is called the window.
Chap 15. Agreement. Problem Processes need to agree on a single bit No link failures A process can fail by crashing (no malicious behavior) Messages take.
SysRép / 2.5A. SchiperEté The consensus problem.
Impossibility of Distributed Consensus with One Faulty Process By, Michael J.Fischer Nancy A. Lynch Michael S.Paterson.
Agreement in Distributed Systems n definition of agreement problems n impossibility of consensus with a single crash n solvable problems u consensus with.
Chapter 21 Asynchronous Network Computing with Process Failures By Sindhu Karthikeyan.
Fault tolerance and related issues in distributed computing Shmuel Zaks GSSI - Feb
DISTRIBUTED ALGORITHMS Spring 2014 Prof. Jennifer Welch Set 9: Fault Tolerant Consensus 1.
CS4231 Parallel and Distributed Algorithms AY 2006/2007 Semester 2 Lecture 9 Instructor: Haifeng YU.
1 Fault-Tolerant Consensus. 2 Communication Model Complete graph Synchronous, network.
On the Performance of Consensus Algorithms: Theory and Practice Idit Keidar Technion & MIT.
CSE 486/586 CSE 486/586 Distributed Systems Consensus Steve Ko Computer Sciences and Engineering University at Buffalo.
The consensus problem in distributed systems
When Is Agreement Possible
CSCE 668 DISTRIBUTED ALGORITHMS AND SYSTEMS
Alternating Bit Protocol
CSCE 668 DISTRIBUTED ALGORITHMS AND SYSTEMS
FLP Impossibility of Consensus
CSCE 668 DISTRIBUTED ALGORITHMS AND SYSTEMS
Distributed systems Consensus
Presentation transcript:

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Principles of Reliable Distributed Systems Lecture 12: Impossibility of Fault-Tolerant Asynchronous Consensus aka FLP (Fischer, Lynch, Paterson, 85) Spring 2008 Prof. Idit Keidar

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Material Textbooks: –Nancy Lynch, Distributed Algorithms Ch. 12 (FLP), Ch. 25 (partial synchrony). –Attiya & Welch, Distributed Computing, Ch. 5. A Constructive Proof of FLP, Hagen Völzer, IPL 2004

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Reminder: Consensus Each process has an input, should irrevocably decide an output Agreement: correct processes’ decisions are the same Validity: decision is input of one process Termination: eventually all correct processes decide Binary Consensus: input values are 0 and 1

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Model Asynchronous –Messages can be delayed arbitrarily (non- assumption) –Processes take steps at asynchronous times Crash failures –At most one crash failure in a run –A process that crashes at any point in a run is faulty in that run

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Some Definitions For formal lower bound proofs we need formal definitions of what algorithms can and cannot do

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Configurations (Global States) A configuration (or global state) of a distributed system is a vector consisting of the local states of all of its components –Process states: values in variables –Communication link states: messages in transit  s 1, s 2, …, s n, c 12, c 13, …,c n(n-1)  External observer view

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Algorithms Deterministic algorithm = collection of state-transition functions, one per system component –Together: function from configurations to configurations

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring State Transitions A process’s algorithm defines transitions –From a given local state and (possibly) incoming messages –To a new state and (possibly) messages to send The transition modifies the process state and (possibly) incoming and/or outgoing channel states

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Runs (Executions) A run (execution) of an algorithm = an alternating sequence of configurations and actions Example run of a shared counter: 0, inc A (), 1, inc B (), 2, inc B (), 3, inc B (), 4

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring More on Configurations Reachable configuration = there is a run in which it occurs v-decided configuration: some process has decided v (stored as part of the state)

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Environments A run is determined by the algorithm’s actions, and the environment’s actions In a synchronous model, the environment actions are failures and message loss In an asynchronous model, also scheduling of process actions and message delays

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring To Prove Lower Bounds It’s sufficient to look at a subset of all possible runs –A subset of possible environment actions Simplifies proof Weakens the adversary, hence strengthens the lower bound Is the same true for algorithms?

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Simplified Asynchronous Model Assume that processes take steps only upon message receipt –Assume further that each process initially has a special message “start” waiting for it in an incoming channel –Why can we assume this? Recall that we are allowed to restrict ourselves to a subset of the runs

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Runs of Simplified Model A run is a sequence of steps, each of which occurs at one process p that: –Reads a message m from an incoming channel The channel state changes to exclude m –Changes the local state of p –Puts zero or more messages on channels to other processes

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Considered Environment Actions (p,m) –Process p delivers m –Enabled when m is in a channel to p and p is correct –Removes m from the channel –May change p’s local state –May change any number of p’s outgoing channels

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Fair Executions An execution is fair if for every (p,m), if (p,m) is enabled then it eventually occurs Note: an enabled action does not stop being enabled until it occurs, why? Note: fairness is a condition on the environment, not the consensus protocol Why do we care about fairness?

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Observation Given a fixed deterministic algorithm, the configuration at the end of a run is fully determined by the initial values and environment actions in the run

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Notation c  p,m c’ –Action (p,m) in configuration c leads to c’ c  c’ –Exists a series c  c 1  c 2  …  c’ c  p c’ –Exists such a series of steps of p only c  -p c’ –Exists such a series in which p does not takes steps (p is silent)

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Resilient Algorithm One process can crash –Crashed processes stop taking actions Implication: from every reachable configuration c, for every process p, there is some c’ s.t. c  -p c’ and c’ is v-decided for some v Why is it OK to assume p can stop taking actions? What if some other process has crashed?

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring p-Silent Decision Values val(p,c) = {v |  c’ : c  -p c’ and c’ is v-decided} –Not empty, why? c is v-uniform if:  p val(p,c) = {v} c is non-uniform if it is neither 0-uniform nor 1-uniform Examples: –Initial configuration with all input values 0? –1-decided configurations?

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Example: t-Resilient Uniform Consensus (Lecture 5) v i =init i ; Alive i = P in every round 1 ≤ k ≤ t+2: send v i to all receive round k messages for all p j if (received v j ) then v i = min(v i, v j ) otherwise p j is suspected if ( (  p j  Alive i : received v j = v i ) && !decided ) then decide v i. for all p j if (suspect p j ) then Alive i =Alive i  {p j }

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring What Is val(p 1,c 1 )? I/II p1p1 p2p2 p3p C1C1 0  val(p 1,c 1 ) = {v |  c’ : c 1  -p1 c’ and c’ is v-decided} C 2 – 0-uniform 0 {p 2,p 3 } C 3 – 0-decided 0 {p 2,p 3 }

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring What Is val(p 1,c 1 )? II/II p1p1 p2p2 p3p3 1 C1C1 1  val(p 1,c 1 ) = {v |  c’ : c 1  -p1 c’ and c’ is v-decided} val(p 1,c 1 ) = {0,1} C’ 2 – 1-uniform 1 {p 3 } C’ 3 – 1-decided 1 {p 3 } 1 0 Assuming t > 1 at least 2-resilient algorithm

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring What Is val(p 2,c 1 )? 1 C1C1 val(p 2,c 1 ) = {1} 1 0 p1p1 p2p2 p3p3 1 {p 1,p 3 }

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Diamond Lemma If c  p c 1 and c  -p c 2 then exists c’ such that c 1  -p c’ and c 2  p c’ p movesp silent c c’ c1c1 c2c2

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Proposition 1 If c  p,m c’ then val(p,c)  val(p,c’) c p,m p silent c’v-decided If it was possible to decide v without p, then p’s action cannot take this possibility away

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Proposition 2: If c  p,m c’ and val(q,c)={0} then val(q,c’)≠{1} Case 1: p≠q cc’ Case 2: p=q, then by Proposition 1, 0  val(q,c’) p,m … 0-decided q silent

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Lemma 1: Exists Non-Uniform Initial Configuration Assume by contradiction no non-uniform initial configuration exists c j+1 cjcj …1... differ only in state of some p j 01…1

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Lemma 1 (Cont’d) c j is 0-uniform, so –c j  -pj c where c is 0-decided c j and c j+1 differ only at p j, so –c j+1  -pj c A contradiction to c j+1 being 1-uniform c j+1 cjcj … …1

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Proof Strategy Show that we can keep the system in non-uniform configurations arbitrarily long Note: execution must be fair!

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Lemma 2 For each non-uniform configuration c and process p, exists c’ s.t. c  c’ and val(p,c’)={0,1} Proof on board. Are we done? It is always possible to reach a state from which both values can be decided without p

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Building a Fair Execution Start from non-uniform configuration (Lemma 1) Repeat while possible: –Choose (p,m) that has been enabled the longest –Use Lemma 2 to get to c s.t. val(p,c)={0,1} –If (p,m) is still enabled, let c  p,m c’ happen –By Proposition 1, val(p,c’)={0,1}, non-uniform Fairness: every enabled (p,m) eventually occurs

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring We Have Proven: Every asynchronous fault-tolerant consensus algorithm has a fair execution in which no process decides [ FLP85 ] Fault-Tolerant Asynchronous Consensus is Impossible!

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Impossibility Revisited Every asynchronous fault-tolerant consensus algorithm has a fair execution in which no process decides [ FLP85 ] It is possible to design asynchronous consensus algorithms that don’t always terminate

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Course Summary

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Main Topics State machine replication for consistency and availability –Uses Atomic Broadcast –Uses Consensus Asynchronous Message-Passing Models –Consensus impossible [FLP] –Solvable with eventual synchrony, failure detectors  S,  –In two communication steps in “fast” case –Eventually reliable links are enough (Paxos) Shared memory –Convenient model –Can be emulated using message-passing –Good for “data-centric” replication

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Course Summary (What I Hope You Learned…) Distributed systems are subtle –It’s very easy to get things wrong –Lesson: don’t design a distributed system without proving the algorithm first! Redundancy is the key to reliability –Multiple replicas: 2t+1, 3t+1, etc. Strong consistency is attainable but costly and has scalability limitations

 Idit Keidar, Principles of Reliable Distributed Systems, Technion EE, Spring Good Luck in the exam!