jepsen-io / scylla

Jepsen tests for ScyllaDB
8 stars 6 forks source link

exception: {:type :jepsen.db/setup-failed, :msg :await-open-timeout, :node "n4"} #4

Closed mengrj closed 2 years ago

mengrj commented 2 years ago

Trying to use Jepsen to test the latest version of Scylladb (e.g., v5.0.0). However, I always get the following error during setup and have no idea how to fix it:

Begin with this warning:

===== Using optimized driver!!! =====
INFO [2022-08-02 13:09:29,858] jepsen node n2 - scylla.client n2 not yet available, retrying

And finally, get this error:

ERROR [2022-08-02 13:10:14,676] main - jepsen.cli Oh jeez, I'm sorry, Jepsen broke. Here's why:
clojure.lang.ExceptionInfo: throw+: {:type :jepsen.db/setup-failed, :msg :await-open-timeout, :node "n4"}

Could you give some suggestions to fix this error?