An Efficient Algorithm for Causal Message Logging

  • Authors:
  • B. Lee;T. Park;H. Y. Yeom;Y. Cho

  • Affiliations:
  • -;-;-;-

  • Venue:
  • SRDS '98 Proceedings of the The 17th IEEE Symposium on Reliable Distributed Systems
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

Causal message logging has many good properties such as nonblocking messagelogging and no rollback propagation. However, it requires a large amount of information to be piggybacked on each message, which may incur severe performance degradation. This paper presents an efficient causal logging algorithm based on the new message log structure, LogOn, which represents the causal inter-process dependency relation with much smaller overhead compared to the existing algorithms.The proposed algorithm is efficient in the sense that it requires no additional information other than LogOn to be carried in each message, while the other algorithms require extra information other than the message log, to eliminate the duplicates in log entries. Moreover, in those algorithms, as more extra information is added into the message, more duplicates can be detected. However, the proposed algorithm achieves the same degree of efficiency using only the message log carried in each message, without any extra information.