RELIABLE OBJECTS STORAGE TO SUPPORT ATOMIC ACTIONS

  • Authors:
  • B. M. Oki

  • Affiliations:
  • -

  • Venue:
  • RELIABLE OBJECTS STORAGE TO SUPPORT ATOMIC ACTIONS
  • Year:
  • 1983

Quantified Score

Hi-index 0.00

Visualization

Abstract

To preserve the consistency of on-line, long-lived, distributed data in the presence of concurrency and in the event of hardware failures, it is necessary to ensure atomicity and data resiliency in applications. The programming language Argus is designed to support such applications. This thesis investigates the mechanism needed to support the notion of data resiliency present in Argus. Data resiliency means that the probability is very high that the crash of a node or storage device in a distributed system does not cause the loss of vital data. Data resiliency requires the use of stable storage devices, memory devices that survive failure to a high probability. This thesis is not concerned with how to implement stable storage devices, but rather with how to organize the use of stable storage. The thesis presents a new organization of stable storage called the hybrid log that provides fast writing of information to stable storage and reasonably fast recovery of information from stable storage. In the context of this scheme, various algorithms are developed for writing objects to the log, recovering objects from the log, and housekeeping the log. {AD#A136484}