This section applies only to MRS 3.3.0 or later.
This alarm is generated when the metadata in a distributed table or in the local table of the distributed table has been inconsistent for 180 min.
This alarm is automatically cleared when the metadata in the distributed table or in the local table of the distributed table becomes consistent.
Metadata consistency includes:
If this alarm exists, table metadata is inconsistent in the ClickHouse cluster to which the current node belongs. The inconsistency may be caused by multiple reasons, not limited to those mentioned in additional information.
Alarm ID |
Alarm Severity |
Auto Cleared |
---|---|---|
45435 |
Minor |
Yes |
Parameter |
Description |
---|---|
Source |
Specifies the cluster or system for which the alarm is generated. |
ServiceName |
Specifies the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
Table |
Specifies the database name and table name for which the alarm is generated. |
Subsequent operations such as INSERT and ALTER on the table may fail.
Table metadata modification fails or is not executed on one or more ClickHouseServer nodes.
cd {Client installation path}
source bigdata_env
clickhouse client --host IP address of the ClickHouseServer instance that reports the alarm --port 9440 --secure
clickhouse client --host IP address of the ClickHouseServer instance that reports the alarm --user Username --password --port 9000
Run the following command to check whether any SQL task is being executed:
select * from system.processes where current_database='Database name' and query like '%Table name%'
Run the following command to check whether a mutation task is being executed:
select * from system.mutations where database='Database name' and table='Table name';
Wait for 5 minutes. If the alarm is cleared, no further action is required. If the alarm persists, go to 4.
Collect fault information.
This alarm is automatically cleared after the fault is rectified.
None.