spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.55k stars 611 forks source link

Jepsen tests for distributed zk state machine #80

Closed jvalkeal closed 9 years ago

jvalkeal commented 9 years ago

Distributed systems are hard so we should add a tests using jepsen to see how well we behave in network splits/errors with zookeeper.

jvalkeal commented 9 years ago

Planning to write a technical doc which we want to include in ref docs.

jvalkeal commented 9 years ago

Marking fixed per https://github.com/spring-projects/spring-statemachine/commit/ab2277b3f78cc43bce0fbcb6fbb32bef60b3ac49. Further development in separate tickets.