Re: Unable to create compaction marker

2011-09-22 Thread Daning
sed this problem and what is the consequence? ERROR [CompactionExecutor:12] 2011-09-15 14:29:19,578 AbstractCassandraDaemon.java (line 139) Fatal exception in thread Thread[CompactionExecutor:12,1,main] java.io.IOError: java.io.IOException: Unable to create com

Re: Unable to create compaction marker

2011-09-22 Thread Radim Kolar
Dne 21.9.2011 20:01, Jonathan Ellis napsal(a): Means Cassandra couldn't create an empty file in the data directory designating a sstable as compacted. I'd look for permissions problems. Short term there is no dire consequence, although it will keep re-compacting that sstable. Longer term you'l

Re: Unable to create compaction marker

2011-09-22 Thread aaron morton
12] 2011-09-15 14:29:19,578 >>> AbstractCassandraDaemon.java (line 139) Fatal exception in thread >>> Thread[CompactionExecutor:12,1,main] >>> java.io.IOError: java.io.IOException: Unable to create compaction marker >>>at >>> org.apache.ca

Re: Unable to create compaction marker

2011-09-21 Thread Daning
hat caused this problem and what is the consequence? ERROR [CompactionExecutor:12] 2011-09-15 14:29:19,578 AbstractCassandraDaemon.java (line 139) Fatal exception in thread Thread[CompactionExecutor:12,1,main] java.io.IOError: java.io.IOException: Unable to create compaction ma

Re: Unable to create compaction marker

2011-09-21 Thread Jonathan Ellis
andraDaemon.java (line 139) Fatal exception in thread > Thread[CompactionExecutor:12,1,main] > java.io.IOError: java.io.IOException: Unable to create compaction marker >        at > org.apache.cassandra.io.sstable.SSTableReader.markCompacted(SSTableReader.java:642) >        at > org.ap

Unable to create compaction marker

2011-09-21 Thread Daning
] java.io.IOError: java.io.IOException: Unable to create compaction marker at org.apache.cassandra.io.sstable.SSTableReader.markCompacted(SSTableReader.java:642) at org.apache.cassandra.db.DataTracker.removeOldSSTablesSize(DataTracker.java:280) at