You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
add more checks around the getsystems
This commit is contained in:
@@ -9271,7 +9271,7 @@ namespace oam
|
||||
catch(...)
|
||||
{
|
||||
processor.shutdown();
|
||||
throw std::runtime_error("error");
|
||||
throw std::runtime_error("write error");
|
||||
}
|
||||
|
||||
|
||||
@@ -9282,7 +9282,7 @@ namespace oam
|
||||
catch(...)
|
||||
{
|
||||
processor.shutdown();
|
||||
throw std::runtime_error("error");
|
||||
throw std::runtime_error("read error");
|
||||
}
|
||||
|
||||
ByteStream::byte returnRequestType;
|
||||
@@ -9649,6 +9649,8 @@ namespace oam
|
||||
return true;
|
||||
}
|
||||
}
|
||||
writeLog("checkSystemRunning - system reported down", LOG_TYPE_DEBUG );
|
||||
|
||||
return false;
|
||||
}
|
||||
} //namespace oam
|
||||
|
Reference in New Issue
Block a user