adc355a22a
* Set state to invalid after exception * Add proper locking * Start background replicating only if in valid state * Freeze transaction timestamp on replica * Timeout fixes * Fix Jepsen run script * Disable perf checker and enable nemesis * Add documentation for some chunks of code * Decrease timeout so main doesn't hang on network partitions too long
7 lines
371 B
Clojure
7 lines
371 B
Clojure
[{"n1" {:replication-role :main}
|
|
"n2" {:replication-role :replica :replication-mode :async :port 10000}
|
|
"n3" {:replication-role :replica :replication-mode :async :port 10000}}
|
|
{"n1" {:replication-role :main}
|
|
"n2" {:replication-role :replica :replication-mode :async :port 10000}
|
|
"n3" {:replication-role :replica :replication-mode :sync :port 10000 :timeout 3}}]
|