Open deadspacewii opened 5 months ago
What MySQL version are you using? What is in the MySQL logs (with log_error_verbosity=3
)
I remember this library should be able to KILL
the zombie connection
What MySQL version are you using? What is in the MySQL logs (with
log_error_verbosity=3
)
mysql version is 8.0.36 and my mysql is running in docker
I remember this library should be able to
KILL
the zombie connection
but it actual happen
there are logs: 2024-06-14T03:16:13.867457Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2024-06-14T03:16:13.905644Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060 2024-06-14T03:16:13.905761Z 0 [System] [MY-010931] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: ready for connections. Version: '8.0.35' socket: '' port: 3306 MySQL Community Server - GPL. 2024-06-14T07:05:11.976428Z 8 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:05:24.600115Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:05:38.109822Z 10 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:05:41.714596Z 11 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:05:48.800317Z 12 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:11:46.711720Z 13 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:12:02.544257Z 14 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:12:02.596410Z 15 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:14:12.390574Z 16 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:14:12.393994Z 17 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:16:37.628869Z 18 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:16:37.631618Z 19 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:24:00.607178Z 18 [Note] [MY-010914] [Server] Aborted connection 18 to db: 'unconnected' user: 'anyops' host: 'localhost' (Got an error reading communication packets). 2024-06-14T07:24:39.918805Z 20 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:24:39.921726Z 21 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 2024-06-14T07:24:39.928300Z 21 [Note] [MY-010462] [Repl] Start binlog_dump to source_thread_id(21) replica_server(1704), pos(WIN-OKO0DC0TPJV-bin.000011, 1361)
What MySQL version are you using? What is in the MySQL logs (with
log_error_verbosity=3
)
after I KILL source_thread_id(21) 。source_thread_id(22) occur immediately
What MySQL version are you using? What is in the MySQL logs (with
log_error_verbosity=3
)
this is another log:
Please provide a runnable code for us to reproduce.
when i use go-mysql to sync data from mysql, it well occur Binlog Dump zombie process.how can i resolve it