← Back to team overview

percona-discussion team mailing list archive

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

 

Public bug reported:

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

** Affects: percona-benchwork
     Importance: Undecided
         Status: New

-- 
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: New

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



Follow ups

References