Re: alter table issues on 2.0.10

2014-10-15 Thread DuyHai Doan
I found this JIRA with similar error message ( https://issues.apache.org/jira/browse/CASSANDRA-6276), not sure it applies to your case, and especially the issue is supposed to be fixed in 2.0.10 (your current version). Consider filling a new JIRA if you can reproduce the issue On Mon, Oct 13, 20

Re: alter table issues on 2.0.10

2014-10-12 Thread tommaso barbugli
Here is the full stack trace ERROR [Native-Transport-Requests:5802] 2014-10-12 22:48:12,237 QueryMessage.java (line 131) Unexpected error during query java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.cassandra.exceptions.ConfigurationExcep

Re: alter table issues on 2.0.10

2014-10-12 Thread DuyHai Doan
Hello Tommaso Can you give the full exception stack trace? Consider also filing a JIRA, it looks pretty fishy... On Sun, Oct 12, 2014 at 10:53 PM, tommaso barbugli wrote: > Hi, > it actually seems to be worse than what I thought; I get an exception in > cassandra logs every time I try to creat

Re: alter table issues on 2.0.10

2014-10-12 Thread tommaso barbugli
Hi, it actually seems to be worse than what I thought; I get an exception in cassandra logs every time I try to create a new table. Cql query: CREATE TABLE shard12 ("feed_id" ascii, "activity_id" timeuuid, "activities" blob, "created_at" timestamp, "group" ascii, "updated_at" timestamp, "seen_at"

alter table issues on 2.0.10

2014-10-12 Thread tommaso barbugli
Hi, I am seeing errors every time I make a schema migration of this kind on cassandra 2.0.10 ALTER TABLE notifications add "unread_ids" set static Weird enough DESCRIBE COLUMNFAMILY notifications; shows that the column unread_ids is created after the error. Any idea if this is an actual bug or