Skip to content
Snippets Groups Projects
Commit ee46297c authored by keleher's avatar keleher
Browse files

auto

parent add9d5cf
No related branches found
No related tags found
No related merge requests found
...@@ -113,8 +113,9 @@ log abstraction in `replica.go` ...@@ -113,8 +113,9 @@ log abstraction in `replica.go`
Your `transactionalClient.go` takes several arguments (see code), but the two important ones Your `transactionalClient.go` takes several arguments (see code), but the two important ones
are: are:
- `-p` - tells your code to do two things: - `-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, in-order, commit/abort notifications for each transaction
- at end-of-text write out the contents of your KV store, ordered lexicographically by key value. Only whose fate has been decided
- write out the contents of your KV store, ordered lexicographically by key value. Only
written values need be printed. written values need be printed.
- `-s` use snapshot isolation instead serializable isolation - `-s` use snapshot isolation instead serializable isolation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment