You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-12 23:42:47 +03:00
change default sendmsg to procmon status to API_FAILURE to prevent a run away loop that crashes procmon
This commit is contained in:
@@ -6121,7 +6121,7 @@ int ProcessManager::configureModule(std::string moduleName)
|
|||||||
int ProcessManager::sendMsgProcMon( std::string module, ByteStream msg, int requestID, int timeout )
|
int ProcessManager::sendMsgProcMon( std::string module, ByteStream msg, int requestID, int timeout )
|
||||||
{
|
{
|
||||||
string msgPort;
|
string msgPort;
|
||||||
int returnStatus = API_MINOR_FAILURE;
|
int returnStatus = API_FAILURE;
|
||||||
Oam oam;
|
Oam oam;
|
||||||
|
|
||||||
if ( module != config.moduleName() ) {
|
if ( module != config.moduleName() ) {
|
||||||
|
Reference in New Issue
Block a user