Getting to know Cassandra internals

2013-03-17 Thread Chris Vest
Hi, I'm attacking https://issues.apache.org/jira/browse/CASSANDRA-5351 in order to familiarise myself with the code. I've added a repairedAt field to SSTableMetadata as suggested, and to its non-legacy serialised form. Now I'm trying to figure out where the field should be used. My guess is, that

Re: Getting to know Cassandra internals

2013-03-17 Thread Jonathan Ellis
You could probably get that to work but I think it will be more straightforward to restrict the set of sstables being validated before calling getScanners. On Sun, Mar 17, 2013 at 6:05 AM, Chris Vest wrote: > Hi, > > I'm attacking https://issues.apache.org/jira/browse/CASSANDRA-5351 in order > to