[ https://issues.apache.org/jira/browse/CASSANDRA-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000635#comment-13000635 ]
Sébastien Giroux commented on CASSANDRA-2240: --------------------------------------------- Jonathan, I'm pretty positive I'm running into CASSANDRA-2216. Applied the patch and still having the same exception, maybe this is related to CASSANDRA-2256 ? ERROR 00:51:55,214 Fatal exception in thread Thread[CompactionExecutor:1,1,main] java.io.EOFException at java.io.RandomAccessFile.readFully(RandomAccessFile.java:416) at java.io.RandomAccessFile.readFully(RandomAccessFile.java:394) at org.apache.cassandra.io.util.BufferedRandomAccessFile.readBytes(BufferedRandomAccessFile.java:268) at org.apache.cassandra.utils.ByteBufferUtil.read(ByteBufferUtil.java:310) at org.apache.cassandra.utils.ByteBufferUtil.readWithShortLength(ByteBufferUtil.java:284) at org.apache.cassandra.db.CompactionManager.doScrub(CompactionManager.java:541) at org.apache.cassandra.db.CompactionManager.access$600(CompactionManager.java:56) at org.apache.cassandra.db.CompactionManager$3.call(CompactionManager.java:195) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) > nodetool scrub hangs or throws an exception > ------------------------------------------- > > Key: CASSANDRA-2240 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2240 > Project: Cassandra > Issue Type: Bug > Components: Tools > Affects Versions: 0.7.3 > Environment: using build #314 from hudson > Reporter: Yaniv Kunda > Assignee: Jonathan Ellis > Fix For: 0.7.4 > > Attachments: 2240.txt, exception2.txt, jstack1.txt, > signatureBuckets-f-104.tar.gz, system.log.2.gz, system.log.gz, > test-0.6.x-tables.tar.gz, userChannelFilter-f-210.tar.gz > > > trying to run nodetool scrub hung or (only happened one time) threw the > following exception: > ERROR [CompactionExecutor:1] 2011-02-28 10:26:26,620 > AbstractCassandraDaemon.java (line 114) Fatal exception in thread > Thread[CompactionExecutor:1,1,main] > java.lang.AssertionError > at > org.apache.cassandra.dht.RandomPartitioner.convertFromDiskFormat(RandomPartitioner.java:62) > at > org.apache.cassandra.io.sstable.SSTableReader.decodeKey(SSTableReader.java:627) > at > org.apache.cassandra.db.CompactionManager.doScrub(CompactionManager.java:538) > at > org.apache.cassandra.db.CompactionManager.access$600(CompactionManager.java:55) > at > org.apache.cassandra.db.CompactionManager$3.call(CompactionManager.java:194) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:636) -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira