Hi, version: cassandra 0.6.5 I am trying to bootstrap a new node from an existing seed node. The new node seems to be stuck with the bootstrapping message, and did not show any activity. Only after i checked the logs of the seed node, i realise there has been an error:
Caused by: java.lang.UnsupportedOperationException: disk full at org.apache.cassandra.db.CompactionManager.doAntiCompaction(CompactionManager.java:345) at org.apache.cassandra.db.CompactionManager.access$500(CompactionManager.java:49) at org.apache.cassandra.db.CompactionManager$3.call(CompactionManager.java:143) at org.apache.cassandra.db.CompactionManager$3.call(CompactionManager.java:140) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) The data size on the seed node is about 140 gigs, and it has abt 20 gig free space left. How do i get rid of this error and get the bootstrapping going ? Can it anti-compact to some other place that has disk space available or any other ways to get this working? Thanks Gurpreet