当前位置:网站首页>Solve liquibase – waiting for changelog lock Cause database deadlock
Solve liquibase – waiting for changelog lock Cause database deadlock
2022-07-05 09:42:00 【zch981964】
- The cause may be idea Frequent operation , Lead to Jar Packet start error , Workflow table part log table is locked , The exception may be caused by the last abnormal termination of the program .
2021-02-14 13:45:13.735 [main] INFO liquibase - Waiting for changelog lock....
2021-02-14 13:45:23.739 [main] INFO liquibase - Waiting for changelog lock....
2021-02-14 13:45:33.744 [main] INFO liquibase - Waiting for changelog lock....
2021-02-14 13:45:43.750 [main] INFO liquibase - Waiting for changelog lock....
2021-02-14 13:45:53.755 [main] INFO liquibase - Waiting for changelog lock....
2021-02-14 13:46:03.762 [main] INFO liquibase - Waiting for changelog lock....
2021-02-14 13:46:13.767 [main] INFO liquibase - Waiting for changelog lock....
2021-02-14 13:46:23.773 [main] INFO liquibase - Waiting for changelog lock....
- Learn from the Internet and say that the table is locked , Just unlock it , You can execute the following statement , But the prompt cannot find the table or the attempt does not exist
# Query the locked table
SELECT * FROM DATABASECHANGELOGLOCK;
# Unlock
UPDATE DATABASECHANGELOGLOCK SET locked=0, lockgranted=null, lockedby=null WHERE id=1
- terms of settlement ( All with DATABASECHANGELOGLOCK Check all the tables at the end , And modify it locked The value of the field is 0 that will do , Such as : chart 2
4、 Rerun the project , It shows that the operation is normal .
边栏推荐
- Unity SKFramework框架(二十三)、MiniMap 小地图工具
- Kotlin introductory notes (II) a brief introduction to kotlin functions
- Wxss template syntax
- Applet data attribute method
- LeetCode 31. Next spread
- [reading notes] Figure comparative learning gnn+cl
- Wxml template syntax
- MySQL does not take effect in sorting string types
- TDengine ×英特尔边缘洞见软件包 加速传统行业的数字化转型
- STM32简易多级菜单(数组查表法)
猜你喜欢
MySQL installation configuration and creation of databases and tables
TDengine 连接器上线 Google Data Studio 应用商店
Develop and implement movie recommendation applet based on wechat cloud
22-07-04 Xi'an Shanghao housing project experience summary (01)
[reading notes] Figure comparative learning gnn+cl
The popularity of B2B2C continues to rise. What are the benefits of enterprises doing multi-user mall system?
Wxss template syntax
图神经网络+对比学习,下一步去哪?
【阅读笔记】图对比学习 GNN+CL
Online chain offline integrated chain store e-commerce solution
随机推荐
C # image difference comparison: image subtraction (pointer method, high speed)
云计算技术热点
Deep understanding of C language pointer
Svg optimization by svgo
高性能Spark_transformation性能
Global configuration tabbar
Principle and performance analysis of lepton lossless compression
LeetCode 556. Next bigger element III
Gradientdrawable get a single color
What should we pay attention to when developing B2C websites?
22-07-04 西安 尚好房-项目经验总结(01)
Kotlin introductory notes (III) kotlin program logic control (if, when)
STM32 simple multi-level menu (array table lookup method)
Node collaboration and publishing
一文详解图对比学习(GNN+CL)的一般流程和最新研究趋势
Unity SKFramework框架(二十三)、MiniMap 小地图工具
Composition of applet code
mysql安装配置以及创建数据库和表
小程序启动性能优化实践
22-07-04 Xi'an Shanghao housing project experience summary (01)