You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-27 16:01:57 +03:00
MCOL-1137-fixed issue with no slaves
This commit is contained in:
@@ -4951,8 +4951,8 @@ int ProcessMonitor::runMasterRep(std::string& masterLogFile, std::string& master
|
|||||||
string moduleName = (*pt).DeviceName;
|
string moduleName = (*pt).DeviceName;
|
||||||
|
|
||||||
//skip if local module or module is not ACTIVE
|
//skip if local module or module is not ACTIVE
|
||||||
if ( moduleName == config.moduleName() )
|
// if ( moduleName == config.moduleName() )
|
||||||
continue;
|
// continue;
|
||||||
|
|
||||||
int opState = oam::ACTIVE;
|
int opState = oam::ACTIVE;
|
||||||
bool degraded;
|
bool degraded;
|
||||||
|
Reference in New Issue
Block a user