I have a single node instance of Cassandra. I have been using batch statements to insert a lot of data into it using the datastax driver in Java.
After a certain point during the insert I am presented with a NoHostAvailableException, however I can still connect to the node through cql and execute statements. The Cassandra logs warned me that the batches were too large, when I lowered the size down to the recommended level I still get the same error and there appears to be no other errors in the Cassandra log file.
Has anyone encountered this error before, I feel like there is something in the cassandra.yaml that I am missing.