Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.27
-
None
-
None
Description
When I run rpl_binlog_index in 5.5, there are multiple warnings about "Forcing close of thread ...".
When I run with --mysqld=--thread-handling=pool-of-threads, there are no such warnings.
It looks as if the problem is that the scheduler for one-thread-per-connection does not set any callback for post_kill_notification - so then any threads waiting in read() on an idle client connection do not get woken up.