[Bug 105457] Re: mysqd_safe high cpu usage

2009-01-21 Thread foucault
Just squashed this bug on yet another server I think this only affects 32bit xen-kernal virtual instances, slicehost amazon ec2 etc. care to confirm, comment? -- mysqd_safe high cpu usage https://bugs.launchpad.net/bugs/105457 You received this bug notification because you are a member of Ubuntu

[Bug 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
Confirm, this is happening to me... 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 GNU/Linux I have these mysql packages installed ii mysql-client-5.0 5.0.45-1ubuntu3.3 MySQL database client binaries ii mysql-common

[Bug 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
init.d/mysql script: ERR_LOGGER= This did not help me. -- mysqd_safe high cpu usage https://bugs.launchpad.net/bugs/105457 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
adding SLEEP 3 to mysqld_safe script did not help also I noticed that init.d/mysql stop did not stop the process, i had to kill XX manually and then restart. I have both sleep 3 and ER_LOGGER= in place and its still juping between 80-99% reverting to old setting and begging my thread stalk :)

[Bug 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
found what I think the msql bug might be: http://bugs.mysql.com/bug.php?id=35647 I saw two copies of mysql_d running ... I solved it for now, by both editing the /etc/init.d/mysql and starting and stopping mysql a bunch. I commented out sanity check, as per the suggestion here