Open sangli00 opened 4 years ago
it looks like you are running into dead locks. i think it is because you are using the default isolation level - repeatable read. try changing it to read-committed. please refer to this link about how to change it https://dev.mysql.com/doc/refman/8.0/en/innodb-transaction-isolation-levels.html.
repeatable read is more lock prone than read committed. let me know if it works.
by the way what's the version of mysql are you using?
props.mysql info