当前位置:网站首页>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 .
边栏推荐
- Tutorial on building a framework for middle office business system
- The research trend of map based comparative learning (gnn+cl) in the top paper
- 从“化学家”到开发者,从甲骨文到TDengine,我人生的两次重要抉择
- Android 隐私沙盒开发者预览版 3: 隐私安全和个性化体验全都要
- The popularity of B2B2C continues to rise. What are the benefits of enterprises doing multi-user mall system?
- Wxml template syntax
- C # image difference comparison: image subtraction (pointer method, high speed)
- Gradientdrawable get a single color
- Creation and reference of applet
- Three-level distribution is becoming more and more popular. How should businesses choose the appropriate three-level distribution system?
猜你喜欢
MySQL installation configuration and creation of databases and tables
Kotlin introductory notes (VII) data class and singleton class
Develop and implement movie recommendation applet based on wechat cloud
mysql安装配置以及创建数据库和表
Why do offline stores need cashier software?
[team PK competition] the task of this week has been opened | question answering challenge to consolidate the knowledge of commodity details
C language - input array two-dimensional array a from the keyboard, and put 3 in a × 5. The elements in the third column of the matrix are moved to the left to the 0 column, and the element rows in ea
百度交易中台之钱包系统架构浅析
Principle and performance analysis of lepton lossless compression
Kotlin introductory notes (VIII) collection and traversal
随机推荐
Principle and performance analysis of lepton lossless compression
【组队 PK 赛】本周任务已开启 | 答题挑战,夯实商品详情知识
Global configuration tabbar
[hungry dynamic table]
LeetCode 496. Next larger element I
How to choose the right chain management software?
Deep understanding of C language pointer
E-commerce apps are becoming more and more popular. What are the advantages of being an app?
Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article
STM32 simple multi-level menu (array table lookup method)
【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用
First understanding of structure
Vs code problem: the length of long lines can be configured through "editor.maxtokenizationlinelength"
Using request headers to develop multi terminal applications
基于模板配置的数据可视化平台
【对象数组的排序】
Wxml template syntax
mysql安装配置以及创建数据库和表
Project practice | excel export function
从“化学家”到开发者,从甲骨文到 TDengine,我人生的两次重要抉择