scalar-labs/scalar-jepsen

Restarting Cassandra nodes with wrong order in DL tests

Closed this issue · 0 comments

Problem

A non-seed node tried to start before seed nodes started in a crash test.

Cause

DL tests have the nodes in :cass-node. However, Cassandra Nemesis didn't check :cass-nodes, only :nodes was checked.

Fix

Nemesis checks also :cass-nodes.