File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments