mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
MySQLTransactionRollbackException is seen frequently in logs Root Cause Attempts to lock rows in the core data access layer of database fails if there is a possibility of deadlock. However Operations are not getting retried in case of deadlock. So introducing retries here Solution Operations would be retried after some wait time in case of dead lock exception.