Skip to content

Instantly share code, notes, and snippets.

Salt-ssh command:
salt-ssh host1 state.sls mysql --extra-filerefs=salt://common/vars.sls -l debug
TemplateNotFound: common/vars.sls
; line 4
@wongster80
wongster80 / gist:66d988abe5ac2a5450f406e2c381695b
Created November 22, 2019 18:17
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.str