add a new config, which can force malloc even if tenant not exist in observer
This commit is contained in:
@ -318,6 +318,10 @@ int ObServerReloadConfig::operator()()
|
||||
{
|
||||
common::g_enable_backtrace = GCONF._enable_backtrace_function;
|
||||
}
|
||||
|
||||
{
|
||||
ObMallocAllocator::get_instance()->force_malloc_for_absent_tenant_ = GCONF._force_malloc_for_absent_tenant;
|
||||
}
|
||||
return real_ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user