当前位置:网站首页>[stonedb fault diagnosis] MDL lock waiting
[stonedb fault diagnosis] MDL lock waiting
2022-07-27 22:07:00 【51CTO】
although StoneDB Unsupported transaction , But if it shows open transaction , And the transaction is not committed or rolled back in time , I applied at this time MDL The read lock is not released . If another thread executes the DDL The operation will be blocked ( This is because DDL Operation to apply MDL Write lock , Write lock and read lock are mutually exclusive ), At this time, there are concurrent queries and updates to this table , Then these threads will be blocked , If you don't find the blocker in time , It's easy to fill up the number of connections . If it's on performance_schema, You can use the following SQL Find the blocker .
If it's not on performance_schema, And is 5.7 edition , You can use the following SQL Find the blocker .
This article by the blog one article many sends the platform OpenWrite Release !
边栏推荐
- The gratitude and resentment between the four swordsmen and code review: "abandon all chaos" to "prodigal son returns"
- 怎么还有人问 MySQL 是如何归档数据的呢?
- @The difference between Autowired annotation and @resource annotation
- 数组扩容、排序、嵌套语句应用
- MySQL执行过程及执行顺序
- What is eplato cast by Plato farm on elephant swap? Why is there a high premium?
- Encapsulate an array into a class
- How to deal with high concurrency deadlock?
- @Component可以和@Bean 用在同一个类上吗?
- Software testing interview question: when does the software testing project start? Why?
猜你喜欢

@Detailed introduction of requestparam annotation

Is log4j vulnerability still widespread?

8000字讲透OBSA原理与应用实践

In addition to "adding machines", in fact, your micro service can be optimized like this

The gratitude and resentment between the four swordsmen and code review: "abandon all chaos" to "prodigal son returns"

day 1 - day 4

Common shortcut keys and setting methods of idea

高并发遇到死锁了,如何搞?

Log4j vulnerability is still widespread and continues to cause impact

MySQL执行过程及执行顺序
随机推荐
[C language] high precision addition, subtraction, multiplication and division template
Samsung's most advanced EUV production line has been put into operation: the 7Nm capacity this year will be three times that of last year
Mask automatic update description file (mask description file)
Analysis of STL source code
How to learn object Defineproperty | an article takes you to quickly learn
单核CPU, 1G内存,也能做JVM调优吗?
What is eplato cast by Plato farm on elephant swap? Why is there a high premium?
Software test interview question: when saving a text file under windows, a save dialog box will pop up. If a test case is established for the file name, how should equivalent classes be divided?
Under the epidemic, the mobile phone supply chain and offline channels are blocked! Sales plummeted and inventory was serious!
After sorting (bubble sorting), learn to continuously update other sorting methods
Log4j vulnerability is still widespread and continues to cause impact
Software test interview question: please say who is the best person to complete these tests, and what is the test?
Inertial navigation principle (VII) -imu error classification (II) -allan variance analysis method +imu test + calibration introduction
@Autowired注解与@Resource注解的区别
STM32项目分享---MQTT智能门禁系统(含APP控制)
看起来是线程池的BUG,但是我认为是源码设计不合理。
Leetcode 148. sorting linked list
学完4种 Redis 集群方案要多久?我一口气给你说完
Array expansion, sorting, nested statement application
Leetcode 301. delete invalid parentheses