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
MCOL-4018 Disable legacy OAM by default.
This commit is contained in:
@ -617,7 +617,8 @@ int RedistributeControlThread::executeRedistributePlan()
|
||||
{
|
||||
try
|
||||
{
|
||||
// skip system status check in case no OAM
|
||||
// skip system status check in case no OAM
|
||||
/*
|
||||
if (getenv("SKIP_OAM_INIT") == NULL)
|
||||
{
|
||||
// make sure system is in active state
|
||||
@ -646,6 +647,7 @@ int RedistributeControlThread::executeRedistributePlan()
|
||||
sleep(1);;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
if (fStopAction)
|
||||
return RED_EC_USER_STOP;
|
||||
|
Reference in New Issue
Block a user