perlcassa
perlcassa copied to clipboard
seed_nodes option fails when there is only one node
Silly little issue. When connecting to a cassandra cluster with only one node seed_nodes currently does not work.
[ERROR] There were no available Cassandra servers left at .../perlcassa/lib/perlcassa/Client.pm line 119.
It looks like we do not add the seed_node used to the list of available hosts.