You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1523 - enhance to failover module when ddl/dmlproc crashes
This commit is contained in:
@ -1395,7 +1395,7 @@ static void chldHandleThread(MonitorConfig config)
|
||||
{}
|
||||
|
||||
// check if process failover is needed due to process outage
|
||||
aMonitor.checkProcessFailover((*listPtr).ProcessName);
|
||||
aMonitor.checkModuleFailover((*listPtr).ProcessName);
|
||||
|
||||
//check the db health
|
||||
if (DBFunctionalMonitorFlag == "y" ) {
|
||||
@ -1470,7 +1470,7 @@ static void chldHandleThread(MonitorConfig config)
|
||||
(*listPtr).processID = 0;
|
||||
|
||||
// check if process failover is needed due to process outage
|
||||
aMonitor.checkProcessFailover((*listPtr).ProcessName);
|
||||
aMonitor.checkModuleFailover((*listPtr).ProcessName);
|
||||
break;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user