Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binlog Dump thread remains open #1446

Open
altmannmarcelo opened this issue Feb 25, 2025 · 0 comments
Open

Binlog Dump thread remains open #1446

altmannmarcelo opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
High priority Created by Linear-GitHub Sync
Milestone

Comments

@altmannmarcelo
Copy link
Contributor

Description

If we stop Readyset, we are not gracefully closing the replication connection, causing it to remain open in mysql:

mysql> show processlist;
+-----+-----------------+------------------+------+-------------+-------+-----------------------------------------------------------------+------------------+
| Id  | User            | Host             | db   | Command     | Time  | State                                                           | Info             |
+-----+-----------------+------------------+------+-------------+-------+-----------------------------------------------------------------+------------------+
|   5 | event_scheduler | localhost        | NULL | Daemon      | 96175 | Waiting on empty queue                                          | NULL             |
| 354 | root            | 172.21.0.1:57826 | sj   | Binlog Dump |  5356 | Source has sent all binlog to replica; waiting for more updates | NULL             |
| 356 | root            | 172.21.0.1:63198 | NULL | Query       |     0 | init                                                            | show processlist |
+-----+-----------------+------------------+------+-------------+-------+-----------------------------------------------------------------+------------------+
3 rows in set, 1 warning (0,002 sec)

Change in user-visible behavior

Requires documentation change

@altmannmarcelo altmannmarcelo self-assigned this Feb 25, 2025
@altmannmarcelo altmannmarcelo added this to the v.66 milestone Feb 27, 2025
@altmannmarcelo altmannmarcelo added the High priority Created by Linear-GitHub Sync label Feb 27, 2025
@altmannmarcelo altmannmarcelo modified the milestones: v.66, v.67 Mar 3, 2025
@altmannmarcelo altmannmarcelo modified the milestones: v.67, v.68, v.69 Mar 10, 2025
@altmannmarcelo altmannmarcelo modified the milestones: v.69, v.70 Mar 24, 2025
@altmannmarcelo altmannmarcelo modified the milestones: v.70, v.71 Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant