1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

fixed spelling / commented out service restart when procmgr starts, not needed

This commit is contained in:
david hill
2017-09-13 10:39:50 -05:00
parent dc55c27e9e
commit 71ebb54b6a
2 changed files with 10 additions and 10 deletions

View File

@@ -566,7 +566,7 @@ static void startMgrProcessThread()
//Send out a start service just to make sure Columnstore is runing on remote nodes
//note this only works for systems with ssh-keys
for( unsigned int i = 0 ; i < systemmoduletypeconfig.moduletypeconfig.size(); i++)
/* for( unsigned int i = 0 ; i < systemmoduletypeconfig.moduletypeconfig.size(); i++)
{
int moduleCount = systemmoduletypeconfig.moduletypeconfig[i].ModuleCount;
if( moduleCount == 0)
@@ -588,7 +588,7 @@ static void startMgrProcessThread()
}
}
}
*/
//distribute system and process config files
processManager.distributeConfigFile("system");
processManager.distributeConfigFile("system", "ProcessConfig.xml");