ALM-14010 NameService Is Abnormal (For MRS 2.x or Earlier)
Description
The system checks the NameService service status every 180 seconds. This alarm is generated when the NameService service is unavailable.
This alarm is cleared when the NameService service recovers.
Attribute
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
14010 |
Major |
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. |
NSName |
Specifies the NameService service for which the alarm is generated. |
Impact on the System
HDFS fails to provide services for upper-layer components based on the NameService service, such as HBase and MapReduce. As a result, users cannot read or write files.
Possible Causes
- The JournalNode is faulty.
- The DataNode is faulty.
- The disk capacity is insufficient.
- The NameNode enters safe mode.
Procedure
- Check the status of the JournalNode instance.
- On the MRS Manager home page, click Components.
- Click HDFS.
- Click Instance.
- Check whether the Health Status of the JournalNode is Good.
- Select the faulty JournalNode, and choose More > Restart Instance. Check whether the JournalNode successfully restarts.
- Wait 5 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 2.a.
- Check the status of the DataNode instance.
- On the MRS cluster details page, click Components.
- Click HDFS.
- In Operation and Health Summary, check whether the Health Status of all DataNodes is Good.
- Click Instances. On the DataNode management page, select the faulty DataNode, and choose More > Restart Instance. Check whether the DataNode successfully restarts.
- Wait 5 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 4.a.
- Check the disk status.
- On the MRS cluster details page, click the Nodes tab and expand a node group.
- In the Disk Usage column, check whether disk space is insufficient.
- Expand the disk capacity.
- Wait 5 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 4.a.
- Check whether NameNode is in the safe mode.
- Use the client on the cluster node, and run the hdfs dfsadmin -safemode get command to check whether Safe mode is ON is displayed.
Information behind Safe mode is ON is alarm information and is displayed based actual conditions.
- Use the client on the cluster node and run the hdfs dfsadmin -safemode leave command.
- Wait 5 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 5.
- Use the client on the cluster node, and run the hdfs dfsadmin -safemode get command to check whether Safe mode is ON is displayed.
- Collect fault information.
- On MRS Manager, choose .
- Contact the O&M engineers and send the collected logs.
Reference
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.