osheroff / mysql-binlog-connector-java

MySQL Binary Log connector
666 stars 163 forks source link

Fix deadlock #78

Closed osheroff closed 2 years ago

osheroff commented 2 years ago

the keepalive thread may be in the middle of reconnecting, which means it tries to get the keepalive lock, which can cause deadlock.