Eventually linearizable shared objects

  • Authors:
  • Marco Serafini;Dan Dobre;Matthias Majuntke;Péter Bokor;Neeraj Suri

  • Affiliations:
  • TU Darmstadt, Darmstadt, Germany;TU Darmstadt, Darmstadt, Germany;TU Darmstadt, Darmstadt, Germany;TU Darmstadt, Darmstadt, Germany;TU Darmstadt, Darmstadt, Germany

  • Venue:
  • Proceedings of the 29th ACM SIGACT-SIGOPS symposium on Principles of distributed computing
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Linearizability is the strongest known consistency property of shared objects. In asynchronous message passing systems, Linearizability can be achieved with ◊S and a majority of correct processes. In this paper we introduce the notion of Eventual Linearizability, the strongest known consistency property that can be attained with ◊S and any number of crashes. We show that linearizable shared object implementations can be augmented to support weak operations, which need to be linearized only eventually. Unlike strong operations that require to be always linearized, weak operations terminate in worst case runs. However, there is a tradeoff between ensuring termination of weak and strong operations when processes have only access to ◊S. If weak operations terminate in the worst case, then we show that strong operations terminate only in the absence of concurrent weak operations. Finally, we show that an implementation based on P exists that guarantees termination of all operations.