Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
MXS-4209: Close LocalClients on first response
When the response to the KILL command is received, the client can be immediately closed. By using the cherry-picked LocalClient notification callbacks from 6.4, the code can now properly close the connections even when the TCP connection won't be closed. This also has the added benefit of making the KILL commands faster as they are now fully event driven and don't poll for the completion.
- Loading branch information
Showing
2 changed files
with
82 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters