--
Olivier Michallat
Driver & tools engineer, DataStax
--
You received this message because you are subscribed to the Google Groups "DataStax Java Driver for Apache Cassandra User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-driver-us...@lists.datastax.com.
| Java Driver Version | 2.0.8 | 2.0.10 |
| network connection by netstat -p | grep -i ndb | grep -c PID | 3382 | 91 |
| NoHostAvailableException / hour | 182 | 2370 |
| Error creating pool / hour | 0 | 0 |
| Creating connection (by counting "Transport initialized and ready" in 2.0.8 or "Connection opened successfully" in 2.0.10) / hour | 1633 | 1900 |
| closing connection / hour | 1898 | 1421 |
--
You received this message because you are subscribed to the Google Groups "DataStax Java Driver for Apache Cassandra User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-driver-us...@lists.datastax.com.
Nothing in particular as I haven't seen a default recommended value for either CoreConnectionsPerHost or MaxConnectionsPerHost. My initial tests were using 100 connections, so setting the value to 48 X 3 cassandra hosts would have resulted in a higher value than my 100 target . Yet it was still failing. I increased my load test to 200 connections. The result is the same. It works fine if I only have one connection. I can "play" with 5, or 10 or 50 and see if I still get the same error.