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
+57-47Lines changed: 57 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,61 +45,71 @@ Message
45
45
* High CPU usage on the zookeeper servers
46
46
* 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
47
47
* Zookeeper clients are reporting frequent timeouts
48
-
* The transaction logs and the snapshots are being written to the same disk. This can cause I/O bottlenecks.
48
+
* In the logs for resource manager, namenode and others, you will see frequent client connection timeouts
49
+
* This could result in quorum loss, frequent failovers and other issues
49
50
50
51
## Check for zookeeper status
51
-
52
-
* Find the zookeeper servers from the /etc/hosts file or from Ambari UI
53
-
* Run the following command `echo stat | nc {zk_host_ip} 2181 (or 2182)`
54
-
* Port 2181 is the apache zookeeper instance
55
-
* Port 2182 is used by the HDInsight zookeeper (to provide HA for services that are not natively HA)
56
-
52
+
* Find the zookeeper servers from the /etc/hosts file or from Ambari UI
53
+
* Run the following command
54
+
* echo stat | nc {zk_host_ip} 2181 (or 2182)
55
+
* Port 2181 is the apache zookeeper instance
56
+
* Port 2182 is used by the HDI zookeeper (to provide HA for services that are not natively HA)
57
+
* If the command shows no output, then it means that the zookeeper servers are not running
58
+
* If the servers are running, the result will include statics of client connections and other statistics
59
+
````
60
+
Zookeeper version: 3.4.6-8--1, built on 12/05/2019 12:55 GMT
0 commit comments