Skip to content

Commit

Permalink
fix task_opt_stat info (oceanbase#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy authored Nov 26, 2024
1 parent 2bac130 commit 11ff484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handler/checker/tasks/observer/cluster/task_opt_stat.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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}"
err_msg: "The collection of statistical information related to tenants has issues.. Please check the tenant_ids: #{failed_scheduler_tenant_id}"

0 comments on commit 11ff484

Please sign in to comment.