I'm really sorry nut I'm a bit confused here, is there still a mailing list for the java-driver. I guess that the old datastax list has been discontinued?
/Tommy -----Original Message----- From: Tommy Stendahl via user <user@cassandra.apache.org> Reply-To: user@cassandra.apache.org To: user@cassandra.apache.org <user@cassandra.apache.org> Cc: Tommy Stendahl <tommy.stend...@ericsson.com> Subject: Re: Schema agreement check after DDL query is unreliable Date: Thu, 16 Jan 2025 10:52:17 +0000 Sorry, wrong list :-) -----Original Message----- From: Tommy Stendahl via user <user@cassandra.apache.org> Reply-To: user@cassandra.apache.org To: user@cassandra.apache.org <user@cassandra.apache.org> Cc: Tommy Stendahl <tommy.stend...@ericsson.com> Subject: Schema agreement check after DDL query is unreliable Date: Thu, 16 Jan 2025 10:33:32 +0000 Hi, When we upgraded the java-driver from 3.11.5 to 4.18.1 we found that schema agreemnt check that is done after DDL queries is unreliable since the check is done on the control connection, not to the same node as the DDL query as was done in 3.x. SInce schema propagation a cluser can take a little time the node that has the control connection might not be aware of the schema change yet. I have created CASSJAVA-69, https://issues.apache.org/jira/browse/CASSJAVA-69 /Tommy