You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Possible fix for OAM madness when SM is killed externally.
This commit is contained in:
@ -2236,7 +2236,7 @@ int ProcessMonitor::stopProcess(pid_t processID, std::string processName, std::s
|
|||||||
status = kill(processID, SIGTERM);
|
status = kill(processID, SIGTERM);
|
||||||
}
|
}
|
||||||
|
|
||||||
return status;
|
return API_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
//now do a pkill on process just to make sure all is clean
|
//now do a pkill on process just to make sure all is clean
|
||||||
|
Reference in New Issue
Block a user