About 437,000 results
Open links in new tab
  1. Spring boot application with spring data cassandra failing to start

    I have a spring boot application with spring web & spring data cassandra as dependencies. And I have a main method in a class annotated with @SpringBootApplication. <dependency> ...

  2. AllNodesFailedException: Could not reach any contact point

    Sep 20, 2019 · All DataStax drivers are moving from built-in DataCenter failover and local inference from contact points. (source) If you are with Spring/Springboot, you have to specify …

  3. How do I connect to local cassandra db - Stack Overflow

    Sep 4, 2014 · The hostname/IP to connect to is specified in the listen_address property of your cassandra.yaml.If you are connecting to Cassandra from your localhost only (a sandbox …

  4. datastax enterprise - How can I find out which version of …

    Jan 7, 2015 · So far, I haven't found a place on Datastax documentation website that sums this up. Can I easily check the version some other way on a server?

  5. Datastax Cassandra Driver throwing CodecNotFoundException

    Jun 2, 2016 · Datastax Cassandra Driver throwing CodecNotFoundException Asked 9 years, 5 months ago Modified 3 years, 2 months ago Viewed 40k times

  6. java - com.datastax.oss.driver.api.core.DriverTimeoutException: …

    Oct 3, 2023 · com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT2S Asked 2 years ago Modified 2 years ago Viewed 986 times

  7. datastax - Cassandra : timeout during SIMPLE write query at …

    Sep 19, 2021 · com.datastax.oss.driver.api.core.servererrors.WriteTimeoutException: Cassandra timeout during SIMPLE write query at consistency LOCAL_QUORUM (2 replica were required …

  8. datastax - Cassandra Allow filtering - Stack Overflow

    Mar 3, 2017 · Is this ALLOW FILTERING efficient? When you write "this" you mean in the context of your query and your model, however the efficiency of an ALLOW FILTERING query …

  9. Codec not found for requested operation: [date <-> java.util.Date]

    Jan 5, 2017 · In Cassandra a column type is set to Date and in Model class type of field is set to java.util.Date with getters and setters. During com.datastax.driver.mapping.Mapper.save I get …

  10. Write timeout thrown by cassandra datastax driver

    Feb 17, 2014 · Caused by: com.datastax.driver.core.exceptions.WriteTimeoutException: Cassandra timeout during write query at consistency ONE (1 replica were required but only 0 …