Skip to content

Instantly share code, notes, and snippets.

@wongster80
Created November 22, 2019 18:17
Show Gist options
  • Save wongster80/66d988abe5ac2a5450f406e2c381695b to your computer and use it in GitHub Desktop.
Save wongster80/66d988abe5ac2a5450f406e2c381695b to your computer and use it in GitHub Desktop.
sstableloader exception on node3
ERROR 18:11:01,114 [Stream #6f7a3cb0-0d53-11ea-953a-0d9817d21dd4] Streaming error occurred on session with peer 172.31.27.177
java.lang.RuntimeException: java.nio.file.NoSuchFileException: /var/lib/cassandra/data/killr_video/user_by_email-8426a7410c8911ea8ad0b706d92db545/ac-26-bti-Data.db
at org.apache.cassandra.io.util.ChannelProxy.openChannel(ChannelProxy.java:50)
at org.apache.cassandra.io.util.ChannelProxy.<init>(ChannelProxy.java:61)
at org.apache.cassandra.io.util.AsynchronousChannelProxy.getBlockingChannel(AsynchronousChannelProxy.java:213)
at org.apache.cassandra.io.util.AsynchronousChannelProxy.transferTo(AsynchronousChannelProxy.java:218)
at org.apache.cassandra.streaming.compress.CompressedStreamWriter.lambda$write$0(CompressedStreamWriter.java:86)
at org.apache.cassandra.io.util.BufferedDataOutputStreamPlus.applyToChannel(BufferedDataOutputStreamPlus.java:344)
at org.apache.cassandra.streaming.compress.CompressedStreamWriter.write(CompressedStreamWriter.java:86)
at org.apache.cassandra.streaming.messages.OutgoingFileMessage.serialize(OutgoingFileMessage.java:102)
at org.apache.cassandra.streaming.messages.OutgoingFileMessage$1.serialize(OutgoingFileMessage.java:52)
at org.apache.cassandra.streaming.messages.OutgoingFileMessage$1.serialize(OutgoingFileMessage.java:41)
at org.apache.cassandra.streaming.messages.StreamMessage.serialize(StreamMessage.java:86)
at org.apache.cassandra.streaming.ConnectionHandler$OutgoingMessageHandler.sendMessage(ConnectionHandler.java:428)
at org.apache.cassandra.streaming.ConnectionHandler$OutgoingMessageHandler.run(ConnectionHandler.java:389)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.nio.file.NoSuchFileException: /var/lib/cassandra/data/killr_video/user_by_email-8426a7410c8911ea8ad0b706d92db545/ac-26-bti-Data.db
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at org.apache.cassandra.io.util.ChannelProxy.openChannel(ChannelProxy.java:46)
... 14 common frames omitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment