question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

problem with cassandra 3

See original GitHub issue

Hi,

It seems that pillar is not compatible with Cassandra 3. I’m using "com.datastax.cassandra" % "cassandra-driver-core" % "3.0.0",

And when using latest version of pillar, I get the following error:

Exception encountered when attempting to run a suite with class name: common.utils.cassandra.ConnectionAndQuerySpec *** ABORTED ***
[info]   java.lang.NoSuchMethodError: com.datastax.driver.core.Row.getDate(Ljava/lang/String;)Ljava/util/Date;
[info]   at com.chrisomeara.pillar.AppliedMigrations$$anonfun$apply$1.apply(AppliedMigrations.scala:12)
[info]   at com.chrisomeara.pillar.AppliedMigrations$$anonfun$apply$1.apply(AppliedMigrations.scala:12)
[info]   at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
[info]   at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
[info]   at scala.collection.Iterator$class.foreach(Iterator.scala:743)
[info]   at scala.collection.AbstractIterator.foreach(Iterator.scala:1195)
[info]   at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[info]   at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
[info]   at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
[info]   at scala.collection.AbstractTraversable.map(Traversable.scala:104)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
magrocommented, Jun 2, 2016

https://github.com/Galeria-Kaufhof/pillar has been upgraded to 3.0.0 of the driver, it’s a better maintained fork.

0reactions
gudyocommented, Feb 7, 2017

hmm maybe Thank you! Sorry again!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting | Apache Cassandra 3.0
Cassandra operation topics, such as node and datacenter operations, changing replication strategies, configuring compaction and compression, ...
Read more >
Common Problems in Cassandra Data Models - Anant
Common Problems in Cassandra Data Models · Wide Partitions. A partition is the fundamental unit of replication in Cassandra. · Data Skew. ·...
Read more >
Cassandra 3.0.5 nodes fail to startup with "IllegalStateException
Based on the stack trace you posted, it appears your are running into a known bug that has been reported after upgrading from...
Read more >
Cassandra 4.0 vs. Cassandra 3.11: Comparing Performance
Cassandra 4.0 reduced these long-tail latencies between 80% – 99% over Cassandra 3.11. Maximum throughput for Cassandra 4.0 vs.
Read more >
7 mistakes when using Apache Cassandra | by Michał Matłoka
Apache Cassandra is one of the most popular NoSQL databases. It's not perfect for every project, there are many mistakes which can be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found