Re: Remove folders of deleted tables

2023-12-06 Thread Bowen Song via user
There are many different ways to avoid or minimise the chance of schema disagreements, the easiest way is to always send DDL queries to the same node in the cluster. This is very easy to implement and avoids schema disagreements at the cost of creating a single point of failure for DDL

Re: Remove folders of deleted tables

2023-12-06 Thread SĂ©bastien Rebecchi
Hello Jeff, Bowen Thanks for your answer. Now I understand that there is a bug in Cassandra that can not handle concurrent schema modifications, I was not aware of that severity, I thought that temporary schema mismatches were eventually resolved smartly, by a kind of "merge" mechanism. For my