openware / peatio

Open-source crypto currency exchange software (https://openware.com)
https://www.openware.com
MIT License
1.04k stars 623 forks source link

daemons/blockchain : Mysql2::Error: This connection is still waiting for a result, try again once you have the result: ROLLBACK #3055

Open alextegro opened 1 year ago

alextegro commented 1 year ago

Hello Openware team I have an issue with RDS connection during blockchain deamon run:

Mysql2::Error: This connection is still waiting for a result, try again once you have the result: ROLLBACK

This sounds as race condition from known issue on mysql2 lib https://github.com/brianmario/mysql2/issues/1274

Can you please help to figure out solution?