Skip to content

Document true level of replay #13

Description

@vaastav
  • Different levels of replay:
    1.0 : record schedule and just replay schedule (e.g., do the original
    file.read during replay) -- smallest log
    1.5 : record schedule and hash of events (check consistency during
    replay) -- medium log (can detect replay inconsistency)
    2.0 : replay schedule and data -- huge log

We are aiming for level 1.5 but we are currently at 1.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions