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
more changes
This commit is contained in:
@@ -8575,17 +8575,6 @@ int ProcessManager::switchParentOAMModule(std::string newActiveModuleName)
|
||||
break;
|
||||
}
|
||||
|
||||
// stop local SNMPTrapDaemon
|
||||
string EnableSNMP = "y";
|
||||
try {
|
||||
oam.getSystemConfig("EnableSNMP", EnableSNMP);
|
||||
}
|
||||
catch(...)
|
||||
{}
|
||||
|
||||
if ( EnableSNMP == "y" )
|
||||
stopProcess(config.moduleName(), "SNMPTrapDaemon", oam::FORCEFUL, true);
|
||||
|
||||
// start processmanager on new active node
|
||||
startProcess(newActiveModuleName, "ProcessManager", oam::FORCEFUL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user