perlcassa icon indicating copy to clipboard operation
perlcassa copied to clipboard

seed_nodes option fails when there is only one node

Open Lanzaa opened this issue 11 years ago • 0 comments

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.

Lanzaa avatar Feb 06 '14 00:02 Lanzaa