Hi all,
I'm using Pelops with a 5 nodes cluster of Cassandra.
Should I set the nodes[] only to the seeds or should I tell pelops to add a pool with each member of the cluster?
Right now my node list contains only the 2 seeds and I'm noticing a particular behaviour ... during the stress test I see some "TTransportException" on the node I set first.
nodes = {"test-cassandra-1", "test-cassandra-2"} <-- test-cassandra-1 will raise TTransportException
nodes = {"test-cassandra-2", "test-cassandra-1"} <-- test-cassandra-2 will raise TTransportException
A TTransportException was thrown while attempting to create a connection to ' test-cassandra-X'. This node will be suspended for 10000ms.
Cassandra 1.06 Pelops 1.3-1.0 -- ulimit is set to 102400 so very high.
Thanks for any help,
Carlo