DeNA / HandlerSocket-Plugin-for-MySQL

HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

5.6.22 hangs on shutdown #105

Closed mrubin closed 9 years ago

mrubin commented 9 years ago

I upgraded from mysql 5.6.16 to 5.6.22 and the server now hangs on shutdown, requiring a kill -9. Commenting out the handlersocket lines in /etc/my.cnf reproducibly eliminates the issue.

mrubin commented 9 years ago

Looks like this was already fixed in https://github.com/tony2001/HandlerSocket-Plugin-for-MySQL.

Please accept that pull request.