[MDEV-531] Warning: Forcing close of thread ... in rpl_binlog_index Created: 2012-09-13 Updated: 2012-11-03 Resolved: 2012-11-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.27 |
| Fix Version/s: | 5.5.28a |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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. |