Jason Wellonen created CASSANDRA-4625:
-----------------------------------------
Summary: ValidationExecutor Exception During Nodetool Repair
Key: CASSANDRA-4625
URL: https://issues.apache.org/jira/browse/CASSANDRA-4625
Project: Cassandra
Issue Type: Bug
Environment: Cassandar v1.1.4, 4 nodes, 2 data centers, RF = 2 (each
dc).
RHEL 6.3 x86_64, Oracle Java 1.7.0_07
Reporter: Jason Wellonen
Attachments: cassandraerror.txt
After using the stress utility to create 10m rows in the Standard1 CF, I then
started a "nodetool -pr repair Keyspace1", which generated a ValidationExecutor
expection (attached).
CF description (25 columns):
CREATE TABLE Standard1 (
KEY blob PRIMARY KEY
) WITH
comment='' AND
comparator=ascii AND
read_repair_chance=0.100000 AND
gc_grace_seconds=864000 AND
default_validation=blob AND
min_compaction_threshold=4 AND
max_compaction_threshold=32 AND
replicate_on_write='false' AND
compaction_strategy_class='LeveledCompactionStrategy' AND
compaction_strategy_options:sstable_size_in_mb='5' AND
compression_parameters:chunk_length_kb='64' AND
compression_parameters:sstable_compression='SnappyCompressor';
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira