Skip to content

Conversation

Gor027
Copy link
Owner

@Gor027 Gor027 commented Jun 13, 2023

No description provided.

absurdfarce and others added 16 commits April 27, 2022 15:02
Empirically, Cassandra does not appear to send
TopologyChangeType.REMOVED_NODE when a node in the ring
crashes hard and is eventually replaced, even though the
bad node is removed from the system tables. This results in
the driver holding on to that node until a restart.
The 3.x driver refreshes the entire node list when a node is
added, so when a new node comes up to replace the crashed
node, the crashed node is removed from the driver's state.
With this change we port that behavior to the 4.x driver and
refresh the entire node list when a new node is added.
This also fixes JAVA-3002.
…nts (apache#1606)

Enabling support for Astra in the Guava ListenableFuture examples requires use of the new ProgrammaticArguments constructor/method
Update to 4.15.0 from upstream.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants