← Back to team overview

percona-discussion team mailing list archive

[Bug 332432] Re: stop_database_server() exits when mysqld is not fully stopped

 

** Changed in: percona-benchwork
       Status: New => Fix Committed

-- 
stop_database_server() exits when mysqld is not fully stopped
https://bugs.launchpad.net/bugs/332432
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona-BenchWork.

Status in Framework to run benchmarks: Fix Committed

Bug description:
stop_database_server() stops MySQL server.
It checks for mysql_ping==0 and exits. It is possible MySQL doesn't accept connections(in this case mysql_ping gives 0), but still running e.g. closing files.
We shall wait till mysqld disappears from processlist



References