The Farsite project: a retrospective

  • Authors:
  • William J. Bolosky;John R. Douceur;Jon Howell

  • Affiliations:
  • Microsoft Research, Redmond;Microsoft Research, Redmond;Microsoft Research, Redmond

  • Venue:
  • ACM SIGOPS Operating Systems Review - Systems work at Microsoft Research
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Farsite file system is a storage service that runs on the desktop computers of a large organization and provides the semantics of a central NTFS file server. The motivation behind the Farsite project was to harness the unused storage and network resources of desktop computers to provide a service that is reliable, available, and secure despite the fact that it runs on machines that are unreliable, often unavailable, and of limited security. A main premise of the project has been that building a scalable system requires more than scalable algorithms: To be scalable in a practical sense, a distributed system targeting 105 nodes must tolerate a significant (and never-zero) rate of machine failure, a small number of malicious participants, and a substantial number of opportunistic participants. It also must automatically adapt to the arrival and departure of machines and changes in machine availability, and it must be able to autonomically repartition its data and metadata as necessary to balance load and alleviate hotspots. We describe the history of the project, including its multiple versions of major system components, the unique programming style and software-engineering environment we created to facilitate development, our distributed debugging framework, and our experiences with formal system specification. We also report on the lessons we learned during this development.