mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
bbb1b64b95
The problem was a race condition on shutdown -- when IM got shutdown request while a guarded mysqld is starting. In this case the Guardian thread tried to stop the mysqld, but might fail if the mysqld hadn't created pid-file so far. When this happened, the mysqld-monitor thread didn't stop, so the assert in Thread_registry happened. The fix is to make several attempts to stop mysqld if it is active. |
||
---|---|---|
.. | ||
instance-manager | ||
CMakeLists.txt | ||
Makefile.am |