ThesaHelp: ACM references a-e
ThesaHelp: references e-f
Topic: error safe systems
Topic: reliability of distributed systems
Topic: resourceful, redundant systems for reliability
Topic: backtracking
Topic: logging data and events
Topic: log-structured rollback-recovery
Topic: log-structured file system
| |
Reference
Elnozahy, E.N., Alvisi, L., Wang, Y.-M., Johnson, D.B.,
"A survey of rollback-recovery protocols in message-passing systems",
ACM Computing Surveys, 34, 3, September 2002, pp. 375-408.
Google
Quotations
376 ;;Quote: survey of automatic, rollback-recovery from checkpoints of message-passing systems
| 376 ;;Quote: message-passing systems may propagate rollback recovery because each message creates a dependency between sender and receiver; can domino to starting point
| 377 ;;Quote: log-based rollback-recovery must log all nondeterministic events with enough information to replay the event; useful for applications that frequently interact with the outside world
| 394 ;;Quote: causal logging is as fast as optimistic logging while allowing each process to commit output independently; roll-back to most recent checkpoint; more complex
| 396 ;;Quote: because roll-back recovery can be complex, all commercial implementations use pessimistic logging
| 406 ;;Quote: coordinated checkpoints create a global consistent state; simplifies recovery with good performance; recovery of uncoordinated checkpoints can domino to the initial state
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references e-f (168 items)
Topic: error safe systems (75 items)
Topic: reliability of distributed systems (33 items)
Topic: resourceful, redundant systems for reliability (35 items)
Topic: backtracking (30 items)
Topic: logging data and events (16 items)
Topic: log-structured rollback-recovery (12 items)
Topic: log-structured file system (11 items)
|