Abstract
The recent trend to use storage area networks in distributed and cluster systems has necessitated an improvement of integrity and consistency guarantees of stored data in the presence of node or network failures. Currently, the main method for preserving data integrity and consistency is logging, e.g. journaling. This paper presents a new, general method for preserving data consistency by atomic multi-block writes. The atomic writes method guarantees that either all the blocks in a write operation are written or no blocks are written at all. Its main advantage is that it does not require a recovery phase after a failure. The atomic writes method should be implemented in both the operating system and storage system levels. It is easy to use and implement. We present the method, its implementation and an example of its use for handling meta-data consistency in the Global File System (GFS).
Original language | English |
---|---|
Title of host publication | Proceedings - 5th International Conference on Algorithms and Architectures for Parallel Processing, ICA3PP 2002 |
Editors | Wanlei Zhou, Andrzej Goscinski, Guo-jie Li, Xue-bin Chi |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 286-292 |
Number of pages | 7 |
ISBN (Electronic) | 0769515126, 9780769515120 |
DOIs | |
State | Published - 2002 |
Event | 5th International Conference on Algorithms and Architectures for Parallel Processing, ICA3PP 2002 - Beijing, China Duration: 23 Oct 2002 → 25 Oct 2002 |
Publication series
Name | Proceedings - 5th International Conference on Algorithms and Architectures for Parallel Processing, ICA3PP 2002 |
---|
Conference
Conference | 5th International Conference on Algorithms and Architectures for Parallel Processing, ICA3PP 2002 |
---|---|
Country/Territory | China |
City | Beijing |
Period | 23/10/02 → 25/10/02 |
Bibliographical note
Publisher Copyright:© 2002 IEEE.
Keywords
- atomic transactions
- cluster systems
- data consistency
- storage area networks
- system fault-tolerance