Re: Keys must be written in ascending order

2011-01-19 Thread Jonathan Ellis
If you run sstablekeys it will tell you which key is out of orde -- assuming your index and data files contain the same keys, which if you have a corrupt sstable may or may not be the case. On Wed, Jan 19, 2011 at 1:10 AM, David King wrote: > I'm upgrading an 0.6 cluster to 0.7 in a testing envir

Re: Keys must be written in ascending order

2011-01-19 Thread Jonathan Ellis
On Wed, Jan 19, 2011 at 2:26 AM, aaron morton wrote: > David, >        There was an issue similar to this reported during the 0.7 development > https://issues.apache.org/jira/browse/CASSANDRA-1744 which was marked as > duplicate with https://issues.apache.org/jira/browse/CASSANDRA-1743 It looks

Re: Keys must be written in ascending order

2011-01-19 Thread aaron morton
David, There was an issue similar to this reported during the 0.7 development https://issues.apache.org/jira/browse/CASSANDRA-1744 which was marked as duplicate with https://issues.apache.org/jira/browse/CASSANDRA-1743 It looks like the fix for 1743 did not make it into the 0.7 release,