Fault-tolerant replication based on fragmented objects

  • Authors:
  • Hans P. Reiser;Rüdiger Kapitza;Jörg Domaschka;Franz J. Hauck

  • Affiliations:
  • Distributed Systems Lab, University of Ulm, Germany;Department of Distributed Systems and Operating Systems, University of Erlangen-Nürnberg, Germany;Distributed Systems Lab, University of Ulm, Germany;Distributed Systems Lab, University of Ulm, Germany

  • Venue:
  • DAIS'06 Proceedings of the 6th IFIP WG 6.1 international conference on Distributed Applications and Interoperable Systems
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes a novel approach to fault-tolerance in distributed object-based systems. It uses the fragmented-object model to integrate replication mechanisms into distributed applications. This approach enables the use of customised code on a per-object basis to access replica groups and to manage consistency. The addition of fault tolerance to the infrastructure has only little overhead, is fully transparent for clients, and does not require internal modifications to the existing middleware. Semantic annotations at the interface level allow the developer to customise the provision of fault tolerance. Operations can be marked as read-only to allow an execution with weaker ordering semantics or as parallelisable to allow true multithreaded execution. A code-generation tool is provided to automatically produce object-specific fragment code for client access and for replica consistency management, taking into account the annotations, the interface specification, and the non-replicated implementation. A further contribution of our code-generation approach is the support of deterministic multithreading in replicated objects.