Hi All,
I am frequently getting the following exception when executing batch statements:
File "cassandra/cluster.py", line 1710, in cassandra.cluster.Session.execute08:26:58
File "cassandra/cluster.py", line 3343, in cassandra.cluster.ResponseFuture.result08:26:58
cassandra.protocol.ServerError:
<Error from server: code=0000 [Server error]
message="com.google.common.util.concurrent.UncheckedExecutionException:
com.google.common.util.concurrent.UncheckedExecutionException:
java.lang.RuntimeException:
org.apache.cassandra.exceptions.ReadTimeoutException: Operation timed
out - received only 4 responses.">
I've set the consistency level of my BatchSatement object to LOCAL_QUORUM.
Can anyone point me to a any config or settings in my connection that I should check or tweak to somehow resolve this issue?
Thanks,
Earl