I am currently doing the feasibility testing with Cassandra 2.0.9. During the test, it was observed that the client that connects to a cluster with IP address of seed node, loses the connection, when the seed node crashes.
For detail, the cluster has two nodes with IP 1.1.1.1 and 2.2.2.2 with 1.1.1.1 as a seed.
(1) client A connects with 1.1.1.1. (2) the seed node 1.1.1.1 crash (3) client A loses the connection (4) never restores even after the seed node restarts.
client kept wroking okay without an issue in following situation. +client connects with 2.2.2.2 and any of node crashes.
Should I not use seed node IP for client configuration??
How IP of clients should be configured for the cassandra cluster, if there are many clients and multiple Cassandra nodes.
I am satisfied with the performance, but Cassandra seems to have some loose ends.
Thanks in advance.