sky-uk / cqlmigrate

Cassandra schema migration library
BSD 3-Clause "New" or "Revised" License
47 stars 29 forks source link

Checking for new Cql updates before locks are acquired #96

Closed jonathanpeircesky closed 3 years ago

jonathanpeircesky commented 3 years ago

In the SAS Vali team we have been experiencing issues with acquiring locks and releasing locks and were therefore wondering if it's possible to make the check to see if there are Cql changes to migrate before the locks are acquired.

davidh87 commented 3 years ago

Got a branch for this mostly working, just needs further testing and cleanup/refactors.