Every other time I open the iOS application using Cassandra, I got an exception: com.datastax.driver.core.exceptions.NoHostAvailableException.
The following actions I did:
I think the driver should be updated to 2.1.4, but I cannot add from it:
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>2.1.3</version>
</dependency>
at
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>2.1.4</version>
</dependency>
source
share