Re: Secondary indexes and drop column family

2011-08-05 Thread Jonathan Ellis
Upgrade. https://issues.apache.org/jira/browse/CASSANDRA-2320 On Fri, Aug 5, 2011 at 6:58 PM, Aurynn Shaw wrote: > Answered my own question; a snapshot gets taken when you drop a CF, per: > > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-take-a-snapshot-after-a-column

Re: Secondary indexes and drop column family

2011-08-05 Thread Aurynn Shaw
Answered my own question; a snapshot gets taken when you drop a CF, per: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-take-a-snapshot-after-a-column-family-update-td6222772.html So, I can recover to a known-good working position, and delete my indices properly. T

Secondary indexes and drop column family

2011-08-05 Thread Aurynn Shaw
Hey all; So, I've managed to get myself into a position where I'm not sure how to recover. I have a column family that I was a significant number of secondary indexes on. Some buggy code created a bunch of useless indexes accidentally, and I took what (at the time) seemed the most obvious pa