docs: add six-page final project report - #100
Draft
Tech-Matt wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the exam project report for Mattia Rizzo and Alan Masutti:
report/RizzoMasutti_Report.pdf: the compiled, self-contained six-page A4 report;The report keeps the template's original margins and default article font size. It covers the actor architecture, update storage, timeout management, controlled crashes, ring election, election termination, synchronization, assumptions, validation, and the requested AI-use declaration.
Sequential-consistency coverage
Sequential consistency is a central argument in Section 2.2, not only a stated outcome. The report explains:
EpochPairin mailbox order;WRITEOKmessages and therefore hold prefixes of the same total order;The report also states the additional assumption of the current snapshot-based interrupted-
WRITEOKrecovery instead of overclaiming the strongest uniform-agreement case.Validation
test: successful on the unchanged implementation;Review note
This is intentionally a draft PR for detailed document review.
It is stacked on #99 (
fix/sequential-consistency) because the report describes that implementation. Using the feature branch as the base keeps this PR's diff limited to report files. After #99 is accepted, this PR can be merged into that branch or retargeted tomain.