-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom change log and -lock tables with keyspace issue #105
Comments
Hello, I got a similar problem, it may be also fixed by the awaiting PR. I'm using Liquibase Cassandra Ext via Spring Boot when I try to specify different table names for the log table and the lock log table it fails looking for the default table name. this configuration works
the following doesn't
it gives the following exception: com.simba.cassandra.shaded.datastax.driver.core.exceptions.InvalidQueryException: unconfigured table change_log_lock. and the log says that it's looking for DATABASECHANGELOGLOCK liquibase.ext : No DATABASECHANGELOGLOCK available in cassandra. liquibase.ext : Waiting for changelog lock.... |
In my case I have multiple services and for each I want to have separate pair of change log tables.
The problem is that underlying logic either uses custom table names without keyspace or changeloglock table is hardcoded with 'DATABASECHANGELOGLOCK' value
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: