1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

add check of service status before sending to procmon

This commit is contained in:
david hill
2016-06-29 10:33:18 -05:00
parent 8050f3eeec
commit f01c8bcadc

View File

@ -2814,7 +2814,7 @@ namespace oam
string cmd = startup::StartUp::installDir() + "/bin/columnstore status > /tmp/status.log";
system(cmd.c_str());
if (!checkLogStatus("/tmp/status.log", "MariaDB Columnstore is running") )
return;
return NULL;
for ( int i = 0 ; i < 5 ; i ++)
{