Re: Cassandra Java Driver and OpenJDK CRaC

2025-03-11 Thread Radim Vansa
ome shortcuts could speed it up, but I can't think of any right now. I like the idea of making it optional and putting it through some scenarios. Patrick On Mon, Mar 10, 2025 at 8:03 AM Radim Vansa wrote: Hello Josh, thanks for reaching back; answers inline: On 10. 03. 25 1

Re: Cassandra Java Driver and OpenJDK CRaC

2025-03-11 Thread Radim Vansa
Hi Abe, I would expect that if the control connection is terminated, on the next request it would be re-established including the handshake you mention. This shouldn't be different from a connection being broken due to network error. In the POC PR I am calling just `DriverChannel.close()`, th

Re: Cassandra Java Driver and OpenJDK CRaC

2025-03-10 Thread Radim Vansa
s down and taking all of the nodes down? When we force-close the control connection (as the first step), is it possible to get a topology update at all and race on the cluster members? Thank you! Radim On Thu, Mar 6, 2025, at 3:34 PM, Radim Vansa wrote: Hi all, I would like to make applic

Cassandra Java Driver and OpenJDK CRaC

2025-03-06 Thread Radim Vansa
it is always possible to try it again. Thank you for your opinions and ideas! Radim Vansa [1] https://wiki.openjdk.org/display/crac [2] https://github.com/spring-projects/spring-boot/pull/44505 [3] https://mvnrepository.com/artifact/org.crac/crac/1.5.0