Skip to content

Commit 4c1869b

Browse files
committed
RUBY-235 - execution_info.retries should be the total number of retries of this request rather than the number of retries on the last node.
1 parent 1433876 commit 4c1869b

File tree

3 files changed

+85
-41
lines changed

3 files changed

+85
-41
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Features:
1212
* Expose various cluster attributes with getters.
1313

1414
Bug Fixes:
15+
* [RUBY-235](https://datastax-oss.atlassian.net/browse/RUBY-235) execution_info.retries resets retry count when switching hosts.
1516
* [RUBY-255](https://datastax-oss.atlassian.net/browse/RUBY-255) ControlConnection.peer_ip ignores peers that are missing critical information in system.peers.
16-
* [RUBY-264](https://datastax-oss.atlassian.net/browse/RUBY-255) Table erroneously reported as using compact storage.
17+
* [RUBY-264](https://datastax-oss.atlassian.net/browse/RUBY-264) Table erroneously reported as using compact storage.
1718

1819
# 3.0.3
1920

0 commit comments

Comments
 (0)