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
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