From 11ff484bbb3a243d92eb980e42a8c45b0a426452 Mon Sep 17 00:00:00 2001 From: xuyan wang <35394786+wayyoungboy@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:17:10 +0800 Subject: [PATCH] fix task_opt_stat info (#576) --- handler/checker/tasks/observer/cluster/task_opt_stat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handler/checker/tasks/observer/cluster/task_opt_stat.yaml b/handler/checker/tasks/observer/cluster/task_opt_stat.yaml index ead86bd2..718057cd 100644 --- a/handler/checker/tasks/observer/cluster/task_opt_stat.yaml +++ b/handler/checker/tasks/observer/cluster/task_opt_stat.yaml @@ -1,4 +1,4 @@ -info: 'Check whether data_dir and log_dir_disk are on the same disk.' +info: 'Check task opt stat gather history.' task: - version: "[4.2.0.0,*]" steps: @@ -13,4 +13,4 @@ WHERE NOT EXISTS(SELECT 1 result: set_value: failed_scheduler_tenant_id verify: '[ -z "${failed_scheduler_tenant_id}" ]' - err_msg: "failed_scheduler_tenant_id is exists. Please check the tenant_ids: #{failed_scheduler_tenant_id}" \ No newline at end of file + err_msg: "The collection of statistical information related to tenants has issues.. Please check the tenant_ids: #{failed_scheduler_tenant_id}" \ No newline at end of file