From c9ce6ceeb0a9dc602470cbab7fb4e8fb1826fd39 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 26 Nov 2019 13:03:14 -0500 Subject: [PATCH] auto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d12ded8..5d48728 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Reads from read-only transactions are committed to the log with transaction 0, w ignored by other replicas. -## Part 1: Snapshot Isolation +## Part 2: Snapshot Isolation Your decision as to how to implement this, but it should not involve any changes to the log abstraction in `replica.go` -- GitLab