Open-source crypto currency exchange software (https://openware.com)
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
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?