From ee46297cc8128ee505422a3e580f92ffd39f1f37 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Tue, 3 Dec 2019 18:39:01 -0500 Subject: [PATCH] auto --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc05b27..5585b8c 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,9 @@ log abstraction in `replica.go` Your `transactionalClient.go` takes several arguments (see code), but the two important ones are: - `-p` - tells your code to do two things: - - write a commit/abort notification for each transaction as it's fate is decided - - at end-of-text write out the contents of your KV store, ordered lexicographically by key value. Only + - at end-of-text write out, in-order, commit/abort notifications for each transaction + whose fate has been decided + - write out the contents of your KV store, ordered lexicographically by key value. Only written values need be printed. - `-s` use snapshot isolation instead serializable isolation -- GitLab