Re-sending hoping to get some help. Any ideas would be much appreciated!
From: Keith Wright <[email protected]<mailto:[email protected]>>
Date: Friday, August 2, 2013 3:01 PM
To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Subject: org.apache.cassandra.io.sstable.CorruptSSTableException
Hi all,
We just added a node to our cluster (1.2.4 Vnodes) and they appear to be
running well exception I see that the new node is not making any progress
compacting one of the CF. The exception below is generated. My assumption is
that the only way to handle this is to stop the node, delete the file in
question, restart, and run repair.
Thoughts?
org.apache.cassandra.io.sstable.CorruptSSTableException: java.io.IOException:
dataSize of 1249463589142530 starting at 5604968 would be larger than file
/data/3/cassandra/data/users/global_user/users-global_user-ib-1550-Data.db
length 14017479
at
org.apache.cassandra.io.sstable.SSTableIdentityIterator.<init>(SSTableIdentityIterator.java:168)
at
org.apache.cassandra.io.sstable.SSTableIdentityIterator.<init>(SSTableIdentityIterator.java:83)
at
org.apache.cassandra.io.sstable.SSTableIdentityIterator.<init>(SSTableIdentityIterator.java:69)
at
org.apache.cassandra.io.sstable.SSTableScanner$KeyScanningIterator.next(SSTableScanner.java:177)
at
org.apache.cassandra.io.sstable.SSTableScanner$KeyScanningIterator.next(SSTableScanner.java:152)
at
org.apache.cassandra.io.sstable.SSTableScanner.next(SSTableScanner.java:139)
at
org.apache.cassandra.io.sstable.SSTableScanner.next(SSTableScanner.java:36)
at
org.apache.cassandra.db.compaction.ParallelCompactionIterable$Deserializer$1.runMayThrow(ParallelCompactionIterable.java:288)
at
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: dataSize of 1249463589142530 starting at
5604968 would be larger than file
/data/3/cassandra/data/users/global_user/users-global_user-ib-1550-Data.db
length 14017479
at
org.apache.cassandra.io.sstable.SSTableIdentityIterator.<init>(SSTableIdentityIterator.java:123)
... 9 more