You've already forked mariadb-columnstore-engine
							
							
				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:
		| @@ -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"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user