Re: Race condition in QueryProcessor::prepare API

2024-01-20 Thread Jaydeep Chovatia
I think this is a regression introduced as part of CASSANDRA-17248 , the following code got introduced in QueryProcessor.java since C* 3.0.26. //

Race condition in QueryProcessor::prepare API

2024-01-19 Thread Jaydeep Chovatia
Hi, Today, in our production, we came across the following scenario: 1. We have 100 nodes of the Cassandra cluster on 4.0.6, and our client uses PreparedStatement, say, "*SELECT * FROM T1 WHERE PK=?*" 2. We applied a schema change to add a *regular* column, "*ALTER TABLE T1 ADD