b737e53456
* Remove timout when registering a sync replica * Simplify jepsen configuration file * Remove timeout from jepsen configuration * Add unit test * Remove TimeoutDispatcher
7 lines
360 B
Clojure
7 lines
360 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}}]
|