sky-uk / cqlmigrate

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

Locking #58

Closed JacobJohansen closed 7 years ago

JacobJohansen commented 7 years ago

Is there currently a way of using this tool without locking? I would like to use it with scylla db, but scylla does not currently allow for LWT. If not, I can work on adding a configuration to allow for use without locking.

adamdougal commented 7 years ago

@JacobJohansen Unfortunately not! However please feel free to submit a PR for it :)

I think either by being able to disable it all together or by allowing you to set the locking mechanism instead of it being hard coded (and then having a noop locking mechanism) would both be good implementations.

JacobJohansen commented 7 years ago

No-op locking was added and merged in, closing issue