Error deleting files during bootstrap
-------------------------------------
Key: CASSANDRA-681
URL: https://issues.apache.org/jira/browse/CASSANDRA-681
Project: Cassandra
Issue Type: Bug
Affects Versions: 0.9
Environment: debian lenny amd64 OpenJDK 64-Bit Server VM (build
1.6.0_0-b11, mixed mode)
Reporter: Brandon Williams
Fix For: 0.9
I started a 3 node cluster and proceeded to bootstrap a 4th node. On one of
the existing nodes I began to see tracebacks like this:
ERROR - Error in executor futuretask
java.util.concurrent.ExecutionException: java.lang.RuntimeException:
java.io.IOException: Unable to delete
/mnt/drive3/data/Keyspace1/stream/Standard1-158-Index.db after 10 tries
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at
org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.afterExecute(DebuggableThreadPoolExecutor.java:53)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete
/mnt/drive3/data/Keyspace1/stream/Standard1-158-Index.db after 10 tries
at
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:13)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
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)
... 2 more
Caused by: java.io.IOException: Unable to delete
/mnt/drive3/data/Keyspace1/stream/Standard1-158-Index.db after 10 tries
at
org.apache.cassandra.io.DeletionService$2.runMayThrow(DeletionService.java:45)
at
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:9)
... 6 more
For various data, index, and filter files.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.