jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.78k stars 715 forks source link

Ignite: Parameters refactoring, Bank test rewritten in Clojure #464

Closed map7000 closed 4 years ago

map7000 commented 4 years ago

Fixed problem with backup parameters read-from-backup - was not work since could not parse the parameter backups - now you can set the value to 0

Removed unnecessary function when creating a cache. getCacheConfiguration

Getting a cache now occurs every time it is accessed, not once when it is created.

Bank test rewritten in Clojure