Command status, release-locks and validate working fine but list-locks and update struck at [liquibase.executor] Executing with the 'jdbc' executor

Hello Team,

I’m facing unusual issue for MSSQL DB with Liquibase Version: 4.12.0
Commands release-locks and validate working fine but list-locks and update struck at

[2022-10-18 15:08:44] FINE [liquibase.util] Computed checksum for 1666123724442 as e7b14f8f7d3ba7c259e630aeca05fbc1
[2022-10-18 15:08:44] FINE [liquibase.executor] Executing with the 'jdbc' executor
[2022-10-18 15:08:45] FINE [liquibase.executor] Executing with the 'jdbc' executor

Appreciate your help to get rid of this issue.

1 Like

It’s not a lot to go off of based on that error.

It’s maybe a bug that has been fixed since 4.12.0 (although I don’t remember one off hand) so could you try with the current version? If nothing else, it may have improved logging that helps.

If that doesn’t help, there is a --monitor-performance flag that lets you capture profiling info on what’s taking a long time to run. If you leave it as stuck there for a bit and then ctrl-c, it hopefully still will capture the profile info and can tell us exactly the code having the problem.

Nathan