Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: check info #582

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion handler/checker/tasks/observer/bugs/bug_182.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
info: "OB has been upgraded to version 4.2.1, and some partition tables are executing DDL with error code -4109 and error message: Server state or role not the same as expected. github issue #182"
task:
- version: "[4.0.0.0,*]"
- version: "[4.2.1.0,*]"
steps:
- type: sql
sql: 'select tenant_id, table_id, table_name, database_id, table_type, load_type, def_type, rowkey_column_num, index_column_num, max_used_column_id, autoinc_column_id, auto_increment, read_only, rowkey_split_pos, compress_func_name, expire_condition, is_use_bloomfilter, comment, block_size, collation_type, data_table_id, index_status, tablegroup_id, progressive_merge_num, index_type, part_level, part_func_type, part_func_expr, part_num, sub_part_func_type, sub_part_func_expr, sub_part_num, schema_version, view_definition, view_check_option, view_is_updatable, index_using_type, parser_name, index_attributes_set, tablet_size, pctfree, partition_status, partition_schema_version, session_id, pk_comment, sess_active_time, row_store_type, store_format, duplicate_scope, progressive_merge_round, storage_format_version, table_mode, encryption, tablespace_id, sub_part_template_flags, dop, character_set_client, collation_connection, auto_part_size, auto_part, association_table_id, tablet_id, max_dependency_version, define_user_id, transition_point, b_transition_point, interval_range, b_interval_range, object_status, table_flags, truncate_version, 0 as is_deleted from OCEANBASE.__all_table
Expand Down
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}"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
info: 'Check whether there is any observer have CPU oversold.'
info: 'Check for column storage poc on tenant parameters.'
task:
- version: "[4.3.1.0,*]"
steps:
Expand Down