[Akonadi] [Bug 399167] Akonadi enters deadlock state which makes it completely unuseable

Volker Krause bugzilla_noreply at kde.org
Thu Feb 7 08:57:17 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=399167

Volker Krause <vkrause at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vkrause at kde.org

--- Comment #10 from Volker Krause <vkrause at kde.org> ---
Hit this too. Unclear what caused it, but the workaround from #338658 seems to
fix the damage:
DELETE pimitemtable FROM pimitemtable
LEFT JOIN parttable ON pimitemtable.id = parttable.pimItemId
WHERE parttable.id IS NULL

That would suggest that a part-less item can fairly reliably trigger the
transaction deadlock.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list