Enhanced resource isolation capability, previous IOPS group control for front-end and back-end tasks

Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
This commit is contained in:
renju96
2023-01-28 15:58:18 +08:00
committed by ob-robot
parent db705fd64f
commit 3080f2b66f
72 changed files with 3524 additions and 857 deletions

View File

@ -1876,6 +1876,10 @@ void ObTenant::check_resource_manager_plan()
plan_name))) {
LOG_WARN("fail get tenant variable", K(id_), K(plan_name), K(ret));
// skip
} else if (OB_FAIL(rule_mgr.refresh_group_mapping_rule(id_, plan_name))) {
LOG_WARN("refresh group id name mapping rule fail."
"Tenant resource isolation may not work",
K(id_), K(plan_name), K(ret));
} else if (OB_FAIL(plan_mgr.refresh_resource_plan(id_, plan_name))) {
LOG_WARN("refresh resource plan fail."
"Tenant resource isolation may not work",