1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-770 - change the distubute install

This commit is contained in:
david hill
2017-06-22 14:37:28 -05:00
parent 9729e88c81
commit f709a00b81
7 changed files with 127 additions and 45 deletions

View File

@ -166,20 +166,20 @@ int main(int argc, char **argv)
MonitorConfig config;
//get Distributed Install
string DistributedInstall = "y";
// string DistributedInstall = "y";
try
{
oam.getSystemConfig("DistributedInstall", DistributedInstall);
}
catch (...)
{
log.writeLog(__LINE__, "addModule - ERROR: get DistributedInstall", LOG_TYPE_ERROR);
}
// try
// {
// oam.getSystemConfig("DistributedInstall", DistributedInstall);
// }
// catch (...)
// {
// log.writeLog(__LINE__, "addModule - ERROR: get DistributedInstall", LOG_TYPE_ERROR);
// }
//check for a non-distrubuted install setup
if ( DistributedInstall == "n" )
{
// if ( DistributedInstall == "n" )
// {
//PMwithUM config
try {
oam.getSystemConfig( "PMwithUM", PMwithUM);
@ -204,7 +204,7 @@ int main(int argc, char **argv)
log.writeLog(__LINE__, "restarting for a non-distrubuted install", LOG_TYPE_DEBUG);
exit (0);
}
// }
}
//define entry if missing