1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Possible fix for OAM madness when SM is killed externally.

This commit is contained in:
Patrick LeBlanc
2019-07-15 09:48:25 -05:00
parent b21b41077e
commit 3f532eb059

View File

@ -2236,7 +2236,7 @@ int ProcessMonitor::stopProcess(pid_t processID, std::string processName, std::s
status = kill(processID, SIGTERM);
}
return status;
return API_SUCCESS;
}
//now do a pkill on process just to make sure all is clean