Skip to content

Instantly share code, notes, and snippets.

@airhorns
Created January 9, 2016 16:42
Show Gist options
  • Save airhorns/592cb2c8494f89b435b4 to your computer and use it in GitHub Desktop.
Save airhorns/592cb2c8494f89b435b4 to your computer and use it in GitHub Desktop.
ERROR [RepairJobTask:2] 2016-01-09 16:33:33,712 RepairJob.java (line 143) Error occurred during snapshot phase
java.lang.RuntimeException: Could not create snapshot at /172.16.126.34
at org.apache.cassandra.repair.SnapshotTask$SnapshotCallback.onFailure(SnapshotTask.java:81)
at org.apache.cassandra.net.MessagingService$5$1.run(MessagingService.java:344)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
ERROR [AntiEntropySessions:25] 2016-01-09 16:33:33,717 RepairSession.java (line 288) [repair #9f5026d0-b6ee-11e5-ace8-99786793f7ff] session completed with the following error
java.io.IOException: Failed during snapshot creation.
at org.apache.cassandra.repair.RepairSession.failedSnapshot(RepairSession.java:323)
at org.apache.cassandra.repair.RepairJob$2.onFailure(RepairJob.java:144)
at com.google.common.util.concurrent.Futures$4.run(Futures.java:1160)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
ERROR [AntiEntropySessions:25] 2016-01-09 16:33:33,723 CassandraDaemon.java (line 199) Exception in thread Thread[AntiEntropySessions:25,5,RMI Runtime]
java.lang.RuntimeException: java.io.IOException: Failed during snapshot creation.
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:32)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Failed during snapshot creation.
at org.apache.cassandra.repair.RepairSession.failedSnapshot(RepairSession.java:323)
at org.apache.cassandra.repair.RepairJob$2.onFailure(RepairJob.java:144)
at com.google.common.util.concurrent.Futures$4.run(Futures.java:1160)
... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment