Skip to content

Commit b0b640e

Browse files
Update log message to inform about incorrect CL for read repair (#1571)
1 parent 387f757 commit b0b640e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/com/datastax/oss/driver/api/core/servererrors/ReadTimeoutException.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public ReadTimeoutException(
4545
this(
4646
coordinator,
4747
String.format(
48-
"Cassandra timeout during read query at consistency %s (%s)",
48+
"Cassandra timeout during read query at consistency %s (%s). "
49+
+ "In case this was generated during read repair, the consistency level is not representative of the actual consistency.",
4950
consistencyLevel, formatDetails(received, blockFor, dataPresent)),
5051
consistencyLevel,
5152
received,

0 commit comments

Comments
 (0)