Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated recovery documentation

This feature bundles all available recovery techniques for the monolithic non-distributed version of Odysseus. Among other things it contains techniques for a gap recovery Gap Recovery (at-most once), a rollback recovery Rollback Recovery (at-least-once) and a Precise Recovery (exactly once).

All three classes of recovery techniques ensure that Odysseus continues the data stream processing after a restart, but they differ in their completeness and correctness guarantees. To achieve completeness and correctness respectively, the rollback and the precise recovery (exactly once)need additional plug-ins: an external application, Backup of Data Streams (BaDaSt), a meta attribute, Trust, and Checkpointing.

Additionally, there are other recovery techniques available with completeness and correctness guarantees between the three mentioned classes:

The recovery feature is designed to be extensible and a short manual of how to implement other recovery techniques is given here.