Skip to content

Commit 4623db3

Browse files
committed
JAVA-1577: Set default consistency level to LOCAL_ONE
1 parent 390dfd9 commit 4623db3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### 4.0.0-alpha1 (in progress)
66

7+
- [improvement] JAVA-1577: Set default consistency level to LOCAL_ONE
78
- [bug] JAVA-1548: Retry idempotent statements on READ_TIMEOUT and UNAVAILABLE
89
- [bug] JAVA-1562: Fix various issues around heart beats
910
- [improvement] JAVA-1546: Make all statement implementations immutable

core/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ datastax-java-driver {
171171
#
172172
# This option can be changed at runtime, the new value will be used for requests issued after
173173
# the change. It can be overridden in a profile.
174-
consistency = ONE
174+
consistency = LOCAL_ONE
175175

176176
# The page size. This controls how many rows will be retrieved simultaneously in a single
177177
# network roundtrip (the goal being to avoid loading too many results in memory at the same

0 commit comments

Comments
 (0)