I am bulk importing a large number of sstables that I pre-generated using the 
bulk load process outlined at 

https://github.com/yukim/cassandra-bulkload-example 

I am using the 'sstableloader' utility to import them into a nine node 
Cassandra cluster. 

During the sstableloader execution, I sometime get the following error in the 
logs of one of the nodes: 

ERROR [STREAM-OUT-/xx.xx.xx.xx:38544] 2017-01-19 13:38:52,148 
StreamSession.java:533 - [Stream #d90444c0-de7e-11e6-922a-e792f38c7245] 
Streaming error occurred on session with peer xx.xx.xx.xx through xx.xx.xx.xx 
java.io.IOException: Connection reset by peer 

I assume the load for that particular sstable failed, and the data within wass 
compromised and needs to be re-loaded. 

My question: is there any way to trap this (and other streaming errors) when 
using sstableloader to bulk import data? 

Reply via email to