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