second edition andrew s. tanenbaum maarten...

39

Upload: truongthu

Post on 20-Aug-2018

230 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

1

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

1

DISTRIBUTED SYSTEMS

Principles and ParadigmsSecond Edition

ANDREW S. TANENBAUM

MAARTEN VAN STEEN

Chapter 8

Fault Tolerance

Slide 1 (Notes)

Page 2: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

2

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

2

Fault Tolerance Basic Concepts

� Being fault tolerant is strongly related to what are called dependable systems

� Dependability implies the following:

1. Availability

2. Reliability

3. Safety

4. Maintainability

Slide 2 (Notes)

Page 3: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

3

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

3

Failure Models

Figure 8-1. Different types of failures.

Slide 3 (Notes)

Page 4: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

4

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

4

Failure Masking by Redundancy

Figure 8-2. Triple modular redundancy.

Slide 4 (Notes)

Page 5: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

5

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

5

Flat Groups versus Hierarchical Groups

Figure 8-3. (a) Communication in a flat group.

(b) Communication in a simple hierarchical group.

Slide 5 (Notes)

Page 6: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

6

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

6

Agreement in Faulty Systems (1)

Possible cases:

1. Synchronous versus asynchronous

systems.

2. Communication delay is bounded or not.

3. Message delivery is ordered or not.

4. Message transmission is done through

unicasting or multicasting.

Slide 6 (Notes)

Page 7: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

7

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

7

Agreement in Faulty Systems (2)

Figure 8-4. Circumstances under which distributed

agreement can be reached.

Slide 7 (Notes)

Page 8: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

8

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

8

Agreement in Faulty Systems (3)

Figure 8-5. The Byzantine agreement problem for three

nonfaulty and one faulty process. (a) Each process

sends their value to the others.

Slide 8 (Notes)

Page 9: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

9

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

9

Agreement in Faulty Systems (4)

Figure 8-5. The Byzantine agreement problem for three

nonfaulty and one faulty process. (b) The vectors that

each process assembles based on (a).

(c) The vectors that each process receives in step 3.

Slide 9 (Notes)

Page 10: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

10

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

10

Agreement in Faulty Systems (5)

Figure 8-6. The same as Fig. 8-5, except now with two correct

process and one faulty process.

Slide 10 (Notes)

Page 11: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

11

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

11

RPC Semantics in the

Presence of Failures

Five different classes of failures that can occur in

RPC systems:

1. The client is unable to locate the server.

2. The request message from the client to the

server is lost.

3. The server crashes after receiving a request.

4. The reply message from the server to the client

is lost.

5. The client crashes after sending a request.

Slide 11 (Notes)

Page 12: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

12

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

12

Server Crashes (1)

Figure 8-7. A server in client-server

communication.

(a) The normal case.

(b) Crash after execution.

(c) Crash before execution.

Slide 12 (Notes)

Page 13: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

13

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

13

Server Crashes (2)

Three events that can happen at the server:

� Send the completion message (M),

� Print the text (P),

� Crash (C).

Slide 13 (Notes)

Page 14: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

14

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

14

Server Crashes (3)

These events can occur in six different orderings:

1. M P C: A crash occurs after sending the completion � �

message and printing the text.

2. M C ( P): A crash happens after sending the � �

completion message, but before the text could be printed.

3. P M C: A crash occurs after sending the completion � �

message and printing the text.

4. P C( M): The text printed, after which a crash occurs � �

before the completion message could be sent.

5. C ( P M): A crash happens before the server could � �

do anything.

6. C ( M P): A crash happens before the server could � �

do anything.

Slide 14 (Notes)

Page 15: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

15

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

15

Server Crashes (4)

Figure 8-8. Different combinations of client and server

strategies in the presence of server crashes.

Slide 15 (Notes)

Page 16: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

16

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

16

Basic Reliable-Multicasting Schemes

Figure 8-9. A simple solution to reliable multicasting when all receivers are known and are assumed not to fail.

(a) Message transmission. (b) Reporting feedback.

Slide 16 (Notes)

Page 17: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

17

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

17

Nonhierarchical Feedback Control

Figure 8-10. Several receivers have scheduled a request for

retransmission, but the first retransmission request

leads to the suppression of others.

Slide 17 (Notes)

Page 18: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

18

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

18

Hierarchical Feedback Control

Figure 8-11. The essence of hierarchical reliable multicasting.

Each local coordinator forwards the message to its children and

later handles retransmission requests.

Slide 18 (Notes)

Page 19: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

19

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

19

Virtual Synchrony (1)

Figure 8-12. The logical organization of a distributed system to

distinguish between message receipt and message delivery.

Slide 19 (Notes)

Page 20: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

20

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

20

Virtual Synchrony (2)

Figure 8-13. The principle of virtual synchronous multicast.

Slide 20 (Notes)

Page 21: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

21

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

21

Message Ordering (1)

Four different orderings are distinguished:

� Unordered multicasts

� FIFO-ordered multicasts

� Causally-ordered multicasts

� Totally-ordered multicasts

Slide 21 (Notes)

Page 22: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

22

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

22

Message Ordering (2)

Figure 8-14. Three communicating processes in the

same group. The ordering of events

per process is shown along the vertical axis.

Slide 22 (Notes)

Page 23: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

23

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

23

Message Ordering (3)

Figure 8-15. Four processes in the same group with two different

senders, and a possible delivery order of messages under

FIFO-ordered multicasting

Slide 23 (Notes)

Page 24: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

24

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

24

Implementing Virtual Synchrony (1)

Figure 8-16. Six different versions of virtually

synchronous reliable multicasting.

Slide 24 (Notes)

Page 25: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

25

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

25

Implementing Virtual Synchrony (2)

Figure 8-17. (a) Process 4 notices that process 7

has crashed and sends a view change.

Slide 25 (Notes)

Page 26: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

26

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

26

Implementing Virtual Synchrony (3)

Figure 8-17. (b) Process 6 sends out all its

unstable messages, followed by a flush message.

Slide 26 (Notes)

Page 27: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

27

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

27

Implementing Virtual Synchrony (4)

Figure 8-17. (c) Process 6 installs the new view when it has

received a flush message from everyone else.

Slide 27 (Notes)

Page 28: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

28

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

28

Two-Phase Commit (1)

Figure 8-18. (a) The finite state machine for the coordinator in

2PC. (b) The finite state machine for a participant.

Slide 28 (Notes)

Page 29: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

29

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

29

Two-Phase Commit (2)

Figure 8-19. Actions taken by a participant P when residing in

state READY and having contacted another participant Q.

Slide 29 (Notes)

Page 30: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

30

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

30

Two-Phase Commit (3)

Figure 8-20. Outline of the steps taken by the

coordinator in a two-phase commit protocol.

. . .

Slide 30 (Notes)

Page 31: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

31

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

31

Two-Phase Commit (4)

Figure 8-20. Outline of the steps taken by the

coordinator in a two-phase commit protocol.

. . .

Slide 31 (Notes)

Page 32: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

32

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

32

Two-Phase

Commit (5)

Figure 8-21. (a) The steps

taken by a participant

process in 2PC.

Slide 32 (Notes)

Page 33: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

33

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

33

Two-Phase Commit (7)

Figure 8-21. (b) The steps for handling

incoming decision requests..

Slide 33 (Notes)

Page 34: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

34

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

34

Three-Phase Commit (1)

The states of the coordinator and each participant

satisfy the following two conditions:

1. There is no single state from which it is possible

to make a transition directly to either a COMMIT

or an ABORT state.

2. There is no state in which it is not possible to

make a final decision, and from which a

transition to a COMMIT state can be made.

Slide 34 (Notes)

Page 35: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

35

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

35

Three-Phase Commit (2)

Figure 8-22. (a) The finite state machine for the coordinator in

3PC. (b) The finite state machine for a participant.

Slide 35 (Notes)

Page 36: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

36

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

36

Recovery � Stable Storage

Figure 8-23. (a) Stable storage.

(b) Crash after drive 1 is updated. (c) Bad spot.

Slide 36 (Notes)

Page 37: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

37

Checkpointing

Figure 8-24. A recovery line.

Slide 37 (Notes)

Page 38: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

38

Independent Checkpointing

Figure 8-25. The domino effect.

Slide 38 (Notes)

Page 39: Second Edition ANDREW S. TANENBAUM MAARTEN …s3-ap-southeast-1.amazonaws.com/erbuc/files/3c7ed2... · ANDREW S. TANENBAUM MAARTEN VAN STEEN ... Figure 8-9. A simple solution to reliable

Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5

39

Characterizing Message-Logging

Schemes

Figure 8-26. Incorrect replay of messages

after recovery, leading to an orphan process.

Slide 39 (Notes)