nodes are always out of sync

2017-03-30 Thread Roland Otta
hi, we see the following behaviour in our environment: cluster consists of 6 nodes (cassandra version 3.0.7). keyspace has a replication factor 3. clients are writing data to the keyspace with consistency one. we are doing parallel, incremental repairs with cassandra reaper. even if a repair

Cassandra 3.10: ClassCastException in ThreadAwareSecurityManager

2017-03-30 Thread Anton PASSIOUK
Hello After upgrading from Cassandra 3.6 to 3.10 I have suddenly started having errors like this: java.lang.ClassCastException: org.slf4j.impl.JDK14LoggerAdapter cannot be cast to ch.qos.logback.classic.Logger     at

DataStax: What codec to use for converting bigint to Long?

2017-03-30 Thread S G
Hi, I have a bigint field in my Cassandra that I want to convert to a long value. However, I am not sure how to specify the same in my DataStax-mapper-entity-class. Here is the code: @PartitionKey(1) @Column(name="phone", codec=TypeCodec.) private Double phoneNumber; Can someone please tell