Help Center/
MapReduce Service/
User Guide (Kuala Lumpur Region)/
Troubleshooting/
Using HBase/
RegionServer Failed to Start Because the Port Is Occupied
Updated on 2022-12-14 GMT+08:00
RegionServer Failed to Start Because the Port Is Occupied
Symptom
RegionServer is in the Restoring state on Manager.
Cause Analysis
- View the RegionServer log (/var/log/Bigdata/hbase/rs/hbase-omm-xxx.log).
- Run the lsof -i:21302 command (the port number of MRS 1.7.X and later versions is 16020) to view the PID. Based on the PID, check the process. It is found that the RegionServer port is occupied by DFSZkFailoverController.
- The value of /proc/sys/net/ipv4/ip_local_port_range is 9000 65500. The temporary port range and the MRS port range overlap. This is because the preinstall operation is not performed during installation.
Solution
- Run the kill -9 DFSZkFailoverController pid command to ensure that another port is bound with after a restart and restart the RegionServer in the Restoring state.
Parent topic: Using HBase
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot