add a new config, which can force malloc even if tenant not exist in observer

This commit is contained in:
tushicheng
2023-09-13 03:10:27 +00:00
committed by ob-robot
parent 914713a8d9
commit 1910d3de2b
8 changed files with 37 additions and 37 deletions

View File

@ -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;
}