Christopher Batey's Blog: Cassandra: Datastax Java driver retry policy
The DefaultRetryPolicy retries with the following behaviour:
- Read timeout: When enough replica are available but the data did not come back within the configured read time out
- Write timeout: Only if the initial phase of a batch write times out - see cassandra batch statement
- Unavailable timeout: Never
Read full article from Christopher Batey's Blog: Cassandra: Datastax Java driver retry policy
No comments:
Post a Comment