We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
altmannmarcelo
No branches or pull requests
Description
If we stop Readyset, we are not gracefully closing the replication connection, causing it to remain open in mysql:
Change in user-visible behavior
Requires documentation change
The text was updated successfully, but these errors were encountered: