pimguilherme commented on issue #7099: URL: https://github.com/apache/incubator-devlake/issues/7099#issuecomment-2012231138
thanks @klesh! we have been running smooth on the deadlock side after changing the transaction isolation :) I think it would be the most ideal scenario for the code to be able to handle things even without this setting, but just behaving much slower, or at least with a configurable amount of deadlock attempts. But that may be overengineering for now considering it's a simple and sensible change to set `transaction_isolation` to `READ-COMMITTED` (which is the default for Postgres apparently, so that's why it runs smooth there too probably) it would probably be a good idea to mention this in the docs, and maybe set this as a default configuration for devlake on MySQL.. what do you think? thanks!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org