ever since upgrading to 10.5 (from 10.4.14) we experience strange hangs of the mariadb server. This is a nice example:
818 |
xx |
localhost |
xxx-2_1-unittest |
Query |
14945 |
closing tables |
DROP DATABASE IF EXISTS `xxx-2_1-20200821055757` |
0.000 |
2002 |
xxx |
localhost |
xxx-1_3-20200821055909 |
Killed |
14879 |
Waiting for query cache lock |
INSERT INTO xxx |
0.000 |
2030 |
root |
localhost |
|
Query |
0 |
starting |
show processlist |
0.000 |
there seems to be no real relation between the DROP and the INSERT as they operate on completely different databases (they have no relation). I also have examples where there are multiple (killed) Waiting for query cache lock threads and a single DROP closing tables
The mariadbd consumes 100% CPU but I'm not sure what it's doing. strace shows some futex calls