You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Donald Smith <Do...@audiencescience.com> on 2014/02/18 19:17:22 UTC

Corrupted Index File exceptions in 2.0.5

We're getting exceptions like the one below using cassandra 2.0.5.  A google search turns up nothing  about these except the source code.  Anyone have any insight?

ERROR [CompactionExecutor:188] 2014-02-12 04:15:53,232 CassandraDaemon.java (line 192) Exception in thread Thread[CompactionExecutor:188,1,main]
org.apache.cassandra.io.sstable.CorruptSSTableException: java.io.IOException: Corrupted Index File  .... -jb-48064-CompressionInfo.db: read 20252 but expected 20253 chunks.

Thanks, Don

Donald A. Smith | Senior Software Engineer
P: 425.201.3900 x 3866
C: (206) 819-5965
F: (646) 443-2333
donalds@AudienceScience.com<ma...@AudienceScience.com>

[AudienceScience]


Re: Corrupted Index File exceptions in 2.0.5

Posted by Robert Coli <rc...@eventbrite.com>.
On Tue, Feb 18, 2014 at 10:17 AM, Donald Smith <
Donald.Smith@audiencescience.com> wrote:

>  We're getting exceptions like the one below using cassandra 2.0.5.  A
> google search turns up nothing  about these except the source code.  Anyone
> have any insight?
>
>
>
> ERROR [CompactionExecutor:188] 2014-02-12 04:15:53,232
> CassandraDaemon.java (line 192) Exception in thread
> Thread[CompactionExecutor:188,1,main]
>
> org.apache.cassandra.io.sstable.CorruptSSTableException:
> java.io.IOException: Corrupted Index File  .... -jb-48064-CompressionInfo.db:
> read 20252 but expected 20253 chunks.
>

If you're getting this error and the node has never crashed, I strongly
suggest filing a JIRA ticket with details.

http://issues.apache.org

=Rob