1
0
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:
David Hill
2016-12-05 22:35:01 +00:00
parent 857e1f9d69
commit 9283635460
8 changed files with 47 additions and 27 deletions

View File

@@ -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