Re: unable to repair

2021-05-31 Thread Jeff Jirsa
> On May 30, 2021, at 2:12 AM, Sébastien Rebecchi > wrote: > >  > Hello, > > I have a more general question about that, I cannot find clear answer. > > In my use case I have many tables (around 10k new tables created per months) > and they are created from many clients and only dynamically

Re: multiple clients making schema changes at once

2021-05-31 Thread Sébastien Rebecchi
Hello, Yes this is quite annoying. How did you implement that "external lock"? I also thought of doing an external service that would be dedicated to that. Cassandra client apps would send create instruction to that service, that would receive them and do the creates 1 by 1, and the client app wou

Re: multiple clients making schema changes at once

2021-05-31 Thread Max C.
In our case we have a shared dev cluster with (for example) a key space for each developer, a key space for each CI runner, etc. As part of initializing our test suite we setup the schema to match the code that is about to be tested. This can mean multiple CI runners each adding/dropping tabl