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
mcol770
This commit is contained in:
@ -169,13 +169,7 @@ int main(int argc, char **argv)
|
||||
int moduleStatus = oam::ACTIVE;
|
||||
|
||||
//check if currently configured as Parent OAM Module on startup
|
||||
string DBRootStorageType;
|
||||
if ( gOAMParentModuleFlag ) {
|
||||
try {
|
||||
oam.getSystemConfig( "DBRootStorageType", DBRootStorageType);
|
||||
}
|
||||
catch(...) {}
|
||||
|
||||
if ( ( config.OAMStandbyName() != oam::UnassignedName ) &&
|
||||
DBRootStorageType != "internal" ) {
|
||||
//try for 20 minutes checking if the standby node is up
|
||||
@ -405,6 +399,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
//hdfs / hadoop config
|
||||
string DBRootStorageType;
|
||||
try {
|
||||
oam.getSystemConfig( "DBRootStorageType", DBRootStorageType);
|
||||
}
|
||||
|
Reference in New Issue
Block a user