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
Checked for references to DBRootStorageType, made a couple changes
I suspect are necessary to make failover work.
This commit is contained in:
@ -6100,7 +6100,7 @@ void ProcessMonitor::unmountExtraDBroots()
|
||||
{
|
||||
oam.getSystemConfig("DBRootStorageType", DBRootStorageType);
|
||||
|
||||
if ( DBRootStorageType == "hdfs" ||
|
||||
if ( DBRootStorageType == "hdfs" || DBRootStorageType == "storagemanager" ||
|
||||
( DBRootStorageType == "internal" && DataRedundancyConfig == "n") )
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user