[akka-user] Re: [Akka Cluster 2.4] Rebalancing and Remember entities

2015-10-29 Thread Gabriel Volpe
After more than one week trying to understand why this feature it wasn't working one of my work mates found the reason. We were using Apache Cassandra 2.0.14 that has a bug regarding static columns: https://issues.apache.org/jira/browse/CASSANDRA-8502. The bug is fixed in version 2.0.16 that we

[akka-user] Re: [Akka Cluster 2.4] Rebalancing and Remember entities

2015-10-29 Thread Gabriel Volpe
Our BIG MISTAKE was that we totally forgot to read this simple lines of the Cassandra Plugin's README file "This version of akka-persistence-cassandra depends on Akka 2.4 and Scala 2.11.6. It is compatible with Cassandra 2.1.6 or higher (versions < 2.1.6 have a static column bug). Versions

Re: [akka-user] Re: [Akka Cluster 2.4] Rebalancing and Remember entities

2015-10-30 Thread Patrik Nordwall
Thanks for the update, and for sharing the solution. /Patrik On Thu, Oct 29, 2015 at 12:23 PM, Gabriel Volpe wrote: > Our BIG MISTAKE was that we totally forgot to read this simple lines of > the Cassandra Plugin's README file > > "This version of akka-persistence-cassandra depends on Akka 2