C* 3.0.7 - Compactions pending after TRUNCATE

2016-06-28 Thread Stefano Ortolani
Hi all, I've just updated to C* 3.0.7, and I am now seeing some compactions getting stuck: nodetool compationstats has been showing the same output for the last 6 hours, and all compactions are stuck at 0.00% progress. What is interesting is that the stuck CFs have been truncated exactly 6 hours

Re: C* 3.0.7 - Compactions pending after TRUNCATE

2016-06-28 Thread Stefano Ortolani
I am updating the following ticket https://issues.apache.org/jira/browse/CASSANDRA-12100 as I discover new bits. Regards, Stefano On Tue, Jun 28, 2016 at 9:37 AM, Stefano Ortolani wrote: > Hi all, > > I've just updated to C* 3.0.7, and I am now seeing some compactions >

Exception in logs using LCS .

2016-06-28 Thread Prakash Chauhan
Hello, Recently we changed compaction strategy fora table to LCS from the default STCS. While bootstrapping a node , we are getting following Exception in the logs: ERROR [CompactionExecutor:81] 2016-05-11 13:48:54,694 CassandraDaemon.java (line 258) Exception in thread

Re: Exception in logs using LCS .

2016-06-28 Thread Paulo Motta
1. Not necessarily data corruption, but it seems compaction is trying to write data in the wrong order most likely due to a temporary race condition/bug a la #9935, but since the compaction fails your original data is probably safe (you can try running scrub to verify/fix corruptions). 2. This is

Motivation for a DHT ring

2016-06-28 Thread jean paul
Hi all, Please, What is the motivation for choosing a DHT ring in cassandra? Why not use a normal parallel or distributed file system that supports replication? Thank you so much for clarification. Kind regards.

Re: Adding column to materialized view

2016-06-28 Thread Tyler Hobbs
This is expected. It's something we plan to support, but it hasn't been done yet: https://issues.apache.org/jira/browse/CASSANDRA-9736 On Mon, Jun 27, 2016 at 4:25 PM, Jason J. W. Williams < jasonjwwilli...@gmail.com> wrote: > Hey Guys, > > Running Cassandra 3.0.5. Needed to add a column to a

Re: Read operation can read uncommitted data?

2016-06-28 Thread Tyler Hobbs
Reads at CL.SERIAL will complete any in-progress paxos writes, so the behavior you're seeing is expected. On Mon, Jun 27, 2016 at 1:55 AM, Yuji Ito wrote: > Hi, > > I'm testing Cassandra CAS operation. > > Can a read operation read uncommitted data which is being updated

Changing a cluster name

2016-06-28 Thread Surbhi Gupta
system.local uses local strategy . You need to update on all nodes . On 28 June 2016 at 14:51, Tyler Hobbs > wrote: > First, make sure that you call nodetool flush after modifying the system > table. That's probably why