Actions
Bug #95844
closedDeadlock when deleting the cache
Start date:
2021-11-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Sometimes during cache clearing this exception appears.
I'm not able to investigate further... :-(
Core: Exception handler (WEB): Uncaught TYPO3 Exception: An exception occurred while executing 'DELETE FROM `cache_rootline_tags` WHERE `identifier` = ?' with params ["1505__0_0"]: Deadlock found when trying to get lock; try restarting transaction | Doctrine\DBAL\Exception\DeadlockException thrown in file /var/www/vhosts/cms.usb.it/typo3_src-10.4.21/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php in line 36
Updated by Christian Kuhn 2 months ago
- Is duplicate of Bug #90518: DB problems with rootline cache: DELETE cf_cache_rootline double-JOIN with cf_cache_rootline_tags take excessively long added
Updated by Christian Kuhn 2 months ago
- Status changed from New to Closed
Hey.
I'm rather confident this issue is a duplicate of #90518 and has been resolved. I'll thus close it.
Actions