You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user