Operating Systems Distributed Coordination. Topics –Event Ordering –Mutual Exclusion –Atomicity –Concurrency Control Topics –Event Ordering –Mutual Exclusion.

Slides:



Advertisements
Similar presentations
Types of Distributed Database Systems
Advertisements

CM20145 Concurrency Control
OSes: 16. Dist. Coord 1 Operating Systems v Objectives –introduce issues such as event ordering, mutual exclusion, atomicity, deadlock Certificate Program.
Distributed Systems Distributed Coordination. Introduction Concurrent processes in same system –Common memory and clock –Easy to see order of events Concurrent.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition Lectures 25-26: Distributed Coordination (Ch 18)
Chapter 18: Distributed Coordination Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 18 Distributed Coordination Event Ordering.
Chapter 16: Distributed Coordination Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Apr 11, 2005 Chapter 16 Distributed.
(c) Oded Shmueli Distributed Recovery, Lecture 7 (BHG, Chap.7)
CSC 4320/6320 Operating Systems Lecture 13 Distributed Coordination
Chapter 6 Process Synchronization: Part 2. Problems with Semaphores Correct use of semaphore operations may not be easy: –Suppose semaphore variable called.
CIS 720 Concurrency Control. Timestamp-based concurrency control Assign a timestamp ts(T) to each transaction T. Each data item x has two timestamps:
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 17 Distributed Coordination Event Ordering Mutual Exclusion Atomicity Concurrency.
Distributed Coordination CS 3100 Distributed Coordination1.
CS 582 / CMPE 481 Distributed Systems
What we will cover…  Distributed Coordination 1-1.
Computer Science Lecture 12, page 1 CS677: Distributed OS Last Class Distributed Snapshots –Termination detection Election algorithms –Bully –Ring.
Transaction Management and Concurrency Control
Chapter 18-1: Distributed Coordination Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 18 Distributed Coordination Chapter.
Synchronization Part 2 REK’s adaptation of Claypool’s adaptation ofTanenbaum’s Distributed Systems Chapter 5 and Silberschatz Chapter 17.
Module 2.4: Distributed Systems
Manajemen Basis Data Pertemuan 10 Matakuliah: M0264/Manajemen Basis Data Tahun: 2008.
Chapter 18.2: Distributed Coordination Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 18 Distributed Coordination Chapter.
Chapter 18: Distributed Coordination (Chapter 18.1 – 18.5)
©Silberschatz, Korth and Sudarshan19.1Database System Concepts Distributed Transactions Transaction may access data at several sites. Each site has a local.
Distributed Systems: Time and Mutual Exclusion. 2 Distributed Systems Definition: Loosely coupled processors interconnected by network Distributed system.
18: Distributed Coordination 1 DISTRIBUTED COORDINATION Definitions: Tightly coupled systems: Same clock, usually shared memory. Communication is via this.
1 Mutual exclusion (mx) and Deadlock(dl) handling Overview of Event Ordering Mutual Exclusion Atomicity Locking protocols Time-stamping Deadlock Handling.
Computer Science Lecture 12, page 1 CS677: Distributed OS Last Class Vector timestamps Global state –Distributed Snapshot Election algorithms.
Distributed Databases
TRANSACTIONS AND CONCURRENCY CONTROL Sadhna Kumari.
Distributed Deadlocks and Transaction Recovery.
Distributed Coordination 18: Distributed Coordination
DISTRIBUTED DATABASE SYSTEM.  A distributed database system consists of loosely coupled sites that share no physical component  Database systems that.
Solution to Dining Philosophers. Each philosopher I invokes the operations pickup() and putdown() in the following sequence: dp.pickup(i) EAT dp.putdown(i)
Workshop 7 Agenda Homework review: 18.7, 19.11, 19.12, 20.1, 20.7 Study group project milestone Lecture & discussion on distributed coordination Lecture.
Chapter 19 Recovery and Fault Tolerance Copyright © 2008.
Lecture 16- Distributed Databases Advanced Databases Masood Niazi Torshiz Islamic Azad University- Mashhad Branch
Distributed Transactions Chapter 13
Computer Science Lecture 12, page 1 CS677: Distributed OS Last Class Vector timestamps Global state –Distributed Snapshot Election algorithms –Bully algorithm.
O/S 4740 Distributed Coordination. Event Ordering In a Centralized system, we have common memory and clock, –So we can always determine the order that.
國立台灣大學 資訊工程學系 Chapter 18: Distributed Coordination.
Commit Algorithms Hamid Al-Hamadi CS 5204 November 17, 2009.
Distributed Transactions Chapter – Vidya Satyanarayanan.
7c.1 Silberschatz, Galvin and Gagne ©2003 Operating System Concepts with Java Module 7c: Atomicity Atomic Transactions Log-based Recovery Checkpoints Concurrent.
Distributed Transaction Management. Outline Introduction Concurrency Control Protocols  Locking  Timestamping Deadlock Handling Replication.
Chapter 18: Distributed Coordination Adapted to COP4610 by Robert van Engelen.
Chapter 19 Distributed Databases. 2 Distributed Database System n A distributed DBS consists of loosely coupled sites that share no physical component.
Introduction to Distributed Databases Yiwei Wu. Introduction A distributed database is a database in which portions of the database are stored on multiple.
Chapter 16: Distributed Coordination Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Apr 11, 2005 Outline n Event.
國立台灣大學 資訊工程學系 Chapter 18: Distributed Coordination.
Distributed systems. distributed systems and protocols distributed systems: use components located at networked computers use message-passing to coordinate.
Mutual Exclusion Algorithms. Topics r Defining mutual exclusion r A centralized approach r A distributed approach r An approach assuming an organization.
Chapter 18: Distributed Coordination Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Apr 11, 2005 Chapter 18 Distributed.
CS3771 Today: Distributed Coordination  Previous class: Distributed File Systems Issues: Naming Strategies: Absolute Names, Mount Points (logical connection.
Topics in Distributed Databases Database System Implementation CSE 507 Some slides adapted from Navathe et. Al and Silberchatz et. Al.
Chapter 13 Managing Transactions and Concurrency Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition.
Silberschatz and Galvin  Operating System Concepts Module 18: Distributed Coordination Event Ordering Mutual Exclusion Atomicity Concurrency.
Distributed Databases – Advanced Concepts Chapter 25 in Textbook.
Chapter 18: Distributed Coordination
Chapter 19: Distributed Databases
Database System Implementation CSE 507
Advanced Operating Systems - Fall 2009 Lecture 8 – Wednesday February 4, 2009 Dan C. Marinescu Office: HEC 439 B. Office hours: M,
Commit Protocols CS60002: Distributed Systems
Outline Announcements Fault Tolerance.
CSIS 7102 Spring 2004 Lecture 6: Distributed databases
Distributed Databases Recovery
Module 18: Distributed Coordination
CIS 720 Concurrency Control.
Presentation transcript:

Operating Systems Distributed Coordination

Topics –Event Ordering –Mutual Exclusion –Atomicity –Concurrency Control Topics –Event Ordering –Mutual Exclusion –Atomicity –Concurrency Control

Event Ordering Happened-before relation (denoted by ) –If A and B are events in the same process, and A was executed before B, then A B. –If A is the event of sending a message by one process and B is the event of receiving that message by another process, then A B Happened-before relation (denoted by ) –If A and B are events in the same process, and A was executed before B, then A B. –If A is the event of sending a message by one process and B is the event of receiving that message by another process, then A B

Event Ordering (continued) –If A B and B C, then A C

Implementation of - Associate a timestamp with each system event. Require that for every pair of events A and B, if A B, then the timestamp of A is less than the timestamp of B. Within each process P i a logical clock, Lc i is associated. The logical clock can be implemented as a simple counter that is incremented between any two successive events executed within a process. Associate a timestamp with each system event. Require that for every pair of events A and B, if A B, then the timestamp of A is less than the timestamp of B. Within each process P i a logical clock, Lc i is associated. The logical clock can be implemented as a simple counter that is incremented between any two successive events executed within a process.

Implementation (continued) A process advances its logical clock when it receives a message whose timestamp is greater than the current value of its logical clock. If the timestamps of two events A and B are the same, then the events are concurrent. We may use the process identity numbers o break ties and to create a total ordering. A process advances its logical clock when it receives a message whose timestamp is greater than the current value of its logical clock. If the timestamps of two events A and B are the same, then the events are concurrent. We may use the process identity numbers o break ties and to create a total ordering.

Distributed Mutual Exclusion (DME) Assumptions –The system consists of n processes; each process P i resides at a different processor. –Each process has a critical section that requires mutual exclusion. Assumptions –The system consists of n processes; each process P i resides at a different processor. –Each process has a critical section that requires mutual exclusion.

DME (continued) Requirement –If P i is executing in its critical section, then no other process P j is executing in its critical section. We present two algorithms to ensure the mutual exclusion execution of processes in their critical sections. Requirement –If P i is executing in its critical section, then no other process P j is executing in its critical section. We present two algorithms to ensure the mutual exclusion execution of processes in their critical sections.

DME: Centralized Approach One of the processes in the system is chosen to coordinate the entry to the critical section. A process that wants to enter its critical section sends a request message to the coordinator. The coordinator decides which process can enter the critical section next, and it sends that process a reply message. One of the processes in the system is chosen to coordinate the entry to the critical section. A process that wants to enter its critical section sends a request message to the coordinator. The coordinator decides which process can enter the critical section next, and it sends that process a reply message.

DME: Centralized Approach (continued) When the process receives a reply message from the coordinator, it enters its critical section. After exiting its critical section, the process sends a release message to the coordinator and proceeds with its execution. When the process receives a reply message from the coordinator, it enters its critical section. After exiting its critical section, the process sends a release message to the coordinator and proceeds with its execution.

DME: Centralized Approach (continued) This scheme requires three messages per critical- section entry: –request –reply –release This scheme requires three messages per critical- section entry: –request –reply –release

DME: Fully Distributed Approach When process P i wants to enter its critical section, it generates a new timestamp, TS, and sends the message request(P i,TS) to all other processes in the system. When process P j receives a request message, it may reply immediately or it may defer sending a reply back. When process P i wants to enter its critical section, it generates a new timestamp, TS, and sends the message request(P i,TS) to all other processes in the system. When process P j receives a request message, it may reply immediately or it may defer sending a reply back.

DME: Fully Distributed Approach (continued) When process P i receives a reply message from all other processes in the system, it can enter its critical section. After exiting its critical section, the process sends reply messages to all its deferred requests. When process P i receives a reply message from all other processes in the system, it can enter its critical section. After exiting its critical section, the process sends reply messages to all its deferred requests.

DME: Fully Distributed Approach (continued) The decision whether process P j replies immediately to a request( P i,TS) message or defers its reply is based on three factors: –If P j is in its critical section, then it defers its reply to P i. –If P j does not want to enter its critical section, then it sends a reply immediately to P i. The decision whether process P j replies immediately to a request( P i,TS) message or defers its reply is based on three factors: –If P j is in its critical section, then it defers its reply to P i. –If P j does not want to enter its critical section, then it sends a reply immediately to P i.

DME: Fully Distributed Approach (continued) –If P j wants to enter its critical section but has not yet entered it, then it compares its own request timestamp with the timestamp TS. If its own request timestamp is greater than TS, then it sends a reply immediately to P j (P j asked first) Otherwise, the reply is deferred. –If P j wants to enter its critical section but has not yet entered it, then it compares its own request timestamp with the timestamp TS. If its own request timestamp is greater than TS, then it sends a reply immediately to P j (P j asked first) Otherwise, the reply is deferred.

Desirable Behavior of Fully Distributed Approach Freedom from deadlock ensured Freedom from starvation is ensured, since entry to the critical section is scheduled according to the timestamp ordering. The timestamp ordering ensures that processes are served in a first-come, first-served order. Freedom from deadlock ensured Freedom from starvation is ensured, since entry to the critical section is scheduled according to the timestamp ordering. The timestamp ordering ensures that processes are served in a first-come, first-served order.

Desirable Behavior of Fully Distributed Approach (continued) The number of messages per critical-section entry is 2 x (n - 1). This is the minimum number of required messages per critical-section entry when processes act independently and concurrently. The number of messages per critical-section entry is 2 x (n - 1). This is the minimum number of required messages per critical-section entry when processes act independently and concurrently.

Three Undesirable Consequences The processes need to know the identity of all other processes in the system, which makes the dynamic addition and removal of processes more complex. If one of the processes fails, then the entire scheme collapses. This can be dealt with by continuously monitoring the state of all the processes in the system. The processes need to know the identity of all other processes in the system, which makes the dynamic addition and removal of processes more complex. If one of the processes fails, then the entire scheme collapses. This can be dealt with by continuously monitoring the state of all the processes in the system.

Three Undesirable Consequences (continued) Processes that have not entered their critical section must pause frequently to assure other processes that they intend to enter the critical section. This protocol is therefore suited for small, stable sets of cooperating processes.

Atomicity Either all the operations associated with a program unit are executed to completion, or none are performed. Ensuring atomicity in a distributed system requires a transaction coordinator, which is responsible for the following: –Starting the execution of the transaction. Either all the operations associated with a program unit are executed to completion, or none are performed. Ensuring atomicity in a distributed system requires a transaction coordinator, which is responsible for the following: –Starting the execution of the transaction.

Atomicity (continued) Transaction Coordinator (continued) –Breaking the transaction into a number of subtransactions, and distributing these subtransactions to the appropriate sites for execution. –Coordinating the termination of the transaction, which may result in the transaction being committed at all sites or aborted at all sites. Transaction Coordinator (continued) –Breaking the transaction into a number of subtransactions, and distributing these subtransactions to the appropriate sites for execution. –Coordinating the termination of the transaction, which may result in the transaction being committed at all sites or aborted at all sites.

Two-Phase Commit Protocol (2PC) Assumes fail-stop model. Execution of the protocol is initiated by the coordinator after the last step of the transaction has been reached. When the protocol is initiated, the transaction may still be executing at some of the local sites. The protocol involves all the local sites at which the transaction executed. Assumes fail-stop model. Execution of the protocol is initiated by the coordinator after the last step of the transaction has been reached. When the protocol is initiated, the transaction may still be executing at some of the local sites. The protocol involves all the local sites at which the transaction executed.

Two-Phase Commit Protocol (2PC) (continued) Example: Let T be a transaction initiated at site S i, and let the transaction coordinator at S i be C i.

Phase 1: Obtaining a Decision C i adds record to the log. C i sends message to all sites. C i adds record to the log. C i sends message to all sites.

Phase 1 (continued) When a site receives a message, the transaction manager determines if it can commit the transaction. –If no: add record to the log and respond to C i with. –If yes: add record to the log. force all log records for T onto stable storage. transaction manager sends message to C i. When a site receives a message, the transaction manager determines if it can commit the transaction. –If no: add record to the log and respond to C i with. –If yes: add record to the log. force all log records for T onto stable storage. transaction manager sends message to C i.

Phase 1 (continued) Coordinator collects responses –All respond “ready”, decision is commit. –At least one response is “abort”, decision is abort. –At least one participant fails to respond within timeout period, decision is abort. Coordinator collects responses –All respond “ready”, decision is commit. –At least one response is “abort”, decision is abort. –At least one participant fails to respond within timeout period, decision is abort.

Phase 2: Recording Decision in the Database Coordinator adds a decision record or to its log and forces record onto stable storage. Once that record reaches stable storage it is irrevocable (even if failures occur) Coordinator sends a message to each participant informing it of the decision (commit or abort). Coordinator adds a decision record or to its log and forces record onto stable storage. Once that record reaches stable storage it is irrevocable (even if failures occur) Coordinator sends a message to each participant informing it of the decision (commit or abort).

Phase 2: Recording Decision in the Database (continued) Participants take appropriate action locally.

Concurrency Control Modify the centralized concurrency schemes to accommodate the distributions. Transaction manager coordinates execution of transactions (or subtransactions) that access data at local sites. Local transactions only executes at that site. Global transaction executes at several sties. Modify the centralized concurrency schemes to accommodate the distributions. Transaction manager coordinates execution of transactions (or subtransactions) that access data at local sites. Local transactions only executes at that site. Global transaction executes at several sties.

Locking Protocols Can use the two-phase locking protocol in a distributed environment by changing how the lock manager is implemented. Nonreplicated scheme - each site maintains a local lock manager which administers lock and unlock requests for those data items that are stored in that site. Can use the two-phase locking protocol in a distributed environment by changing how the lock manager is implemented. Nonreplicated scheme - each site maintains a local lock manager which administers lock and unlock requests for those data items that are stored in that site.

Locking Protocols (continued) –Simple implementation involves two message transfers for handling lock requests, one message transfer for handling unlock requests. –Deadlock handling is more complex. –Simple implementation involves two message transfers for handling lock requests, one message transfer for handling unlock requests. –Deadlock handling is more complex.

Single-Coordinator Approach A single lock manager resides in a single chosen site; all lock and unlock requests are made at that site. Simple implementation Simple deadlock handling Possibility of bottleneck Vulnerable to loss of concurrency controller if single site fails. Multiple-coordinator approach distributes lock- manager function over several sites. A single lock manager resides in a single chosen site; all lock and unlock requests are made at that site. Simple implementation Simple deadlock handling Possibility of bottleneck Vulnerable to loss of concurrency controller if single site fails. Multiple-coordinator approach distributes lock- manager function over several sites.

Majority Protocol Avoids drawbacks of central control by dealing with replicated data in a decentralized manner. More complicated to implement. Deadlock-handling algorithms must be modified; possible for deadlock to occur in locking only one data item Avoids drawbacks of central control by dealing with replicated data in a decentralized manner. More complicated to implement. Deadlock-handling algorithms must be modified; possible for deadlock to occur in locking only one data item