Comment 1 for bug 1254153

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

This looks like a race condition where the pid file has been
removed by mysqld while shutting down but process is still there
(but would exit in a second or so). This is the only possibility
from the error messages. So, this is more an issue with mysqld
itself than init script (which is similar for stop in PXC
5.5/PS 5.5/MySQL 5.5).

Only way around this would be add to a if kill -0 .... sleep 1; fi

Did the process finally exit (or was another service mysql stop
required?)

Also, can you share my.cnf as well.