As many of you know 4.1 does not have the thread bug fix as
mentioned in this post. So, throwing a new mySQL server into
production can cause a spike of threads that exposes this bug.
Why? Well, for the most part INNODB has not filled its buffer
pool for the most part.
For example, assume you have a box with 16 GB of ram, running
64-bit Linux. Let's look at MySQL when it first starts.
Here is some sample output from top
[Read more]
top - 18:46:22 up 400 days, 22:30, 3 users, load average: 0.65, 1.08, 0.73
Tasks: 132 total, 2 running, 130 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.7% us, 0.5% sy, 0.0% ni, 92.2% id, 6.5% wa, 0.0% hi, 0.2% si
Mem: 16253552k total, 3406008k used, 12847544k free, 79364k buffers
Swap: 8388600k total, 160k used, 8388440k free, …