-
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
liquibase on infinetoop waiting for change lock #93
Comments
[2021-07-09 16:01:58] FINE [liquibase.executor] -1 row(s) affected Unexpected error running Liquibase: Could not acquire change log lock. Currently locked by UNKNOWN liquibase.exception.CommandExecutionException: liquibase.exception.LiquibaseException: Unexpected error running Liquibase: Could not acquire change log lock. Currently locked by UNKNOWN |
@nvoxland ^^ |
Im using liquibase to create some cassandra objects.
when i run liquibase update ,it created lock and changelog table and inserted a row in lock table
and giving the error
[2021-07-09 15:57:35] FINE [liquibase.executor] Create Database Lock Table
[2021-07-09 15:57:35] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:57:35] FINE [liquibase.executor] -1 row(s) affected
[2021-07-09 15:57:35] FINE [liquibase.ext] Created database lock table with name: comconfigs_test.DATABASECHANGELOGLOCK
[2021-07-09 15:57:35] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:57:35] INFO [liquibase.ext] Waiting for changelog lock....
[2021-07-09 15:57:45] INFO [liquibase.ext] No DATABASECHANGELOGLOCK available in cassandra.
[2021-07-09 15:57:45] FINE [liquibase.executor] Create Database Lock Table
[2021-07-09 15:57:45] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:57:45] FINE [liquibase.executor] -1 row(s) affected
[2021-07-09 15:57:45] FINE [liquibase.ext] Created database lock table with name: comconfigs_test.DATABASECHANGELOGLOCK
[2021-07-09 15:57:45] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:57:45] INFO [liquibase.ext] Waiting for changelog lock....
[2021-07-09 15:57:55] INFO [liquibase.ext] No DATABASECHANGELOGLOCK available in cassandra.
[2021-07-09 15:57:55] FINE [liquibase.executor] Create Database Lock Table
[2021-07-09 15:57:55] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:57:55] FINE [liquibase.executor] -1 row(s) affected
[2021-07-09 15:57:55] FINE [liquibase.ext] Created database lock table with name: comconfigs_test.DATABASECHANGELOGLOCK
[2021-07-09 15:57:55] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:57:56] INFO [liquibase.ext] Waiting for changelog lock....
[2021-07-09 15:58:06] INFO [liquibase.ext] No DATABASECHANGELOGLOCK available in cassandra.
[2021-07-09 15:58:06] FINE [liquibase.executor] Create Database Lock Table
[2021-07-09 15:58:06] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:58:06] FINE [liquibase.executor] -1 row(s) affected
[2021-07-09 15:58:06] FINE [liquibase.ext] Created database lock table with name: comconfigs_test.DATABASECHANGELOGLOCK
[2021-07-09 15:58:06] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2021-07-09 15:58:06] INFO [liquibase.ext] Waiting for changelog lock....
going on infinite waiting .
am i missing any thing
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: