You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-1370
This commit is contained in:
@@ -5478,6 +5478,11 @@ namespace oam
|
|||||||
}
|
}
|
||||||
|
|
||||||
//detach first to make sure DBS can be detach before trying to move to another pm
|
//detach first to make sure DBS can be detach before trying to move to another pm
|
||||||
|
DBRootConfigList::iterator pt3 = residedbrootConfigList.begin();
|
||||||
|
for( ; pt3 != residedbrootConfigList.end() ; )
|
||||||
|
{
|
||||||
|
int dbrootID = *pt3;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
typedef std::vector<string> dbrootList;
|
typedef std::vector<string> dbrootList;
|
||||||
@@ -5491,6 +5496,7 @@ namespace oam
|
|||||||
writeLog("ERROR: amazonDetach failure", LOG_TYPE_ERROR );
|
writeLog("ERROR: amazonDetach failure", LOG_TYPE_ERROR );
|
||||||
exceptionControl("autoMovePmDbroot", API_DETACH_FAILURE);
|
exceptionControl("autoMovePmDbroot", API_DETACH_FAILURE);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//get dbroot id for other PMs
|
//get dbroot id for other PMs
|
||||||
systemStorageInfo_t t;
|
systemStorageInfo_t t;
|
||||||
|
Reference in New Issue
Block a user