You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive an error message, while having a voice call (no video) with more then 8-10 users:
Doctrine\DBAL\Exception\DeadlockException: An exception occurred while executing 'UPDATE oc_talk_participants SET last_ping = ? WHERE (user_id = ?) AND (session_id = ?) AND (room_id = ?)' with params [1610366995, "…", "…", 39]: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction
Then users randomly have to reconnect to the call (if possible).
I have searched a lot and found similar issues but not quite the same (e. g. files app). The most given answer referirng to the transaction isolation level does not work. Is there a fix?
The text was updated successfully, but these errors were encountered:
Setup
SELECT @@GLOBAL.tx_isolation, @@tx_isolation;
givesProblem
I receive an error message, while having a voice call (no video) with more then 8-10 users:
Then users randomly have to reconnect to the call (if possible).
I have searched a lot and found similar issues but not quite the same (e. g. files app). The most given answer referirng to the transaction isolation level does not work. Is there a fix?
The text was updated successfully, but these errors were encountered: