Liquibase cassandra

liquibase cassandra not working .

it is spinning with the below error .
changelog and lock table both got created and a record inserted in lock table ,but still is looping to get lock.

not sure whats wrong im doing.
021-07-09 16:10:13] FINE [liquibase.configuration] No configuration value for liquibase.headless found
[2021-07-09 16:10:13] FINE [liquibase.configuration] Configuration liquibase.headless is using the default value of false
[2021-07-09 16:10:13] FINE [liquibase.ui] A system console was detected for user input
[2021-07-09 16:10:13] FINE [liquibase.ui] To override or validate the auto-detected environment for user input, set the liquibase.headless property in liquibase.properties file.
Do you want to see this operation’s report in Liquibase Hub, which improves team collaboration?
If so, enter your email. If not, enter [N] to no longer be prompted, or [S] to skip for now, but ask again next time (default “S”):
N
[2021-07-09 16:10:18] INFO [liquibase.ext] No DATABASECHANGELOGLOCK available in cassandra.
[2021-07-09 16:10:18] FINE [liquibase.executor] Create Database Lock Table
[2021-07-09 16:10:18] FINE [liquibase.executor] Executing with the ‘jdbc’ executor
[2021-07-09 16:10:19] FINE [liquibase.executor] -1 row(s) affected
[2021-07-09 16:10:19] FINE [liquibase.ext] Created database lock table with name: comconfigs_test.DATABASECHANGELOGLOCK
[2021-07-09 16:10:19] FINE [liquibase.executor] Executing with the ‘jdbc’ executor
[2021-07-09 16:10:19] INFO [liquibase.ext] Waiting for changelog lock…
[2021-07-09 16:10:19] FINE [liquibase.configuration] No configuration value for liquibase.changelogLockPollRate aka liquibase.changeLogLockPollRate found
[2021-07-09 16:10:19] FINE [liquibase.configuration] Configuration liquibase.changelogLockPollRate is using the default value of 10
[2021-07-09 16:10:29] INFO [liquibase.ext] No DATABASECHANGELOGLOCK available in cassandra.
[2021-07-09 16:10:29] FINE [liquibase.executor] Create Database Lock Table
[2021-07-09 16:10:29] FINE [liquibase.executor] Executing with the ‘jdbc’ executor
[2021-07-09 16:10:29] FINE [liquibase.executor] -1 row(s) affected
[2021-07-09 16:10:29] FINE [liquibase.ext] Created database lock table with name: comconfigs_test.DATABASECHANGELOGLOCK
[2021-07-09 16:10:29] FINE [liquibase.executor] Executing with the ‘jdbc’ executor
[2021-07-09 16:10:29] INFO [liquibase.ext] Waiting for changelog lock…
[2021-07-09 16:10:39] INFO [liquibase.ext] No DATABASECHANGELOGLOCK available in cassandra.
[2021-07-09 16:10:39] FINE [liquibase.executor] Create Database Lock Table
[2021-07-09 16:10:39] FINE [liquibase.

Hi @sangeethdba ,

Help me under the scenario here. Can you tell me what are you trying execute? What command are you using?