This section applies to versions later than MRS 3.1.0.
The system checks the I/O status of each Kafka disk every 60 seconds. This alarm is generated when the disk I/O of a Kafka data directory on a broker exceeds the threshold (80% by default).
Its Trigger Count is 3. This alarm is cleared when the disk I/O is lower than the threshold (80% by default).
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
38009 |
Major |
Yes |
Name |
Meaning |
---|---|
Source |
Specifies the cluster 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. |
HostName |
Specifies the host for which the alarm is generated. |
DataDirectoryName |
Specifies the name of the Kafka data directory with frequent disk I/Os. |
The disk partition has frequent I/Os. Data may fail to be written to the Kafka topic for which the alarm is generated.
Check the number of topic replicas.
Run the following command on the FusionInsight client to replan the replicas of Kafka topics:
kafka-reassign-partitions.sh --zookeeper {zk_host}:{port}/kafka --reassignment-json-file {manual assignment json file path} --execute
For example:
/opt/client/Kafka/kafka/bin/kafka-reassign-partitions.sh --zookeeper 10.149.0.90:2181,10.149.0.91:2181,10.149.0.92:2181/kafka --reassignment-json-file expand-cluster-reassignment.json --execute
In the expand-cluster-reassignment.json file, describe the brokers to which the partitions of the topic are migrated in the following format: {"partitions":[{"topic": "topicName","partition": 1,"replicas": [1,2,3] }],"version":1}
Check the partition planning of the topic.
Run the following command to view the Filesystem information:
df -h log.dirs value
The command output is as follows.
Collect fault information.
This alarm is automatically cleared after the fault is rectified.
None