forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
13 KiB
13 KiB
ALM-18000 Yarn Service Unavailable
Description
The alarm module checks the Yarn service status every 30 seconds. This alarm is generated when the Yarn service is unavailable.
This alarm is cleared when the Yarn service recovers.
Attribute
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
18000 |
Critical |
Yes |
Parameters
Parameter |
Description |
---|---|
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. |
Impact on the System
The cluster cannot provide the Yarn service. Users cannot run new applications. Submitted applications cannot be run.
Possible Causes
- ZooKeeper is abnormal.
- HDFS is abnormal.
- There is no active ResourceManager node in the Yarn cluster.
- All NodeManager nodes in the Yarn cluster are abnormal.
Procedure
- Check the ZooKeeper status.
- Go to the cluster details page and choose Alarms.
- In the alarm list, check whether the alarm ALM-13000 ZooKeeper Service Unavailable exists.
- Rectify the fault by following the handling procedure in ALM-13000 ZooKeeper Service Unavailable. Then, check whether this alarm is cleared.
- If yes, no further action is required.
- If no, go to 2.b.
- Check the HDFS status.
- Check the ResorceManager status in the Yarn cluster.
- Check the NodeManager node status in the Yarn cluster.
- Go to the MRS cluster details page and click Components.
- Choose Yarn > Instances.
- Check Health Status of NodeManager, and check whether there are unhealthy nodes.
- Rectify the fault by following the procedure provided in ALM-18002 NodeManager Heartbeat Lost or ALM-18003 NodeManager Unhealthy. Then, check whether this alarm is cleared.
- If yes, no further action is required.
- If no, go to 5.
- Collect fault information.
- On MRS Manager, choose System > Export Log.
- Contact technical support engineers for help. For details, see technical support.
Reference
None