[FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com> Co-authored-by: tino247 <tino247@126.com> Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
@ -1095,7 +1095,7 @@ bool ObTenantSqlMemoryManager::enable_auto_sql_memory_manager()
|
||||
LOG_TRACE("get work area policy config", K(tenant_id_), K(auto_memory_mgr), K(tmp_str),
|
||||
K(tenant_config->workarea_size_policy.str()));
|
||||
} else {
|
||||
LOG_WARN("failed to init tenant config", K(tenant_id_));
|
||||
LOG_WARN_RET(OB_ERR_UNEXPECTED, "failed to init tenant config", K(tenant_id_));
|
||||
}
|
||||
return auto_memory_mgr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user