Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Archipelago: An Island-Based File System for Highly Available and Scalable Internet Services

Maintaining availability in the face of failures is a critical requirement for Internet services.   Existing approaches in cluster-based data storage rely on redundancy to survive a small number of failures, but the system becomes entirely unavailable if more failures occur.   We describe an approach that allows a cluster file server to isolate failures so that the system can continue to serve most clients.  Our approach is complementary to existing redundancy-based methods: redundancy can mask the first few failures, and failure isolation can take over and maintain availability for the majority of clients if more failures occur.

The building blocks of our design are self-contained and load-balanced file servers called islands. The main idea underlying island-based design is the one-island principle: as many operations as possible should involve exactly one island. The one-island principle provides failure isolation because each island can function independently of other islands' failures. It also helps the file system scale with the system and workload sizes because communication and synchronization across islands are reduced. We implemented a prototype island-based file system called Archipelago on a cluster of PCs running Windows NT 4.0 connected by Ethernet. The measurement of micro benchmark shows that Archipelago adds little overhead to NTFS and Win32 RPC performance; while the measurement of operation mixes based on NTFS traces shows a speedup of 15.7 on 16 islands.

Minwen Ji, Princeton University

Edward W. Felten, Princeton University

Randolph Wang, Princeton University

Jaswinder Pal Singh, Princeton University

BibTeX
@inproceedings {271301,
author = {Minwen Ji and Edward W. Felten and Randolph Wang and Jaswinder Pal Singh},
title = {Archipelago: An {Island-Based} File System for Highly Available and Scalable Internet Services},
booktitle = {4th USENIX Windows Systems Symposium (4th USENIX Windows Systems Symposium)},
year = {2000},
address = {Seattle, WA},
url = {https://www.usenix.org/conference/4th-usenix-windows-systems-symposium/archipelago-island-based-file-system-highly},
publisher = {USENIX Association},
month = aug
}
Download

Links

Paper: 
http://usenix.org/events/usenix-win2000/ji/ji.pdf
Paper (HTML): 
http://usenix.org/events/usenix-win2000/ji/ji_html/index.html
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us