Re: Cluster/node with inconsistent schema

2014-10-22 Thread Jens Rantil
Hi again, Follow-up: The incorrect schema propagated to other servers. Luckily this was a smaller table. I dropped the table and noticed that no sstables were removed. I then created the table again, and truncated it instead. This removed all the sstables and things look good now. Cheers

Cluster/node with inconsistent schema

2014-10-22 Thread Jens Rantil
Hi, I have a table that I dropped, recreated with two clustering primary keys (only had a single partition key before), and loaded previous data into the table. I started noticing that a single node of mine was not able to do `ORDER BY` executions on the table (while the other nodes were). Wh