You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/spark/zookeeper-troubleshoot-quorum-fails.md
+45-16Lines changed: 45 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,39 +49,68 @@ Message
49
49
* High CPU usage on the zookeeper servers
50
50
* In the Ambari UI, if you see near 100% sustained CPU usage on the zookeeper servers, then the zookeeper sessions open during that time can expire and timeout
51
51
* Zookeeper clients are reporting frequent timeouts
52
-
* The transaction logs and the snapshots are being written to the same disk. This can cause I/O bottlenecks
52
+
* In the logs for resource manager, namenode and others, you will see frequent client connection timeouts
53
+
* This could result in quorum loss, frequent failovers and other issues
53
54
54
55
## Check for zookeeper status
55
56
* Find the zookeeper servers from the /etc/hosts file or from Ambari UI
56
57
* Run the following command
57
58
* echo stat | nc {zk_host_ip} 2181 (or 2182)
58
-
* Port 2181 is the apache zookeeper instance
59
-
* Port 2182 is used by the HDI zookeeper (to provide HA for services that are not natively HA)
60
-
59
+
* Port 2181 is the apache zookeeper instance
60
+
* Port 2182 is used by the HDI zookeeper (to provide HA for services that are not natively HA)
61
+
* If the command shows no output, then it means that the zookeeper servers are not running
62
+
* If the servers are running, the result will include statics of client connections and other statistics
63
+
````
64
+
Zookeeper version: 3.4.6-8--1, built on 12/05/2019 12:55 GMT
0 commit comments