cassandra/test
Jonathan Ellis c450da8808 avoid attempting to keep CL header constant size (schema change can defeat this); it's not necessary now that header is a separate file now. forceNewSegment was attempting to start a new CL header when the schema changed, which was race-prone.
patch by jbellis; reviewed by gdusbabek for CASSANDRA-1435

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@991210 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 14:54:10 +00:00
..
conf fix updating index when value is changed. patch by jbellis; tested by Tyler Hobbs for CASSANDRA-1373 2010-08-17 17:05:36 +00:00
data/legacy-sstables/b/Keyspace1 implement a legacy sstable test. Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-767 2010-04-14 19:51:55 +00:00
long/org/apache/cassandra make GCGraceSeconds configurable per-columnfamily. patch by Jon Hermes; reviewed by jbellis for CASSANDRA-1276 2010-07-23 18:18:07 +00:00
resources use hex keys in sstable import/export. Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-767 2010-04-14 19:53:43 +00:00
system Add CfDef.default_validation_class. patch by jhermes; reviewed by jbellis for CASSANDRA-891 2010-08-25 20:25:49 +00:00
unit/org/apache/cassandra avoid attempting to keep CL header constant size (schema change can defeat this); it's not necessary now that header is a separate file now. forceNewSegment was attempting to start a new CL header when the schema changed, which was race-prone. 2010-08-31 14:54:10 +00:00
cassandra.in.sh avoid double-copy of flushed data by serializing directly to output file. patch by jbellis; reviewed by mdennis for CASSANDRA-270 2010-07-11 23:07:50 +00:00